Home
last modified time | relevance | path

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

/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/chromium/chrome/browser/autocomplete/
Dhistory_url_provider.h184 static history::Prefixes GetPrefixes();
294 const history::Prefixes prefixes_;
Dhistory_provider_util.h66 typedef std::vector<Prefix> Prefixes; typedef
Dhistory_url_provider.cc33 using history::Prefixes;
203 for (Prefixes::const_iterator i(prefixes_.begin()); i != prefixes_.end(); in DoAutocomplete()
441 history::Prefixes HistoryURLProvider::GetPrefixes() { in GetPrefixes()
444 Prefixes prefixes; in GetPrefixes()
656 for (Prefixes::const_iterator i(prefixes_.begin()); i != prefixes_.end(); in BestPrefix()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp310 const uint64_t Prefixes = OptimalCount <= 10 ? 0 : OptimalCount - 10; in writeNopData() local
311 for (uint64_t i = 0, e = Prefixes; i != e; i++) in writeNopData()
313 const uint64_t Rest = OptimalCount - Prefixes; in writeNopData()
/external/clang/lib/Driver/
DToolChains.cpp1133 SmallVector<std::string, 8> Prefixes(D.PrefixDirs.begin(), in GCCInstallationDetector() local
1141 Prefixes.push_back(GCCToolchainDir); in GCCInstallationDetector()
1143 Prefixes.push_back(D.SysRoot); in GCCInstallationDetector()
1144 Prefixes.push_back(D.SysRoot + "/usr"); in GCCInstallationDetector()
1145 Prefixes.push_back(D.InstalledDir + "/.."); in GCCInstallationDetector()
1151 for (unsigned i = 0, ie = Prefixes.size(); i < ie; ++i) { in GCCInstallationDetector()
1152 if (!llvm::sys::fs::exists(Prefixes[i])) in GCCInstallationDetector()
1155 const std::string LibDir = Prefixes[i] + CandidateLibDirs[j].str(); in GCCInstallationDetector()
1163 = Prefixes[i] + CandidateMultiarchLibDirs[j].str(); in GCCInstallationDetector()
/external/v8/src/x64/
Ddisasm-x64.cc169 enum Prefixes { enum