HomeSort by relevance Sort by last modified time
    Searched defs:SKIP (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /external/ltp/include/mk/
module.mk 27 SKIP := 1
30 SKIP := 1
32 SKIP ?= $(shell \
39 ifneq ($(SKIP),0)
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
ObjectVisitor.java 40 * should be further explored, or {@link Traversal#SKIP} to avoid
64 SKIP
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveSmokeTest.py 53 SKIP = 'Skip'
193 "Skip Data verification.")
194 data_incall_result = SKIP
204 (data_incall_result == SKIP)))
263 "Skip Data verification.")
264 data_incall_result = SKIP
274 (data_incall_result == SKIP)))
378 self.log.info("3. Skip WiFi Tethering."
380 tethering_result = SKIP
    [all...]
  /external/ppp/pppd/plugins/radius/
clientid.c 48 #define SKIP(p) while(*p && isspace(*p)) p++;
56 SKIP(q);
64 SKIP(c);
87 #undef 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/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.h 47 CJBig2_Image* SKIP;
  /external/autotest/utils/
unittest_suite.py 15 parser.add_option("--skip-tests", dest="skip_tests", default=[],
16 help="A space separated list of tests to skip")
95 SKIP = set((
172 skip_tests = SKIP
184 # Skip all subdirectories below this one, it is not a module.
188 continue # Skip this directory.
  /external/testng/src/main/java/org/testng/
ITestResult.java 19 public static final int SKIP = 3;
  /build/make/tools/
warn.py 123 SKIP = 8
124 range = range(SKIP + 1)
184 {'category': 'C/C++', 'severity': Severity.SKIP,
185 'description': 'skip, conflicting types for ...',
260 {'category': 'cont.', 'severity': Severity.SKIP,
261 'description': 'skip, near initialization for ...',
403 {'category': 'cont.', 'severity': Severity.SKIP,
404 'description': 'skip, parameter name (without types) in function declaration',
419 {'category': 'cont.', 'severity': Severity.SKIP,
420 'description': 'skip, ... location of the previous definition'
    [all...]
  /external/v8/tools/testrunner/local/
statusfile.py 35 SKIP = "SKIP"
52 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FAIL_OK,
74 return SKIP in outcomes
  /tools/apksig/src/main/java/com/android/apksig/
ApkSignerEngine.java 354 SKIP,
  /device/google/marlin/dataservices/datatop/src/
datatop_interface.h 56 #define SKIP 1
70 .skip = 0
113 /* Skip on subsequent polls */
114 char skip; member in struct:dtop_data_point
  /external/libevent/test/
tinytest.c 76 enum outcome { SKIP=2, OK=1, FAIL=0 };
101 return SKIP;
167 return SKIP;
215 return b[0]=='Y' ? OK : (b[0]=='S' ? SKIP : FAIL);
234 return SKIP;
259 } else if (outcome == SKIP) {
270 exit(outcome==OK ? 0 : (outcome==SKIP?MAGIC_EXITCODE : 1));
317 puts(" To skip a test, prefix its name with a colon.");
472 cur_test_outcome = SKIP;
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl14.c 53 #define SKIP 0x0c00
54 #if SKIP == F_RDLCK || SKIP== F_WRLCK
55 #error invalid value for SKIP, must be distinct from F_RDLCK and F_WRLCK
74 short b_type; /* SKIP means suppress fcntl call */
88 {F_WRLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
93 {F_WRLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
98 {F_RDLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
103 {F_RDLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
109 {F_WRLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L
    [all...]
fcntl16.c 56 //#define SKIP SKIPVAL, 0, 0L, 0L, IGNORED
57 #define SKIP 0,0,0L,0L,0
59 #error invalid SKIP, must not be F_RDLCK or F_WRLCK
81 {SKIP},
91 {SKIP},},
96 {SKIP},
107 {SKIP},},
112 {SKIP},
123 {SKIP},},
128 {SKIP},
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_tests.c 257 SKIP = -1,
273 status == SKIP ? "skip" :
303 util_report_result(SKIP);
362 util_report_result_helper(SKIP, "%s: %s", __func__,
  /external/minijail/
bpf.h 107 #define SKIP 1
  /external/testng/src/main/java/org/testng/reporters/
VerboseReporter.java 33 SUCCESS(ITestResult.SUCCESS), FAILURE(ITestResult.FAILURE), SKIP(ITestResult.SKIP),
73 logTestResult(Status.SKIP, tr, true);
102 logTestResult(Status.SKIP, tr, false);
172 case SKIP:
  /frameworks/base/core/java/android/util/
Base64.java 224 private static final int SKIP = -1;
322 } else if (d != SKIP) {
332 } else if (d != SKIP) {
347 } else if (d != SKIP) {
369 } else if (d != SKIP) {
378 } else if (d != SKIP) {
385 if (d != SKIP) {
  /cts/tests/tests/media/src/android/media/cts/
DecoderConformanceTest.java 60 SKIP;
144 return Status.SKIP;
180 } else if (stat == Status.SKIP) {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
UrlComponentEncodingTester.java 52 map.put((int) '\t', Encoding.SKIP); // Horizontal Tab
53 map.put((int) '\n', Encoding.SKIP); // Line feed
55 map.put((int) '\f', Encoding.SKIP); // Form feed
56 map.put((int) '\r', Encoding.SKIP); // Carriage return
212 if (encoding == Encoding.SKIP) continue;
323 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;

Completed in 1324 milliseconds

1 2 3 4 5 6 7 8 910