/external/llvm/utils/TableGen/ |
D | OptParserEmitter.cpp | 120 PrefixesT Prefixes; in EmitOptParser() local 121 Prefixes.insert(std::make_pair(PrefixKeyT(), "prefix_0")); in EmitOptParser() 128 if (Prefixes.insert(std::make_pair(prfkey, (Twine("prefix_") + in EmitOptParser() 139 for (PrefixesT::const_iterator I = Prefixes.begin(), E = Prefixes.end(); in EmitOptParser() 211 OS << Prefixes[PrefixKeyT(prf.begin(), prf.end())] << ", "; in EmitOptParser()
|
/external/llvm/lib/Option/ |
D | OptTable.cpp | 63 for (const char * const *APre = A.Prefixes, in operator <() 64 * const *BPre = B.Prefixes; in operator <() 138 if (const char *const *P = getInfo(i).Prefixes) { in OptTable() 168 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) { in isInput() argument 171 for (llvm::StringSet<>::const_iterator I = Prefixes.begin(), in isInput() 172 E = Prefixes.end(); I != E; ++I) in isInput() 181 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption()
|
D | Option.cpp | 59 if (Info->Prefixes) { in dump() 61 for (const char * const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in dump()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | NamespaceSupport.java | 270 return new Prefixes(fPrefixes, count); in getAllPrefixes() 273 protected final class Prefixes implements Enumeration { class in NamespaceSupport 281 public Prefixes(String [] prefixes, int size) { in Prefixes() method in NamespaceSupport.Prefixes
|
/external/lzma/CPP/7zip/UI/Common/ |
D | DirItem.h | 27 UStringVector Prefixes; variable 35 int GetNumFolders() const { return Prefixes.Size(); } in GetNumFolders()
|
D | EnumDirItems.cpp | 32 len += Prefixes[i].Length(); in GetPrefixesPath() 40 const UString &s = Prefixes[i]; in GetPrefixesPath() 62 Prefixes.ReserveDown(); in ReserveDown() 72 return Prefixes.Add(prefix); in AddPrefix() 79 Prefixes.DeleteBack(); in DeleteLastPrefix()
|
/external/llvm/test/FileCheck/ |
D | validate-check-prefix.txt | 8 ; BAD_PREFIX: Supplied check-prefix is invalid! Prefixes must be
|
/external/chromium_org/third_party/libphonenumber/src/resources/carrier/en/ |
D | 222.txt | 15 # Prefixes from ITU: http://www.itu.int/oth/T0202000087/en
|
D | 224.txt | 15 # Prefixes from http://www.itu.int/oth/T020200005B/en
|
D | 225.txt | 15 # Source: Prefixes 60, 66 and 67 from Wikipedia, 69 from ITU.
|
D | 230.txt | 15 # Prefixes from http://www.itu.int/oth/T0202000088/en
|
D | 212.txt | 15 # Prefixes include those from http://en.wikipedia.org/wiki/+212 and
|
D | 852.txt | 15 # Prefixes from http://www.ofca.gov.hk/mobile/en/industry_focus/telecommunications/portability/numb…
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/el/ |
D | 30.txt | 17 # Prefixes 302736 and 302893 were translated from the English equivalent
|
/external/llvm/include/llvm/Option/ |
D | OptTable.h | 37 const char *const *Prefixes; member
|
D | Option.h | 119 const char *Prefix = *Info->Prefixes; in getPrefix()
|
D | OptParser.td | 84 list<string> Prefixes = prefixes;
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/ |
D | 47.txt | 15 # Prefixes from:
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 336 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData() local 337 for (uint8_t i = 0; i < Prefixes; i++) in writeNopData() 339 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()
|
/external/llvm/test/CodeGen/Mips/ |
D | countleading.ll | 9 ; Prefixes:
|
D | divrem.ll | 15 ; FileCheck Prefixes:
|
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 1237 SmallVector<std::string, 8> Prefixes(D.PrefixDirs.begin(), in init() local 1245 Prefixes.push_back(GCCToolchainDir); in init() 1249 Prefixes.push_back(D.SysRoot); in init() 1250 Prefixes.push_back(D.SysRoot + "/usr"); in init() 1254 Prefixes.push_back(D.InstalledDir + "/.."); in init() 1258 Prefixes.push_back("/usr"); in init() 1264 for (unsigned i = 0, ie = Prefixes.size(); i < ie; ++i) { in init() 1265 if (!llvm::sys::fs::exists(Prefixes[i])) in init() 1268 const std::string LibDir = Prefixes[i] + CandidateLibDirs[j].str(); in init() 1276 const std::string LibDir = Prefixes[i] + CandidateBiarchLibDirs[j].str(); in init()
|
/external/chromium_org/v8/src/x64/ |
D | disasm-x64.cc | 147 enum Prefixes { enum
|
/external/chromium_org/third_party/libphonenumber/src/resources/timezones/ |
D | map_data.txt | 26 # -Prefixes 9761, 9762, since they just indicate the carrier.
|