/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 <() 132 if (const char *const *P = getInfo(i).Prefixes) { in OptTable() 162 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) { in isInput() argument 165 for (llvm::StringSet<>::const_iterator I = Prefixes.begin(), in isInput() 166 E = Prefixes.end(); I != E; ++I) in isInput() 175 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption()
|
D | Option.cpp | 57 if (Info->Prefixes) { in print() 59 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print()
|
/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 | 43 UStringVector Prefixes; variable 91 int GetNumFolders() const { return Prefixes.Size(); } in GetNumFolders()
|
D | EnumDirItems.cpp | 48 len += Prefixes[i].Len(); in GetPrefixesPath() 56 const UString &s = Prefixes[i]; in GetPrefixesPath() 78 Prefixes.ReserveDown(); in ReserveDown() 88 return Prefixes.Add(prefix); in AddPrefix() 95 Prefixes.DeleteBack(); in DeleteLastPrefix()
|
/external/tcpdump/tests/ |
D | ospf3_nbma-vv.out | 130 Priority 100, Link-local address fe80::3, Prefixes 1: 135 Prefixes 1: 174 Priority 1, Link-local address fe80::2, Prefixes 1: 179 Priority 1, Link-local address fe80::1, Prefixes 1: 184 Prefixes 1: 189 Prefixes 1: 204 Prefixes 0: 215 Prefixes 0: 346 Priority 1, Link-local address fe80::2, Prefixes 1: 351 Prefixes 1: [all …]
|
D | ospf3_bc-vv.out | 127 Priority 1, Link-local address fe80::1, Prefixes 1: 132 Prefixes 1: 154 Priority 1, Link-local address fe80::2, Prefixes 0: 176 Prefixes 1: 181 Prefixes 0: 192 Priority 1, Link-local address fe80::2, Prefixes 1: 247 Prefixes 0: 265 Priority 1, Link-local address fe80::2, Prefixes 1:
|
D | ospf3_mp-vv.out | 151 Priority 100, Link-local address fe80::3, Prefixes 1: 156 Prefixes 1: 185 Priority 1, Link-local address fe80::1, Prefixes 1: 190 Prefixes 1: 195 Prefixes 1: 418 Priority 100, Link-local address fe80::3, Prefixes 1: 423 Prefixes 1: 428 Prefixes 1: 441 Priority 1, Link-local address fe80::2, Prefixes 1: 446 Prefixes 1: [all …]
|
D | ospf3_ah-vv.out | 232 Priority 1, Link-local address fe80::1, Prefixes 1: 237 Prefixes 1: 242 Prefixes 1: 279 Priority 1, Link-local address fe80::2, Prefixes 1: 284 Prefixes 1: 291 Prefixes 0: 307 Prefixes 0: 372 Prefixes 0: 401 Prefixes 1: 413 Prefixes 0:
|
/external/llvm/test/FileCheck/ |
D | validate-check-prefix.txt | 9 ; BAD_PREFIX: Supplied check-prefix is invalid! Prefixes must be
|
/external/llvm/include/llvm/Option/ |
D | OptTable.h | 38 const char *const *Prefixes; member
|
D | Option.h | 118 const char *Prefix = *Info->Prefixes; in getPrefix()
|
D | OptParser.td | 85 list<string> Prefixes = prefixes;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 352 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData() local 353 for (uint8_t i = 0; i < Prefixes; i++) in writeNopData() 355 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 | 1337 SmallVector<std::string, 8> Prefixes(D.PrefixDirs.begin(), in init() local 1345 Prefixes.push_back(GCCToolchainDir); in init() 1349 Prefixes.push_back(D.SysRoot); in init() 1350 Prefixes.push_back(D.SysRoot + "/usr"); in init() 1354 Prefixes.push_back(D.InstalledDir + "/.."); in init() 1358 Prefixes.push_back("/usr"); in init() 1364 for (const std::string &Prefix : Prefixes) { in init()
|
/external/cros/system_api/dbus/cryptohome/ |
D | rpc.proto | 25 // Prefixes by Request/Reply type should be used to help
|
/external/v8/src/x64/ |
D | disasm-x64.cc | 145 enum Prefixes { enum
|