HomeSort by relevance Sort by last modified time
    Searched refs:SKIP (Results 26 - 50 of 216) sorted by null

12 3 4 5 6 7 8 9

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepositoryTest.java 62 assertEquals(RenderMode.SKIP, repository.getRenderMode("android.widget.LinearLayout"));
  /external/v8/build/android/pylib/base/
base_test_result.py 13 SKIP = 'SKIP'
22 return [ResultType.PASS, ResultType.SKIP, ResultType.FAIL,
203 return self._GetType(ResultType.SKIP)
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveSmokeTest.py 52 SKIP = 'Skip'
195 "Skip Data verification.")
196 data_incall_result = SKIP
206 (data_incall_result == SKIP)))
265 "Skip Data verification.")
266 data_incall_result = SKIP
276 (data_incall_result == SKIP)))
381 self.log.info("3. Skip WiFi Tethering."
383 tethering_result = SKIP
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderConformanceTest.java 62 SKIP;
150 return Status.SKIP;
224 Log.i(TAG, "Skip handling MediaCodec.INFO_OUTPUT_BUFFERS_CHANGED");
256 } else if (stat == Status.SKIP) {
  /external/ImageMagick/config/
test-driver 119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /external/google-breakpad/autotools/
test-driver 116 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /external/libmicrohttpd/
test-driver 116 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /external/pcre/dist/
test-driver 119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GrdProc.h 43 CJBig2_Image* SKIP;
JBig2_GsidProc.cpp 27 pGRD->SKIP = GSKIP;
  /external/protobuf/gtest/build-aux/
test-driver 116 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /external/protobuf/
test-driver 116 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /external/testng/src/main/java/org/testng/reporters/
XMLReporterConfig.java 56 public static final String TEST_SKIPPED = "SKIP";
61 put(TEST_SKIPPED, ITestResult.SKIP);
  /external/autotest/utils/
unittest_suite.py 16 parser.add_option("--skip-tests", dest="skip_tests", default=[],
17 help="A space separated list of tests to skip")
96 SKIP = set((
166 skip_tests = SKIP
178 # Skip all subdirectories below this one, it is not a module.
182 continue # Skip this directory.
  /external/testng/src/main/java/org/testng/junit/
JUnit4TestRunner.java 120 tr.setStatus(TestResult.SKIP);
163 tr.setStatus(TestResult.SKIP);
  /external/testng/src/main/java/org/testng/xml/
ResultContentHandler.java 88 else if (status == ITestResult.SKIP) m_skipped++;
126 case ITestResult.SKIP:
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_amd64.s 117 #define SKIP(off, reg)
135 KEYROUND(X1, SKIP, 15, BX, AX, 7)
rc4_amd64p32.s 127 #define SKIP(off, reg)
145 KEYROUND(X1, SKIP, 15, BX, AX, 7)
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_amd64.s 117 #define SKIP(off, reg)
135 KEYROUND(X1, SKIP, 15, BX, AX, 7)
rc4_amd64p32.s 127 #define SKIP(off, reg)
145 KEYROUND(X1, SKIP, 15, BX, AX, 7)
  /external/selinux/policycoreutils/setfiles/
restore.c 5 #define SKIP -2
260 goto skip;
267 skip:
270 return SKIP;
286 return SKIP;
292 return SKIP;
335 /* Skip the post order nodes. */
350 if (rc == SKIP)
  /external/vogar/src/vogar/
Console.java 63 Color.SKIP.setCode(skipColor);
182 out.println(colorString("SKIP (" + result + ")", Color.WARN));
216 color = Color.SKIP;
274 for (String skip : skips) {
275 out.println(skip);
421 PASS, FAIL, SKIP, WARN, COMMENT;
  /external/iproute2/lib/
ll_types.c 69 __PF(SKIP,skip)
  /external/minijail/
bpf.h 102 #define SKIP 1
  /external/testng/src/main/java/org/testng/internal/
TestMethodWithDataProviderMethodWorker.java 106 // If we have a failure, skip all the
126 r.setStatus(TestResult.SKIP);

Completed in 4179 milliseconds

12 3 4 5 6 7 8 9