/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 480 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function 500 if (hasPrefix(SectionName, ".rodata.") || SectionName == ".rodata1") in ParseSectionArguments() 503 hasPrefix(SectionName, ".text.")) in ParseSectionArguments() 505 else if (hasPrefix(SectionName, ".data.") || SectionName == ".data1" || in ParseSectionArguments() 506 hasPrefix(SectionName, ".bss.") || in ParseSectionArguments() 507 hasPrefix(SectionName, ".init_array.") || in ParseSectionArguments() 508 hasPrefix(SectionName, ".fini_array.") || in ParseSectionArguments() 509 hasPrefix(SectionName, ".preinit_array.")) in ParseSectionArguments() 511 else if (hasPrefix(SectionName, ".tdata.") || in ParseSectionArguments() 512 hasPrefix(SectionName, ".tbss.")) in ParseSectionArguments() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 104 boolean hasPrefix = (prefixLen > 0); in applyCurrencySpacing() 107 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 106 boolean hasPrefix = (prefixLen > 0); in applyCurrencySpacing() 109 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | QName.java | 58 public boolean hasPrefix() in hasPrefix() method in QName
|
D | XMPSerializerRDF.java | 878 if (qname.hasPrefix()) in declareNamespace()
|
/external/icu/icu4c/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()
|
/external/grpc-grpc/src/objective-c/GRPCClient/ |
D | GRPCCall+OAuth2.m | 32 if ([headerValue hasPrefix:kBearerPrefix]) {
|
/external/google-breakpad/src/common/mac/ |
D | GTMLogger.m | 413 [name hasPrefix:@"-["] || [name hasPrefix:@"+["] || 493 if ([[value uppercaseString] hasPrefix:@"Y"] || 494 [[value uppercaseString] hasPrefix:@"T"] ||
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDSDPUtils.m | 42 if ([line hasPrefix:@"m=video"]) {
|
D | ARDStatsBuilder.m | 204 if (trackId.length && [trackId hasPrefix:@"ARDAMSv0"]) {
|
/external/antlr/runtime/ObjC/Framework/ |
D | RuntimeException.m | 106 if ([traceStr hasPrefix:@"main("] > 0) 108 if (![traceStr hasPrefix:@"org.stringtemplate"])
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 1410 nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A")))))); in TEST() 1413 nestedNameSpecifierLoc(hasPrefix( in TEST()
|
D | ASTMatchersTraversalTest.cpp | 1780 elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N"))))))); in TEST() 1786 elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N"))))))); in TEST()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 88 REGISTER_OVERLOADED_2(hasPrefix); in RegistryMaps()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 5025 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix, 5043 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,
|
/external/google-breakpad/src/client/mac/sender/ |
D | uploader.mm | 221 if ([key hasPrefix:@BREAKPAD_SERVER_PARAMETER_PREFIX]) {
|
/external/protobuf/objectivec/ |
D | GPBDescriptor.m | 724 if ((name.length <= prefixLen) || ![name hasPrefix:name_] ||
|