HomeSort by relevance Sort by last modified time
    Searched defs:Prefixes (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_provider_util.h 66 typedef std::vector<Prefix> Prefixes;
  /external/clang/utils/TableGen/
OptParserEmitter.cpp 56 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")) {
119 PrefixesT Prefixes;
120 Prefixes.insert(std::make_pair(PrefixKeyT(), "prefix_0"));
124 std::vector<std::string> prf = R.getValueAsListOfStrings("Prefixes");
127 if (Prefixes.insert(std::make_pair(prfkey, (Twine("prefix_") +
136 // Dump prefixes.
138 OS << "// Prefixes\n\n"
    [all...]
  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 56 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;
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_") +
128 // Dump prefixes.
131 OS << "// Prefixes\n\n"
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 156 // ignore "xml" and "xmlns" prefixes
252 String[] prefixes = new String[fNamespaceSize]; local
253 fPrefixes = prefixes;
270 return new Prefixes(fPrefixes, count);
273 protected final class Prefixes implements Enumeration {
274 private String[] prefixes; field in class:NamespaceSupport.Prefixes
279 * Constructor for Prefixes.
281 public Prefixes(String [] prefixes, int size) {
282 this.prefixes = prefixes;
    [all...]
  /external/clang/include/clang/Driver/
OptTable.h 37 const char *const *Prefixes;
61 /// The union of all option prefixes. If an argument does not begin with
  /external/llvm/include/llvm/Option/
OptTable.h 37 const char *const *Prefixes;
61 /// The union of all option prefixes. If an argument does not begin with
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 322 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10;
323 for (uint8_t i = 0; i < Prefixes; i++)
325 const uint8_t Rest = ThisNopLength - Prefixes;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTestResultParser.java 189 /** Prefixes used to demarcate and identify output. */
190 private static class Prefixes {
271 if (mTestRunInProgress || line.startsWith(Prefixes.TEST_RUN_MARKER)) {
272 if (line.startsWith(Prefixes.START_TEST_MARKER)) {
274 message = line.substring(Prefixes.START_TEST_MARKER.length()).trim();
277 else if (line.startsWith(Prefixes.OK_TEST_MARKER)) {
279 message = line.substring(Prefixes.OK_TEST_MARKER.length()).trim();
283 else if (line.startsWith(Prefixes.FAILED_TEST_MARKER)) {
285 message = line.substring(Prefixes.FAILED_TEST_MARKER.length()).trim();
289 else if (line.startsWith(Prefixes.START_TEST_RUN_MARKER))
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 169 enum Prefixes {
341 // Prefixes parsed
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 272 milliseconds