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

1 2 3 4 5 6 7 8

  /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/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")
94 SKIP = set((
165 skip_tests = SKIP
177 # Skip all subdirectories below this one, it is not a module.
181 continue # Skip this directory.
  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.h 43 CJBig2_Image* SKIP;
  /external/testng/src/main/java/org/testng/
ITestResult.java 19 public static final int SKIP = 3;
  /build/make/tools/
warn.py 125 SKIP = 8
126 range = range(SKIP + 1)
168 {'category': 'C/C++', 'severity': Severity.SKIP,
169 'description': 'skip, conflicting types for ...',
243 {'category': 'cont.', 'severity': Severity.SKIP,
244 'description': 'skip, near initialization for ...',
383 {'category': 'cont.', 'severity': Severity.SKIP,
384 'description': 'skip, parameter name (without types) in function declaration',
399 {'category': 'cont.', 'severity': Severity.SKIP,
400 '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 315 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/ltp/testcases/kernel/syscalls/fcntl/
fcntl14.c 52 #define SKIP 0x0c00
53 #if SKIP == F_RDLCK || SKIP== F_WRLCK
54 #error invalid value for SKIP, must be distinct from F_RDLCK and F_WRLCK
73 short b_type; /* SKIP means suppress fcntl call */
87 {F_WRLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
92 {F_WRLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
97 {F_RDLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
102 {F_RDLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
108 {F_WRLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L
    [all...]
fcntl16.c 55 //#define SKIP SKIPVAL, 0, 0L, 0L, IGNORED
56 #define SKIP 0,0,0L,0L,0
58 #error invalid SKIP, must not be F_RDLCK or F_WRLCK
80 {SKIP},
90 {SKIP},},
95 {SKIP},
106 {SKIP},},
111 {SKIP},
122 {SKIP},},
127 {SKIP},
    [all...]
  /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 58 SKIP;
142 return Status.SKIP;
178 } 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;
  /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...]

Completed in 1514 milliseconds

1 2 3 4 5 6 7 8