| /external/rust/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()
|
| /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.
|
| /external/grpc-grpc/src/ruby/spec/generic/ |
| 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')
|
| /external/python/google-api-python-client/docs/dyn/ |
| 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 …]
|
| 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 …]
|
| /external/protobuf/objectivec/Tests/ |
| 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)
|
| /external/cronet/third_party/protobuf/objectivec/Tests/ |
| 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)
|
| /external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/utils/ |
| D | JavaStyle.java | 23 private static final String UNDERSCORE = "_"; field in JavaStyle 32 if (s.indexOf(UNDERSCORE) >= 0) { in toLowerCamelCase() 40 // Some APIs use legit java keywords as method names. Both protobuf and gGRPC add an underscore in toLowerCamelCase() 52 if (s.indexOf(UNDERSCORE) >= 0) { in toUpperCamelCase()
|
| /external/protobuf/src/google/protobuf/compiler/objectivec/ |
| 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()
|
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| 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()
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
| 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()
|
| /external/cldr/keyboards/3.0/ |
| D | ja-Latn.xml | 19 <row keys="z x c v b n m comma period slash underscore" /> 26 …<row keys="Z X C V B N M open-angle close-angle question underscore" /> <!-- underscore is repeate…
|
| /external/gson/gson/src/test/java/com/google/gson/functional/ |
| D | FieldNamingTest.java | 55 assertEquals("{'Lower Camel':1,'Upper Camel':2,'_Lower Camel Leading Underscore':3," + in testUpperCamelCaseWithSpaces() 56 "'_ Upper Camel Leading Underscore':4,'Lower_words':5,'U P P E R_ W O R D S':6," + in testUpperCamelCaseWithSpaces() 82 assertEquals("{'lower-camel':1,'upper-camel':2,'_lower-camel-leading-underscore':3," + in testLowerCaseWithDashes() 83 "'_-upper-camel-leading-underscore':4,'lower_words':5,'u-p-p-e-r_-w-o-r-d-s':6," + in testLowerCaseWithDashes()
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | GlossonymConstructor.java | 27 * The code such as "ro_MD" must contain an underscore, otherwise there is no constructed value. 28 * Underscore also serves as a clue for recognizing a value that is from code-fallback; for 29 * example, when the value "ro_MD" is inherited, the underscore implies it's a raw code ("bogus 31 * when the value "Moldauisch" (without underscore) is inherited, it should not be replaced by a
|
| /external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/ |
| D | TagTemplateOrBuilder.java | 92 * 64 characters long. Field IDs must start with a letter or underscore. 110 * 64 characters long. Field IDs must start with a letter or underscore. 132 * 64 characters long. Field IDs must start with a letter or underscore. 151 * 64 characters long. Field IDs must start with a letter or underscore. 173 * 64 characters long. Field IDs must start with a letter or underscore.
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/docs/ |
| D | style-guide.md | 23 separator (`::`) in C++, we use an underscore (`_`) in C: 50 Since we do not have `private` in C++, we use a leading underscore convention 58 // Internal-only members. Underscore prefixes are only necessary when the
|
| /external/libxkbcommon/test/data/locale/en_US.UTF-8/ |
| 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 …]
|
| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
| 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()
|
| /external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ |
| D | TagTemplateOrBuilder.java | 115 * * Must start with a letter or underscore. 135 * * Must start with a letter or underscore. 158 * * Must start with a letter or underscore. 178 * * Must start with a letter or underscore. 202 * * Must start with a letter or underscore.
|
| /external/skia/src/sksl/ |
| D | SkSLMangler.cpp | 37 // If we found digits, another underscore, and anything else, that's the mangler prefix. in uniqueName() 42 // This name doesn't contain a mangler prefix, but it does start with an underscore. in uniqueName() 44 // adding one as part of the mangler prefix, so strip the leading underscore. in uniqueName()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
| D | COFFModuleDefinition.cpp | 64 // fully decorated with leading underscore and trailing stack argument in isDecorated() 67 // leading underscore though, like "Func@0". in isDecorated() 69 // This function controls whether a leading underscore should be added to in isDecorated() 71 // as "Func@0" as undecorated, i.e. a leading underscore must be added. in isDecorated() 74 // We can't check for a leading underscore here, since function names in isDecorated() 75 // themselves can start with an underscore, while a second one still needs in isDecorated()
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
| 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()
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| 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()
|
| /external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/ |
| D | CustomDimensionOrBuilder.java | 61 * May only contain alphanumeric and underscore characters, starting with a 81 * May only contain alphanumeric and underscore characters, starting with a 99 * UI. Max length of 82 characters, alphanumeric plus space and underscore 115 * UI. Max length of 82 characters, alphanumeric plus space and underscore
|
| /external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ |
| D | CustomDimensionOrBuilder.java | 63 * May only contain alphanumeric and underscore characters, starting with a 85 * May only contain alphanumeric and underscore characters, starting with a 103 * UI. Max length of 82 characters, alphanumeric plus space and underscore 119 * UI. Max length of 82 characters, alphanumeric plus space and underscore
|