Searched defs:Prefixes (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_provider_util.h66 typedef std::vector<Prefix> Prefixes; typedef in namespace:history
/external/lzma/CPP/7zip/UI/Common/
H A DDirItem.h27 UStringVector Prefixes; member in class:CDirItems
35 int GetNumFolders() const { return Prefixes.Size(); }
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DNamespaceSupport.java270 return new Prefixes(fPrefixes, count);
273 protected final class Prefixes implements Enumeration { class in class:NamespaceSupport
279 * Constructor for Prefixes.
281 public Prefixes(String [] prefixes, int size) { method in class:NamespaceSupport.Prefixes
/external/llvm/include/llvm/Option/
H A DOptTable.h37 const char *const *Prefixes; member in struct:llvm::opt::OptTable::Info
/external/llvm/utils/TableGen/
H A DOptParserEmitter.cpp56 std::vector<std::string> APrefixes = A->getValueAsListOfStrings("Prefixes");
57 std::vector<std::string> BPrefixes = B->getValueAsListOfStrings("Prefixes");
75 A->getValueAsListOfStrings("Prefixes") ==
76 B->getValueAsListOfStrings("Prefixes")) {
115 PrefixesT Prefixes; local
116 Prefixes.insert(std::make_pair(PrefixKeyT(), "prefix_0"));
120 std::vector<std::string> prf = R.getValueAsListOfStrings("Prefixes");
123 if (Prefixes.insert(std::make_pair(prfkey, (Twine("prefix_") +
131 OS << "// Prefixes\n\n";
134 for (PrefixesT::const_iterator I = Prefixes
206 OS << Prefixes[PrefixKeyT(prf.begin(), prf.end())] << ", "; local
[all...]
/external/llvm/lib/Option/
H A DOptTable.cpp58 for (const char * const *APre = A.Prefixes,
59 * const *BPre = B.Prefixes;
133 if (const char *const *P = getInfo(i).Prefixes) {
163 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) { argument
166 for (llvm::StringSet<>::const_iterator I = Prefixes.begin(),
167 E = Prefixes.end(); I != E; ++I)
175 for (const char * const *Pre = I->Prefixes; *Pre != 0; ++Pre) {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp322 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; local
323 for (uint8_t i = 0; i < Prefixes; i++)
325 const uint8_t Rest = ThisNopLength - Prefixes;
/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc170 enum Prefixes { enum in namespace:disasm
345 // Prefixes parsed
/external/v8/src/x64/
H A Ddisasm-x64.cc169 enum Prefixes { enum in namespace:disasm
341 // Prefixes parsed
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1572 milliseconds