HomeSort by relevance Sort by last modified time
    Searched defs:Prefixes (Results 1 - 25 of 149) 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-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/darwin-x86/clang-4393122/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
70 /// The union of all option prefixes. If an argument does not begin with
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
70 /// The union of all option prefixes. If an argument does not begin with
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
71 /// The union of all option prefixes. If an argument does not begin with
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
71 /// The union of all option prefixes. If an argument does not begin with
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
71 /// The union of all option prefixes. If an argument does not begin with
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
71 /// 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
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
70 /// The union of all option prefixes. If an argument does not begin with
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
70 /// The union of all option prefixes. If an argument does not begin with
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
71 /// The union of all option prefixes. If an argument does not begin with
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
71 /// The union of all option prefixes. If an argument does not begin with
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
71 /// The union of all option prefixes. If an argument does not begin with
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
OptTable.h 45 const char *const *Prefixes;
71 /// The union of all option prefixes. If an argument does not begin with
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsFuzzTestResultParser.java 64 /** Prefixes used to demarcate and identify output. */
65 private static class Prefixes {
116 if (line.contains(Prefixes.PASSED_MARKER)) {
118 } else if (line.contains(Prefixes.FAILED_MARKER)
119 || 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 196 /** Prefixes used to demarcate and identify output. */
197 private static class Prefixes {
263 if (lines.length != 0 && lines[0].startsWith(Prefixes.LINK_FAILURE_MARKER)) {
290 if (mTestRunInProgress || line.startsWith(Prefixes.TEST_RUN_MARKER)) {
291 if (line.startsWith(Prefixes.START_TEST_MARKER)) {
293 message = line.substring(Prefixes.START_TEST_MARKER.length()).trim();
296 else if (line.contains(Prefixes.OK_TEST_MARKER)) {
299 message = line.substring(line.indexOf(Prefixes.OK_TEST_MARKER) +
300 Prefixes.OK_TEST_MARKER.length()).trim();
304 line, Prefixes.START_TEST_MARKER)
    [all...]

Completed in 1049 milliseconds

1 2 3 4 5 6