Home
last modified time | relevance | path

Searched refs:hasPrefix (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp480 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/
DCurrencySpacingEnabledModifier.java104 boolean hasPrefix = (prefixLen > 0); in applyCurrencySpacing()
107 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCurrencySpacingEnabledModifier.java106 boolean hasPrefix = (prefixLen > 0); in applyCurrencySpacing()
109 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DQName.java58 public boolean hasPrefix() in hasPrefix() method in QName
DXMPSerializerRDF.java878 if (qname.hasPrefix()) in declareNamespace()
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp318 bool hasPrefix = false; in createAffixMatchers() local
322 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers()
323 AffixPatternMatcher* prefix = hasPrefix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
Dnumber_modifiers.cpp406 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local
409 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
/external/grpc-grpc/src/objective-c/GRPCClient/
DGRPCCall+OAuth2.m32 if ([headerValue hasPrefix:kBearerPrefix]) {
/external/google-breakpad/src/common/mac/
DGTMLogger.m413 [name hasPrefix:@"-["] || [name hasPrefix:@"+["] ||
493 if ([[value uppercaseString] hasPrefix:@"Y"] ||
494 [[value uppercaseString] hasPrefix:@"T"] ||
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDSDPUtils.m42 if ([line hasPrefix:@"m=video"]) {
DARDStatsBuilder.m204 if (trackId.length && [trackId hasPrefix:@"ARDAMSv0"]) {
/external/antlr/runtime/ObjC/Framework/
DRuntimeException.m106 if ([traceStr hasPrefix:@"main("] > 0)
108 if (![traceStr hasPrefix:@"org.stringtemplate"])
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1410 nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A")))))); in TEST()
1413 nestedNameSpecifierLoc(hasPrefix( in TEST()
DASTMatchersTraversalTest.cpp1780 elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N"))))))); in TEST()
1786 elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N"))))))); in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp88 REGISTER_OVERLOADED_2(hasPrefix); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h5025 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix,
5043 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,
/external/google-breakpad/src/client/mac/sender/
Duploader.mm221 if ([key hasPrefix:@BREAKPAD_SERVER_PARAMETER_PREFIX]) {
/external/protobuf/objectivec/
DGPBDescriptor.m724 if ((name.length <= prefixLen) || ![name hasPrefix:name_] ||