Home
last modified time | relevance | path

Searched refs:Prefixes (Results 1 – 20 of 20) sorted by relevance

/external/llvm/utils/TableGen/
DOptParserEmitter.cpp120 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/
DOptTable.cpp63 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()
DOption.cpp57 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/
DNamespaceSupport.java270 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/
DDirItem.h43 UStringVector Prefixes; variable
91 int GetNumFolders() const { return Prefixes.Size(); } in GetNumFolders()
DEnumDirItems.cpp48 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/
Dospf3_nbma-vv.out130 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 …]
Dospf3_bc-vv.out127 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:
Dospf3_mp-vv.out151 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 …]
Dospf3_ah-vv.out232 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/
Dvalidate-check-prefix.txt9 ; BAD_PREFIX: Supplied check-prefix is invalid! Prefixes must be
/external/llvm/include/llvm/Option/
DOptTable.h38 const char *const *Prefixes; member
DOption.h118 const char *Prefix = *Info->Prefixes; in getPrefix()
DOptParser.td85 list<string> Prefixes = prefixes;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp352 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/
Dcountleading.ll9 ; Prefixes:
Ddivrem.ll15 ; FileCheck Prefixes:
/external/clang/lib/Driver/
DToolChains.cpp1337 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/
Drpc.proto25 // Prefixes by Request/Reply type should be used to help
/external/v8/src/x64/
Ddisasm-x64.cc145 enum Prefixes { enum