/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 482 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function 502 if (hasPrefix(SectionName, ".rodata.") || SectionName == ".rodata1") in ParseSectionArguments() 505 hasPrefix(SectionName, ".text.")) in ParseSectionArguments() 507 else if (hasPrefix(SectionName, ".data.") || SectionName == ".data1" || in ParseSectionArguments() 508 hasPrefix(SectionName, ".bss.") || in ParseSectionArguments() 509 hasPrefix(SectionName, ".init_array.") || in ParseSectionArguments() 510 hasPrefix(SectionName, ".fini_array.") || in ParseSectionArguments() 511 hasPrefix(SectionName, ".preinit_array.")) in ParseSectionArguments() 513 else if (hasPrefix(SectionName, ".tdata.") || in ParseSectionArguments() 514 hasPrefix(SectionName, ".tbss.")) in ParseSectionArguments() [all …]
|
/third_party/parse5/packages/parse5/lib/common/ |
D | doctype.js | 88 function hasPrefix(publicId, prefixes) { function 129 if (hasPrefix(publicId, prefixes)) { 136 if (hasPrefix(publicId, prefixes)) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 107 boolean hasPrefix = (prefixLen > 0); in applyCurrencySpacing() 110 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 105 boolean hasPrefix = (prefixLen > 0); in applyCurrencySpacing() 108 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | token.go | 100 func hasPrefix(a []byte, s string) bool { func 230 if hasPrefix(src[i+1:], x.suffix) {
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | method_dump.sh | 63 if (argCount == 3 && [methodName hasPrefix:@"set"] && methodName.length > 4) { 84 if ([item hasPrefix:@"\""]) {
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_affixes.cpp | 298 bool hasPrefix = false; in createAffixMatchers() local 302 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers() 303 AffixPatternMatcher* prefix = hasPrefix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
|
D | number_modifiers.cpp | 412 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local 415 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numparse_affixes.cpp | 297 bool hasPrefix = false; in createAffixMatchers() local 301 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers() 302 AffixPatternMatcher* prefix = hasPrefix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
|
D | number_modifiers.cpp | 412 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local 415 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
|
/third_party/icu/icu4c/source/i18n/ |
D | numparse_affixes.cpp | 297 bool hasPrefix = false; in createAffixMatchers() local 301 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers() 302 AffixPatternMatcher* prefix = hasPrefix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
|
D | number_modifiers.cpp | 412 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local 415 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
|
/third_party/flutter/engine/flutter/testing/scenario_app/ios/Scenarios/ScenariosTests/ |
D | FlutterEngineTest.m | 24 XCTAssertTrue([engine.isolateId hasPrefix:@"isolates/"]);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numparse_affixes.cpp | 318 bool hasPrefix = false; in createAffixMatchers() local 322 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers() 323 AffixPatternMatcher* prefix = hasPrefix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
|
D | number_modifiers.cpp | 406 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local 409 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
|
/third_party/grpc/src/objective-c/GRPCClient/ |
D | GRPCCall+OAuth2.m | 32 if ([headerValue hasPrefix:kBearerPrefix]) {
|
/third_party/grpc/src/objective-c/examples/InterceptorSample/InterceptorSample/ |
D | CacheInterceptor.m | 265 } else if ([trimmedOption.lowercaseString hasPrefix:@"max-age="]) {
|
/third_party/protobuf/objectivec/ |
D | GPBDescriptor.m | 262 if (objcPrefix && ![className hasPrefix:objcPrefix]) { 286 if (![className hasPrefix:parentPrefix]) { 869 if ((name.length <= prefixLen) || ![name hasPrefix:name_] ||
|