Searched defs:SKIP (Results 1 - 25 of 46) sorted by relevance

12

/external/caliper/caliper/src/main/java/com/google/caliper/memory/
H A DObjectVisitor.java40 * should be further explored, or {@link Traversal#SKIP} to avoid
64 SKIP enum constant in enum:ObjectVisitor.Traversal
/external/ppp/pppd/plugins/radius/
H A Dclientid.c48 #define SKIP(p) while(*p && isspace(*p)) p++; macro
56 SKIP(q);
64 SKIP(c);
87 #undef SKIP macro
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GrdProc.h43 CJBig2_Image* SKIP; member in class:CJBig2_GRDProc
/external/autotest/utils/
H A Dunittest_suite.py96 SKIP = set(( variable
166 skip_tests = SKIP
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketParserD06.java42 START(0), MASK(4), OPCODE(1), LENGTH_7(1), LENGTH_16(2), LENGTH_63(8), DATA(0), SKIP(1); enum constant in enum:WebSocketParserD06.State
123 while (available<(_state==State.SKIP?1:_bytesNeeded))
152 while (_state!=State.DATA && available>=(_state==State.SKIP?1:_bytesNeeded))
179 _state=State.SKIP;
224 _state=State.SKIP;
246 _state=State.SKIP;
257 case SKIP:
H A DWebSocketParserD08.java42 START(0), OPCODE(1), LENGTH_7(1), LENGTH_16(2), LENGTH_63(8), MASK(4), PAYLOAD(0), DATA(0), SKIP(1), SEEK_EOF(1); enum constant in enum:WebSocketParserD08.State
143 while (available<(_state==State.SKIP?1:_bytesNeeded))
195 if (available<(_state==State.SKIP?1:_bytesNeeded))
201 while (_state!=State.DATA && available>=(_state==State.SKIP?1:_bytesNeeded))
300 _state=_skip?State.SKIP:State.DATA;
306 case SKIP:
H A DWebSocketParserRFC6455.java42 START(0), OPCODE(1), LENGTH_7(1), LENGTH_16(2), LENGTH_63(8), MASK(4), PAYLOAD(0), DATA(0), SKIP(1), SEEK_EOF(1); enum constant in enum:WebSocketParserRFC6455.State
143 while (available<(_state==State.SKIP?1:_bytesNeeded))
195 if (available<(_state==State.SKIP?1:_bytesNeeded))
201 while (_state!=State.DATA && available>=(_state==State.SKIP?1:_bytesNeeded))
300 _state=_skip?State.SKIP:State.DATA;
306 case SKIP:
/external/testng/src/main/java/org/testng/
H A DITestResult.java19 public static final int SKIP = 3; field in interface:ITestResult
/external/v8/build/android/pylib/base/
H A Dbase_test_result.py13 SKIP = 'SKIP' variable in class:ResultType
22 return [ResultType.PASS, ResultType.SKIP, ResultType.FAIL,
203 return self._GetType(ResultType.SKIP)
/external/v8/tools/testrunner/local/
H A Dstatusfile.py31 SKIP = "SKIP" variable
49 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FAIL_OK,
68 return SKIP in outcomes
/external/minijail/
H A Dbpf.h102 #define SKIP 1 macro
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DUrlComponentEncodingTester.java52 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; enum constant in enum:UrlComponentEncodingTester.Encoding
/external/testng/src/main/java/org/testng/reporters/
H A DVerboseReporter.java33 SUCCESS(ITestResult.SUCCESS), FAILURE(ITestResult.FAILURE), SKIP(ITestResult.SKIP), enum constant in enum:VerboseReporter.Status
73 logTestResult(Status.SKIP, tr, true);
102 logTestResult(Status.SKIP, tr, false);
172 case SKIP:
/external/selinux/policycoreutils/setfiles/
H A Drestore.c5 #define SKIP -2 macro
270 return SKIP;
286 return SKIP;
292 return SKIP;
350 if (rc == SKIP)
/external/vogar/src/vogar/
H A DConsole.java63 Color.SKIP.setCode(skipColor);
182 out.println(colorString("SKIP (" + result + ")", Color.WARN));
216 color = Color.SKIP;
421 PASS, FAIL, SKIP, WARN, COMMENT; enum constant in enum:Console.Color
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DPick.java338 private static final int COPY_NEW = 0, COPY_BOTH = 1, COPY_LAST = 3, SKIP = 4, field in class:Pick.Morph
364 if (c == COPY_NEW || c == COPY_BOTH || c == SKIP) {
368 if (c == COPY_LAST || c == COPY_BOTH || c == SKIP) {
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DPick.java337 private static final int COPY_NEW = 0, COPY_BOTH = 1, COPY_LAST = 3, SKIP = 4, field in class:Pick.Morph
363 if (c == COPY_NEW || c == COPY_BOTH || c == SKIP) {
367 if (c == COPY_LAST || c == COPY_BOTH || c == SKIP) {
/external/libpng/contrib/libtests/
H A Dpngunknown.c37 # define SKIP 77 macro
39 # define SKIP 0 macro
1273 return SKIP;
1284 return SKIP;
H A Dpngimage.c43 # define SKIP 77 macro
45 # define SKIP 0 macro
1363 printf("SKIP: %s transforms ", dp->filename);
1694 return SKIP;
H A Dpngstest.c33 # define SKIP 77 macro
35 # define SKIP 0 macro
3517 return SKIP; /* skipped: no support */
3525 return SKIP; /* skipped: no support */
3817 return SKIP;
/external/libxml2/
H A Dxpointer.c892 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
902 #define SKIP(val) ctxt->cur += (val) macro
H A Dcatalog.c2143 #define SKIP(x) cur += x; macro
2159 SKIP(2);
H A Dpattern.c717 #define SKIP(val) ctxt->cur += (val) macro
/external/libpng/
H A Dpngtest.c50 # define SKIP 77 macro
52 # define SKIP 0 macro
2077 return SKIP;
/external/testng/src/main/java/org/testng/xml/
H A DXmlSuite.java52 public static final String SKIP = "skip"; field in class:XmlSuite
73 /** Whether to SKIP or CONTINUE to re-attempt failed configuration methods. */
74 public static final String DEFAULT_CONFIG_FAILURE_POLICY = SKIP;

Completed in 633 milliseconds

12