HomeSort by relevance Sort by last modified time
    Searched refs:SKIP (Results 51 - 75 of 242) sorted by null

1 23 4 5 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 168 renderMode = RenderMode.SKIP;
182 renderMode = RenderMode.SKIP;
186 renderMode = RenderMode.SKIP;
195 assert renderMode == RenderMode.SKIP;
  /external/testng/src/main/java/org/testng/reporters/
JUnitXMLReporter.java 211 if((ITestResult.FAILURE == tr.getStatus()) || (ITestResult.SKIP == tr.getStatus())) {
217 else if(ITestResult.SKIP == tr.getStatus()) {
JUnitReportReporter.java 229 if (result == null && tr.getStatus() == ITestResult.SKIP) {
234 // out if it's this failure that caused the skip since (maybe by
XMLSuiteResultWriter.java 169 case ITestResult.SKIP:
170 return "SKIP";
  /external/testng/src/main/java/org/testng/internal/
Invoker.java 256 testResult.setStatus(ITestResult.SKIP);
653 testResult.setStatus(ITestResult.SKIP);
734 else if(ITestResult.SKIP == status) {
    [all...]
TestResult.java 248 case SKIP: return "SKIP";
  /external/pcre/dist2/src/
pcre2_internal.h     [all...]
  /tools/apksig/src/main/java/com/android/apksig/
DefaultApkSignerEngine.java 223 case SKIP:
224 return new InputJarEntryInstructions(InputJarEntryInstructions.OutputPolicy.SKIP);
578 return InputJarEntryInstructions.OutputPolicy.SKIP;
    [all...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 167 if (USESKIP && SKIP->getPixel(w, h)) {
293 if (USESKIP && SKIP->getPixel(w, h)) {
414 if (USESKIP && SKIP->getPixel(w, h)) {
519 if (USESKIP && SKIP->getPixel(w, h)) {
754 if (USESKIP && SKIP->getPixel(w, m_loopIndex)) {
892 if (USESKIP && SKIP->getPixel(w, h)) {
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
ObjectExplorer.java 108 case SKIP: continue;
  /external/libpng/contrib/libtests/
pngunknown.c 37 # define SKIP 77
39 # define SKIP 0
816 /* Skip the image data, if IDAT is not being handled then don't do this
    [all...]
pngimage.c 43 # define SKIP 77
45 # define SKIP 0
528 #define SKIP_BUGS 0x100 /* Skip over known bugs */
    [all...]
  /external/testng/src/main/java/org/testng/junit/
JUnitTestRunner.java 150 case ITestResult.SKIP: {
  /external/testng/src/main/java/org/testng/remote/strprotocol/
MessageHelper.java 35 public static final int SKIPPED_TEST = TEST_RESULT + ITestResult.SKIP;
TestResultMessage.java 96 else if(ITestResult.SKIP == result.getStatus()
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.h 150 #define TC_VALIDATE_FIX(FIX,SEGTYPE,SKIP) i386_validate_fix(FIX)
  /prebuilts/go/darwin-x86/src/testing/
sub_test.go 180 --- SKIP: skipping without message, chatty (N.NNs)`,
210 t.Skip("skipped")
305 desc: "skip output",
309 t.Skip()
417 output: "--- SKIP: root",
423 --- SKIP: root
425 f: func(b *B) { b.Skip("skipping") },
446 b.Skip("skipped")
  /prebuilts/go/linux-x86/src/testing/
sub_test.go 180 --- SKIP: skipping without message, chatty (N.NNs)`,
210 t.Skip("skipped")
305 desc: "skip output",
309 t.Skip()
417 output: "--- SKIP: root",
423 --- SKIP: root
425 f: func(b *B) { b.Skip("skipping") },
446 b.Skip("skipped")
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 530 SKIP :
534 // if this is ever changed to not be a SKIP, need
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 73 #define SKIP 0x7E
80 /* 1*/ FAIL, FAIL, SKIP, FAIL, FAIL, SKIP, FAIL, FAIL,
567 if ( this_ch == SKIP )
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 73 #define SKIP 0x7E
80 /* 1*/ FAIL, FAIL, SKIP, FAIL, FAIL, SKIP, FAIL, FAIL,
573 if ( this_ch == SKIP )
    [all...]
  /external/testng/src/main/java/org/testng/reporters/jq/
NavigatorPanel.java 113 generateMethodList("Skipped methods", new ResultsByStatus(suite, "skipped", ITestResult.SKIP),
  /external/libpng/
pngtest.c 50 # define SKIP 77
52 # define SKIP 0
    [all...]
  /external/skia/third_party/libpng/
pngtest.c 50 # define SKIP 77
52 # define SKIP 0
    [all...]

Completed in 647 milliseconds

1 23 4 5 6 7 8 910