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

1 2 3 4 5 6 7

  /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/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/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));
  /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...]
  /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/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/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
Option.h 119 const char *Prefix = *Info->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
Option.h 119 const char *Prefix = *Info->Prefixes;
  /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
Option.h 119 const char *Prefix = *Info->Prefixes;
  /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
Option.h 119 const char *Prefix = *Info->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
Option.h 119 const char *Prefix = *Info->Prefixes;
  /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
Option.h 119 const char *Prefix = *Info->Prefixes;
  /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
Option.h 119 const char *Prefix = *Info->Prefixes;
  /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
  /external/llvm/lib/Option/
OptTable.cpp 63 for (const char * const *APre = A.Prefixes,
64 * const *BPre = B.Prefixes;
129 // Build prefixes.
132 if (const char *const *P = getInfo(i).Prefixes) {
162 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) {
165 for (llvm::StringSet<>::const_iterator I = Prefixes.begin(),
166 E = Prefixes.end(); I != E; ++I)
175 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) {
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 75 UStringVector Prefixes;
121 // unsigned GetNumFolders() const { return Prefixes.Size(); }

Completed in 2882 milliseconds

1 2 3 4 5 6 7