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

1 2 3 4 5 6

  /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 {
273 if (mTestRunInProgress || line.startsWith(Prefixes.TEST_RUN_MARKER)) {
274 if (line.startsWith(Prefixes.START_TEST_MARKER)) {
276 message = line.substring(Prefixes.START_TEST_MARKER.length()).trim();
279 else if (line.contains(Prefixes.OK_TEST_MARKER)) {
282 message = line.substring(line.indexOf(Prefixes.OK_TEST_MARKER) +
283 Prefixes.OK_TEST_MARKER.length()).trim();
287 line, Prefixes.START_TEST_MARKER);
293 else if (line.contains(Prefixes.ALT_OK_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/lzma/CPP/7zip/UI/Common/
DirItem.h 43 UStringVector Prefixes;
91 int GetNumFolders() const { return Prefixes.Size(); }
EnumDirItems.cpp 48 len += Prefixes[i].Len();
56 const UString &s = Prefixes[i];
78 Prefixes.ReserveDown();
88 return Prefixes.Add(prefix);
95 Prefixes.DeleteBack();
  /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;
  /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) {
Option.cpp 58 if (Info->Prefixes) {
59 O << " Prefixes:[";
60 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) {
  /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;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-14.d 5 # Prefixes of various sizes.
  /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...]
decode.go 195 inst.Prefix = Prefixes{p}
232 // The affected logic is in the conditional branch for "mandatory" prefixes,
252 nprefix = 0 // number of prefixes
301 // Prefixes are certainly the most complex and underspecified part of
303 // up to four prefixes, one from each group, nearly everyone seems to
304 // agree that in practice as many prefixes as possible, including multiple
306 // an instruction, provided the total instruction length including prefixes
308 // Everyone also agrees that if one of these prefixes is the LOCK prefix
314 // What happens if prefixes are given that conflict with other prefixes
    [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...]
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm     [all...]
  /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/clang/lib/Driver/
ToolChains.cpp     [all...]
  /prebuilts/go/darwin-x86/src/strings/
replace.go 111 // Prefixes are preferred over tables when there is one child, but the
  /prebuilts/go/linux-x86/src/strings/
replace.go 111 // Prefixes are preferred over tables when there is one child, but the
  /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 

Completed in 920 milliseconds

1 2 3 4 5 6