Home
last modified time | relevance | path

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

12

/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.cpp58 if (Info->Prefixes) { in print()
60 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/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/abi-compliance-checker/modules/Internals/
DSysCheck.pm1676 my %Prefixes = %{$LibPrefix{$LPath}};
1677 my @Prefixes = sort {$Prefixes{$b}<=>$Prefixes{$a}} keys(%Prefixes);
1679 if($#Prefixes>=1)
1681 my $MaxPrefix = $Prefixes[0];
1683 $MaxPrefix = $Prefixes[1];
1685 my $Max = $Prefixes{$MaxPrefix};
1686 my $None = $Prefixes{"NONE"};
1691 foreach my $Prefix (@Prefixes)
1694 my $Num = $Prefixes{$Prefix};
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp294 const uint64_t Prefixes = OptimalCount <= 10 ? 0 : OptimalCount - 10; in WriteNopData() local
295 for (uint64_t i = 0, e = Prefixes; i != e; i++) in WriteNopData()
297 const uint64_t Rest = OptimalCount - Prefixes; in WriteNopData()
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp86 len += Prefixes[i].Len(); in GetPrefixesPath()
95 const UString &s = Prefixes[i]; in GetPrefixesPath()
117 Prefixes.ReserveDown(); in ReserveDown()
127 return Prefixes.Add(prefix); in AddPrefix()
134 Prefixes.DeleteBack(); in DeleteLastPrefix()
DDirItem.h75 UStringVector Prefixes; variable
/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.h119 const char *Prefix = *Info->Prefixes; in getPrefix()
DOptParser.td88 list<string> Prefixes = prefixes;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp364 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData() local
365 for (uint8_t i = 0; i < Prefixes; i++) in writeNopData()
367 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()
/external/llvm/test/CodeGen/Mips/
Dcountleading.ll10 ; Prefixes:
Ddivrem.ll15 ; FileCheck Prefixes:
/external/clang/lib/Driver/
DToolChains.cpp1386 SmallVector<std::string, 8> Prefixes(D.PrefixDirs.begin(), in init() local
1394 Prefixes.push_back(GCCToolchainDir); in init()
1398 Prefixes.push_back(D.SysRoot); in init()
1399 Prefixes.push_back(D.SysRoot + "/usr"); in init()
1403 Prefixes.push_back(D.InstalledDir + "/.."); in init()
1408 Prefixes.push_back("/opt/rh/devtoolset-4/root/usr"); in init()
1409 Prefixes.push_back("/opt/rh/devtoolset-3/root/usr"); in init()
1410 Prefixes.push_back("/opt/rh/devtoolset-2/root/usr"); in init()
1411 Prefixes.push_back("/opt/rh/devtoolset-1.1/root/usr"); in init()
1412 Prefixes.push_back("/opt/rh/devtoolset-1.0/root/usr"); in init()
[all …]
/external/fmtlib/doc/bootstrap/mixins/
Dvendor-prefixes.less1 // Vendor Prefixes
/external/curl/docs/
DROADMAP.md46 [Cookie Prefixes](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00)
/external/lisa/ipynb/examples/energy_meter/
DEnergyMeter_HWMON.ipynb99 " # Prefixes of the HWMon labels\n",
/external/cros/system_api/dbus/cryptohome/
Drpc.proto25 // Prefixes by Request/Reply type should be used to help
/external/python/cpython2/Doc/library/
Ddis.rst842 Prefixes any opcode which has an argument too big to fit into the default two

12