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

1 2 3 4 5 6

  /cts/tools/junit/src/com/android/cts/junit/
SingleJUnitTestRunListener.java 25 private static class Prefixes {
41 String status = result.wasSuccessful() ? Prefixes.OK_TEST_MARKER
42 : Prefixes.FAILED_TEST_MARKER;
48 System.out.println(String.format("%s %s.%s", Prefixes.START_TEST_MARKER,
  /cts/tools/testng/src/com/android/cts/testng/
SingleTestNGTestRunListener.java 22 private static class Prefixes {
34 System.out.println(String.format("%s", Prefixes.TEST_RUN_MARKER));
39 System.out.println(String.format("%s", Prefixes.INFORMATIONAL_MARKER));
55 System.out.println(String.format("%s %s ::: %s", Prefixes.ERROR_TEST_RUN_MARKER,
61 System.out.println(String.format("%s %s", Prefixes.SKIPPED_TEST_MARKER,
67 System.out.println(String.format("%s %s", Prefixes.START_TEST_MARKER,
73 System.out.println(String.format("%s", Prefixes.OK_TEST_MARKER));
  /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));
  /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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsFuzzTestResultParser.java 68 /** Prefixes used to demarcate and identify output. */
69 private static class Prefixes {
119 if (line.contains(Prefixes.PASSED_MARKER)) {
121 } else if (line.contains(Prefixes.FAILED_MARKER)
122 || line.contains(Prefixes.TIMEOUT_MARKER)) {
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 75 UStringVector Prefixes;
121 // 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;
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
GTestResultParser.java 193 /** Prefixes used to demarcate and identify output. */
194 private static class Prefixes {
260 if (lines.length != 0 && lines[0].startsWith(Prefixes.LINK_FAILURE_MARKER)) {
287 if (mTestRunInProgress || line.startsWith(Prefixes.TEST_RUN_MARKER)) {
288 if (line.startsWith(Prefixes.START_TEST_MARKER)) {
290 message = line.substring(Prefixes.START_TEST_MARKER.length()).trim();
293 else if (line.contains(Prefixes.OK_TEST_MARKER)) {
296 message = line.substring(line.indexOf(Prefixes.OK_TEST_MARKER) +
297 Prefixes.OK_TEST_MARKER.length()).trim();
301 line, Prefixes.START_TEST_MARKER)
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 146 enum Prefixes {
326 // Prefixes parsed
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 15 Prefix Prefixes // Prefixes applied to the instruction.
28 // Prefixes is an array of prefixes associated with a single instruction.
29 // The prefixes are listed in the same order as found in the instruction:
31 // in the array marks the end of the prefixes.
32 type Prefixes [14]Prefix
46 PrefixES Prefix = 0x26 // ES segment override
73 // The REX prefixes must be in the range [PrefixREX, PrefixREX+0x10).
456 case PrefixCS, PrefixDS, PrefixES, PrefixFS, PrefixGS, PrefixSS
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 15 Prefix Prefixes // Prefixes applied to the instruction.
28 // Prefixes is an array of prefixes associated with a single instruction.
29 // The prefixes are listed in the same order as found in the instruction:
31 // in the array marks the end of the prefixes.
32 type Prefixes [14]Prefix
46 PrefixES Prefix = 0x26 // ES segment override
73 // The REX prefixes must be in the range [PrefixREX, PrefixREX+0x10).
456 case PrefixCS, PrefixDS, PrefixES, PrefixFS, PrefixGS, PrefixSS
    [all...]
  /prebuilts/misc/common/robolectric/lib/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/xercesMinimal/1.9.6.2/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/devtools/tools/lib/
ddmlib-26.0.0.jar 

Completed in 2383 milliseconds

1 2 3 4 5 6