/aosp_15_r20/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() 75 SL_LOGD("Entering %.*s::%s", (int) (underscore - function), function, in slTraceEnterInterface() 76 &underscore[1]); in slTraceEnterInterface() 80 ++underscore; in slTraceEnterInterface() 94 const char *underscore = function; in slTraceLeaveInterface() local 95 while (*underscore != '\0') { in slTraceLeaveInterface() 96 if (*underscore == '_') { in slTraceLeaveInterface() 99 ++underscore; in slTraceLeaveInterface() [all …]
|
/aosp_15_r20/system/tools/hidl/lint/lints/ |
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()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
D | x86_64-w64-mingw32-dlltool.1 | 157 [\fB\-U\fR|\fB\-\-add\-underscore\fR] [\fB\-\-add\-stdcall\-underscore\fR] 167 [\fB\-\-no\-leading\-underscore\fR] [\fB\-\-leading\-underscore\fR] 310 contain a leading underscore. This is only meaningful when 375 .IP "\fB\-\-add\-underscore\fR" 4 376 .IX Item "--add-underscore" 379 should prepend an underscore to the names of \fIall\fR exported symbols. 380 .IP "\fB\-\-no\-leading\-underscore\fR" 4 381 .IX Item "--no-leading-underscore" 383 .IP "\fB\-\-leading\-underscore\fR" 4 384 .IX Item "--leading-underscore" [all …]
|
D | x86_64-w64-mingw32-c++filt.1 | 145 c++filt [\fB\-_\fR|\fB\-\-strip\-underscore\fR] 146 [\fB\-n\fR|\fB\-\-no\-strip\-underscore\fR] 219 .IP "\fB\-\-strip\-underscore\fR" 4 220 .IX Item "--strip-underscore" 222 On some systems, both the C and \*(C+ compilers put an underscore in front 224 name \f(CW\*(C`_foo\*(C'\fR. This option removes the initial underscore. Whether 225 \&\fBc++filt\fR removes the underscore by default is target dependent. 229 .IP "\fB\-\-no\-strip\-underscore\fR" 4 230 .IX Item "--no-strip-underscore" 232 Do not remove the initial underscore.
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | FortranCInterface.cmake | 29 Prefix for a global symbol without an underscore. 32 Suffix for a global symbol without an underscore. 35 The case for a global symbol without an underscore, 39 Prefix for a global symbol with an underscore. 42 Suffix for a global symbol with an underscore. 45 The case for a global symbol with an underscore, 49 Prefix for a module symbol without an underscore. 52 Middle of a module symbol without an underscore that appears 56 Suffix for a module symbol without an underscore. 59 The case for a module symbol without an underscore, [all …]
|
/aosp_15_r20/external/libxkbcommon/test/data/locale/en_US.UTF-8/ |
H A D | Compose | 48 <Multi_key> <underscore> <underscore> : "¯" macron # MACRON 49 <Multi_key> <underscore> <asciicircum> : "¯" macron # MACRON 526 <dead_circumflex> <Multi_key> <underscore> <a> : "ª" ordfeminine # FEMININE ORDINAL INDICATOR 527 <Multi_key> <asciicircum> <underscore> <a> : "ª" ordfeminine # FEMININE ORDINAL INDICATOR 550 <dead_circumflex> <Multi_key> <underscore> <o> : "º" masculine # MASCULINE ORDINAL INDICATOR 551 <Multi_key> <asciicircum> <underscore> <o> : "º" masculine # MASCULINE ORDINAL INDICATOR 815 <Multi_key> <underscore> <A> : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON 816 <Multi_key> <A> <underscore> : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON 821 <Multi_key> <underscore> <a> : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON 822 <Multi_key> <a> <underscore> : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | analyticsadmin_v1alpha.properties.customMetrics.html | 139 …Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a … 142 …en this is the event parameter name. May only contain alphanumeric and underscore charactes, start… 159 …Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a … 162 …en this is the event parameter name. May only contain alphanumeric and underscore charactes, start… 186 …Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a … 189 …en this is the event parameter name. May only contain alphanumeric and underscore charactes, start… 217 …Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a … 220 …en this is the event parameter name. May only contain alphanumeric and underscore charactes, start… 256 …Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a … 259 …en this is the event parameter name. May only contain alphanumeric and underscore charactes, start… [all …]
|
D | analyticsadmin_v1alpha.properties.customDimensions.html | 140 …Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a … 142 …en this is the event parameter name. May only contain alphanumeric and underscore characters, star… 157 …Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a … 159 …en this is the event parameter name. May only contain alphanumeric and underscore characters, star… 181 …Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a … 183 …en this is the event parameter name. May only contain alphanumeric and underscore characters, star… 209 …Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a … 211 …en this is the event parameter name. May only contain alphanumeric and underscore characters, star… 245 …Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a … 247 …en this is the event parameter name. May only contain alphanumeric and underscore characters, star… [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tti/doc/ |
D | tti_functionality.qbk | 56 underscore ( '_' ) followed by the 'name' is appended. As an example, for the macro 93 Because having a double underscore ( __ ) in a name is reserved by the C++ implementation, 96 underscore to the macro name preceding the name of the element that is being introspected. 98 case letters and the underscore then becomes the normal way to separate parts of an identifier 99 name so that it looks understandable. Because of this decision to use the underscore to generate 100 the metafunction name from the macro name, any inner element starting with an underscore will cause 101 the identifier for the metafunction name being generated to contain a double underscore. 105 * When the name of the inner element to be introspected begins with an underscore, use 110 as the metafunction with further letters appended to it separated by an underscore, another rule is: 113 macro metafunction, that name should not end with an underscore.
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/ |
H A D | GPBUtilitiesTests.m | 71 // Underscore, upper + 9 (10 op) 73 // Upper + 3 (10 op), underscore, upper + 5 (10 op) 75 // All Upper for 4 (11 op), underscore, underscore, upper + 5 (10 op), 76 // underscore, lower + 0 (01 op) 78 // 2 byte key: as is + 3 (00 op), underscore, lower + 4 (01 op), 79 // underscore, lower + 3 (01 op), underscore, lower + 1 (01 op), 80 // underscore, lower + 30 (01 op), as is + 30 (00 op), as is + 13 (00 op), 81 // underscore, as is + 3 (00 op)
|
/aosp_15_r20/external/protobuf/objectivec/Tests/ |
H A D | GPBUtilitiesTests.m | 71 // Underscore, upper + 9 (10 op) 73 // Upper + 3 (10 op), underscore, upper + 5 (10 op) 75 // All Upper for 4 (11 op), underscore, underscore, upper + 5 (10 op), 76 // underscore, lower + 0 (01 op) 78 // 2 byte key: as is + 3 (00 op), underscore, lower + 4 (01 op), 79 // underscore, lower + 3 (01 op), underscore, lower + 1 (01 op), 80 // underscore, lower + 30 (01 op), as is + 30 (00 op), as is + 13 (00 op), 81 // underscore, as is + 3 (00 op)
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers_unittest.cc | 185 // Underscore, upper + 9 (10 op) in TEST() 187 // Upper + 3 (10 op), underscore, upper + 5 (10 op) in TEST() 189 // All Upper for 4 (11 op), underscore, underscore, upper + 5 (10 op), in TEST() 190 // underscore, lower + 0 (01 op) in TEST() 192 // 2 byte key: as is + 3 (00 op), underscore, lower + 4 (01 op), in TEST() 193 // underscore, lower + 3 (01 op), underscore, lower + 1 (01 op), in TEST() 194 // underscore, lower + 30 (01 op), as is + 30 (00 op), as is + 13 (00 in TEST() 196 // underscore, as is + 3 (00 op) in TEST()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers_unittest.cc | 185 // Underscore, upper + 9 (10 op) in TEST() 187 // Upper + 3 (10 op), underscore, upper + 5 (10 op) in TEST() 189 // All Upper for 4 (11 op), underscore, underscore, upper + 5 (10 op), in TEST() 190 // underscore, lower + 0 (01 op) in TEST() 192 // 2 byte key: as is + 3 (00 op), underscore, lower + 4 (01 op), in TEST() 193 // underscore, lower + 3 (01 op), underscore, lower + 1 (01 op), in TEST() 194 // underscore, lower + 30 (01 op), as is + 30 (00 op), as is + 13 (00 in TEST() 196 // underscore, as is + 3 (00 op) in TEST()
|
/aosp_15_r20/external/rust/android-crates-io/crates/remain/src/ |
D | atom.rs | 7 Underscore(usize), enumerator 17 Atom::Underscore(n) => n, in underscores() 34 (Underscore(l), Underscore(r)) => l.cmp(r), in cmp() 35 (Underscore(_), _) => Ordering::Less, in cmp() 36 (_, Underscore(_)) => Ordering::Greater, in cmp() 107 Some(Atom::Underscore(n)) in next()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | PropertyNamingStrategy.java | 262 * into two characters, an underscore and the lower case equivalent of the 266 * and are not preceded by an underscore. 270 * name is not preceded by an underscore character, and is translated only 275 * preceded by an underscore character is translated only to its lower case 276 * equivalent, and is not preceded by an additional underscore. 279 * underscore characters).</li></ul></li></ol></li> 280 * <li>If the Java property name starts with an underscore, then that 281 * underscore is not included in the translated name, unless the Java 283 * underscore character. This applies only to the first character of the 317 if (i > 0 || c != '_') // skip first starting underscore in translate()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/generic/ |
H A D | service_spec.rb | 52 context '#underscore' do 53 it 'should convert CamelCase to underscore separated' do 54 expect(GenericService.underscore('AnRPC')).to eq('an_rpc') 55 expect(GenericService.underscore('AMethod')).to eq('a_method') 56 expect(GenericService.underscore('PrintHTML')).to eq('print_html') 57 expect(GenericService.underscore('SeeHTMLBooks')).to eq('see_html_books') 59 expect(GenericService.underscore('SeeHTMLBooks'.freeze)).to eq('see_html_books')
|
/aosp_15_r20/system/tools/hidl/hidl2aidl/ |
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()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | LocaleIDParser.java | 59 private static final char UNDERSCORE = '_'; field in LocaleIDParser 87 append(UNDERSCORE); in addSeparator() 161 return c == UNDERSCORE || c == HYPHEN || isTerminator(c); in isTerminatorOrIDSeparator() 171 if (c == HYPHEN || c == UNDERSCORE) { in haveExperimentalLanguagePrefix() 353 if (id[index] == UNDERSCORE || id[index] == HYPHEN) { in skipCountry() 422 needSeparator = true; // add another underscore if we have more text in parseVariant() 425 if (c != UNDERSCORE && c != HYPHEN) { in parseVariant() 443 c = UNDERSCORE; in parseVariant() 523 // catch unwanted trailing underscore after country if there was no variant in parseBaseName() 525 if (len > 0 && buffer.charAt(len - 1) == UNDERSCORE) { in parseBaseName()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | LocaleIDParser.java | 57 private static final char UNDERSCORE = '_'; field in LocaleIDParser 85 append(UNDERSCORE); in addSeparator() 159 return c == UNDERSCORE || c == HYPHEN || isTerminator(c); in isTerminatorOrIDSeparator() 169 if (c == HYPHEN || c == UNDERSCORE) { in haveExperimentalLanguagePrefix() 351 if (id[index] == UNDERSCORE || id[index] == HYPHEN) { in skipCountry() 420 needSeparator = true; // add another underscore if we have more text in parseVariant() 423 if (c != UNDERSCORE && c != HYPHEN) { in parseVariant() 441 c = UNDERSCORE; in parseVariant() 521 // catch unwanted trailing underscore after country if there was no variant in parseBaseName() 523 if (len > 0 && buffer.charAt(len - 1) == UNDERSCORE) { in parseBaseName()
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | LocaleUtilsTest.java | 496 * Tests #LANG-865, strings starting with an underscore. 506 "Must be at least 3 chars if starts with underscore"); in testLang865() 510 "Must be uppercase if starts with underscore"); in testLang865() 514 "Must be uppercase if starts with underscore"); in testLang865() 518 "Must be letter if starts with underscore"); in testLang865() 522 "Must be letter if starts with underscore"); in testLang865() 526 "Must be at least 5 chars if starts with underscore"); in testLang865() 530 … "Must have underscore after the country if starts with underscore and is at least 5 chars"); in testLang865()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/ |
D | atoi.go | 180 // underscore characters are permitted as defined by the Go syntax for 281 // Underscore must appear only between digits or between a base prefix and a digit. 286 // _ for an underscore, 300 saw = '0' // base prefix counts as a digit for "underscore as digit separator" 311 // Underscore must follow digit. 319 // Underscore must also be followed by digit. 323 // Saw non-digit, non-underscore.
|
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/ |
H A D | CustomDimension.java | 298 * May only contain alphanumeric and underscore characters, starting with a 329 * May only contain alphanumeric and underscore characters, starting with a 362 * UI. Max length of 82 characters, alphanumeric plus space and underscore 389 * UI. Max length of 82 characters, alphanumeric plus space and underscore 1110 * May only contain alphanumeric and underscore characters, starting with a 1140 * May only contain alphanumeric and underscore characters, starting with a 1170 * May only contain alphanumeric and underscore characters, starting with a 1199 * May only contain alphanumeric and underscore characters, starting with a 1224 * May only contain alphanumeric and underscore characters, starting with a 1253 * UI. Max length of 82 characters, alphanumeric plus space and underscore [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | decode_rust_punycode.cc | 58 // underscore into out_begin .. out_end, sets num_ascii_chars to the number of 62 // If punycode_begin .. punycode_end does not contain an underscore, sets 75 // Remember the last underscore if any. Also use the same string scan to in ConsumeOptionalAsciiPrefix() 94 // If there was no underscore, that means there were no ASCII characters in in ConsumeOptionalAsciiPrefix() 98 // Otherwise there will be an underscore delimiter somewhere. It can't be in ConsumeOptionalAsciiPrefix() 192 // underscore delimiter. in DecodeRustPunycode()
|
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/ |
H A D | decode_rust_punycode.cc | 58 // underscore into out_begin .. out_end, sets num_ascii_chars to the number of 62 // If punycode_begin .. punycode_end does not contain an underscore, sets 75 // Remember the last underscore if any. Also use the same string scan to in ConsumeOptionalAsciiPrefix() 94 // If there was no underscore, that means there were no ASCII characters in in ConsumeOptionalAsciiPrefix() 98 // Otherwise there will be an underscore delimiter somewhere. It can't be in ConsumeOptionalAsciiPrefix() 192 // underscore delimiter. in DecodeRustPunycode()
|
/aosp_15_r20/external/libxkbcommon/test/data/symbols/ |
H A D | us | 17 key <AE11> { [ minus, underscore ] }; 101 key <AE11> { [ minus, underscore, yen, dead_belowdot ] }; 162 // dead_belowdot: on AltGr-underscore (AltGr-shift-minus) 185 key <AE11> { [ minus, underscore, dead_macron, dead_belowdot ] }; 247 key <AC11> { [ minus, underscore ] }; 311 // key <AC11> { [ minus, underscore, yen, dead_belowdot ] }; 410 key <AC01> { [ minus, underscore ] }; 476 key <AC11> { [ minus, underscore ] }; 537 key <AC11> { [ minus, underscore ] }; 608 …key <AC11> { [ minus, underscore, hyphen, endash ], type[Group1] = "FOU… [all …]
|