/aosp12/frameworks/wilhelm/src/ |
H A D | trace.cpp | 68 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 D | methodVersions.cpp | 36 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 D | AidlInterface.cpp | 94 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 D | chre_slpi.idl | 22 * generated sources, with an underscore separating them.
|
/aosp12/frameworks/native/libs/ftl/ |
H A D | README.md | 25 - Variables, and data members with trailing underscore.
|
/aosp12/bionic/libc/tzcode/ |
H A D | strftime.c | 179 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 D | TimeFormatter.java | 523 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 D | ICanController.hal | 90 * It must consist of only alphanumeric characters and underscore
|
/aosp12/frameworks/native/opengl/tools/glgen/src/ |
H A D | JniCodeEmitter.java | 428 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 D | pylintrc | 330 # leading underscore is sanctioned for private modules by Google's style 370 # with leading underscore
|
H A D | README.md | 439 restart update-engine # with a dash not underscore.
|
/aosp12/system/chre/doc/ |
H A D | framework_build.md | 69 should be separated by a hyphen and not an underscore.
|
/aosp12/system/bt/gd/docs/architecture/ |
H A D | style_guide.md | 94 * Prefer underscore over dashes
|
/aosp12/system/apex/apexd/ |
H A D | Android.bp | 24 "google-readability-avoid-underscore-in-googletest-name",
|
/aosp12/build/make/tools/releasetools/ |
H A D | pylintrc | 309 # with leading underscore
|
/aosp12/frameworks/compile/mclinker/include/mcld/Config/ |
H A D | Config.h.cmake | 554 /* Define if dlsym() requires a leading underscore in symbol names. */
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | types.hal | 2252 // 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 D | types.spec | 3131 // There is no underscore in ARG_MAX to avoid name conflict with
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | types.hal | 2328 // There is no underscore in ARG_MAX to avoid name conflict with
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |