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

  /cts/tests/core/runner/src/com/android/cts/core/runner/support/
SingleTestNGTestRunListener.java 38 private static class Prefixes {
59 System.out.println(String.format("%s", Prefixes.TEST_RUN_MARKER));
64 System.out.println(String.format("%s", Prefixes.INFORMATIONAL_MARKER));
82 System.out.println(String.format("%s %s ::: %s", Prefixes.ERROR_TEST_RUN_MARKER,
89 System.out.println(String.format("%s %s", Prefixes.SKIPPED_TEST_MARKER,
96 System.out.println(String.format("%s %s", Prefixes.START_TEST_MARKER,
102 System.out.println(String.format("%s", Prefixes.OK_TEST_MARKER));
  /cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
SingleTestNGTestRunListener.java 38 private static class Prefixes {
59 System.out.println(String.format("%s", Prefixes.TEST_RUN_MARKER));
64 System.out.println(String.format("%s", Prefixes.INFORMATIONAL_MARKER));
82 System.out.println(String.format("%s %s ::: %s", Prefixes.ERROR_TEST_RUN_MARKER,
89 System.out.println(String.format("%s %s", Prefixes.SKIPPED_TEST_MARKER,
96 System.out.println(String.format("%s %s", Prefixes.START_TEST_MARKER,
102 System.out.println(String.format("%s", Prefixes.OK_TEST_MARKER));
  /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/llvm/include/llvm/Option/
OptTable.h 38 const char *const *Prefixes;
63 /// The union of all option prefixes. If an argument does not begin with
  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 61 std::vector<std::string> APrefixes = A->getValueAsListOfStrings("Prefixes");
62 std::vector<std::string> BPrefixes = B->getValueAsListOfStrings("Prefixes");
80 A->getValueAsListOfStrings("Prefixes") ==
81 B->getValueAsListOfStrings("Prefixes")) {
120 PrefixesT Prefixes;
121 Prefixes.insert(std::make_pair(PrefixKeyT(), "prefix_0"));
125 std::vector<std::string> prf = R.getValueAsListOfStrings("Prefixes");
128 if (Prefixes.insert(std::make_pair(prfkey, (Twine("prefix_") +
133 // Dump prefixes.
136 OS << "// Prefixes\n\n"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 294 const uint64_t Prefixes = OptimalCount <= 10 ? 0 : OptimalCount - 10;
295 for (uint64_t i = 0, e = Prefixes; i != e; i++)
297 const uint64_t Rest = OptimalCount - Prefixes;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
71 /// The union of all option prefixes. If an argument does not begin with
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
OptParserEmitter.cpp 63 std::vector<StringRef> APrefixes = A->getValueAsListOfStrings("Prefixes");
64 std::vector<StringRef> BPrefixes = B->getValueAsListOfStrings("Prefixes");
82 A->getValueAsListOfStrings("Prefixes") ==
83 B->getValueAsListOfStrings("Prefixes")) {
122 PrefixesT Prefixes;
123 Prefixes.insert(std::make_pair(PrefixKeyT(), "prefix_0"));
127 std::vector<StringRef> prf = R.getValueAsListOfStrings("Prefixes");
130 if (Prefixes.insert(std::make_pair(prfkey, (Twine("prefix_") +
135 // Dump prefixes.
138 OS << "// Prefixes\n\n"
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 108 UStringVector Prefixes;
154 // unsigned GetNumFolders() const { return Prefixes.Size(); }
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 364 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10;
365 for (uint8_t i = 0; i < Prefixes; i++)
367 const uint8_t Rest = ThisNopLength - Prefixes;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 367 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10;
368 for (uint8_t i = 0; i < Prefixes; i++)
370 const uint8_t Rest = ThisNopLength - Prefixes;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
X86Operand.h 51 unsigned Prefixes;
128 OS << "Prefix:" << Pref.Prefixes;
166 return Pref.Prefixes;
552 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) {
554 Res->Pref.Prefixes = Prefixes;
X86AsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp     [all...]
  /external/v8/src/x64/
disasm-x64.cc 148 enum Prefixes {
319 // Prefixes parsed
    [all...]
  /external/cldr/tools/java/libs/
xercesImpl.jar 

Completed in 538 milliseconds