Home
last modified time | relevance | path

Searched refs:underscore (Results 1 – 24 of 24) sorted by relevance

/aosp12/frameworks/wilhelm/src/
H A Dtrace.cpp68 const char *underscore = function; in slTraceEnterInterface() local
69 while (*underscore != '\0') { in slTraceEnterInterface()
70 if (*underscore == '_') { in slTraceEnterInterface()
76 &underscore[1]); in slTraceEnterInterface()
80 ++underscore; in slTraceEnterInterface()
95 while (*underscore != '\0') { in slTraceLeaveInterface()
96 if (*underscore == '_') { in slTraceLeaveInterface()
99 ++underscore; in slTraceLeaveInterface()
103 if (*underscore == '_') { in slTraceLeaveInterface()
105 &underscore[1]); in slTraceLeaveInterface()
[all …]
/aosp12/system/tools/hidl/lint/lints/
H A DmethodVersions.cpp36 size_t underscore = method.name().find('_'); in getSanitizedMethodName() local
37 return (underscore == std::string::npos) ? method.name() : method.name().substr(0, underscore); in getSanitizedMethodName()
41 size_t underscore = method.name().find('_'); in checkMethodVersion() local
42 CHECK(underscore != std::string::npos); // only called on versionedMethods in checkMethodVersion()
44 std::string version = method.name().substr(underscore + 1); // don't include _ in checkMethodVersion()
45 std::string nameWithoutVersion = method.name().substr(0, underscore); in checkMethodVersion()
46 underscore = version.find('_'); in checkMethodVersion()
60 if (underscore == std::string::npos) { in checkMethodVersion()
66 if (!base::ParseUint(version.substr(0, underscore), &major)) { in checkMethodVersion()
73 if (!base::ParseUint(version.substr(underscore + 1), &minor)) { in checkMethodVersion()
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlInterface.cpp94 size_t underscore = rawName.find('_'); in getBaseName() local
95 if (underscore != std::string::npos) { in getBaseName()
96 std::string version = rawName.substr(underscore + 1); // don't include _ in getBaseName()
97 std::string baseName = rawName.substr(0, underscore); in getBaseName()
98 underscore = version.find('_'); in getBaseName()
101 if (underscore != std::string::npos && in getBaseName()
102 base::ParseUint(version.substr(0, underscore), &major) && in getBaseName()
103 base::ParseUint(version.substr(underscore + 1), &minor)) { in getBaseName()
/aosp12/system/chre/host/msm/daemon/idl/
H A Dchre_slpi.idl22 * generated sources, with an underscore separating them.
/aosp12/frameworks/native/libs/ftl/
H A DREADME.md25 - Variables, and data members with trailing underscore.
/aosp12/bionic/libc/tzcode/
H A Dstrftime.c179 static char *getformat(int modifier, char *normal, char *underscore, in getformat() argument
183 return underscore; in getformat()
/aosp12/frameworks/base/core/java/android/text/format/
H A DTimeFormatter.java523 private static String getFormat(int modifier, String normal, String underscore, String dash, in getFormat() argument
527 return underscore; in getFormat()
/aosp12/hardware/interfaces/automotive/can/1.0/
H A DICanController.hal90 * It must consist of only alphanumeric characters and underscore
/aosp12/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java428 int underscore = checks[index].indexOf('_'); in emitNativeBoundsChecks() local
429 if (underscore >= 0) { in emitNativeBoundsChecks()
430 String abbr = checks[index].substring(underscore + 1); in emitNativeBoundsChecks()
/aosp12/system/update_engine/
H A Dpylintrc330 # leading underscore is sanctioned for private modules by Google's style
370 # with leading underscore
H A DREADME.md439 restart update-engine # with a dash not underscore.
/aosp12/system/chre/doc/
H A Dframework_build.md69 should be separated by a hyphen and not an underscore.
/aosp12/system/bt/gd/docs/architecture/
H A Dstyle_guide.md94 * Prefer underscore over dashes
/aosp12/system/apex/apexd/
H A DAndroid.bp24 "google-readability-avoid-underscore-in-googletest-name",
/aosp12/build/make/tools/releasetools/
H A Dpylintrc309 # with leading underscore
/aosp12/frameworks/compile/mclinker/include/mcld/Config/
H A DConfig.h.cmake554 /* Define if dlsym() requires a leading underscore in symbol names. */
/aosp12/hardware/interfaces/neuralnetworks/1.2/
H A Dtypes.hal2252 // There is no underscore in ARG_MAX to avoid name conflict with
5298 * underscore signs. The name must contain at least one period.
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A Dtypes.spec3131 // There is no underscore in ARG_MAX to avoid name conflict with
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A Dtypes.hal2328 // There is no underscore in ARG_MAX to avoid name conflict with
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...