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

/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/v8/tools/testrunner/local/
H A Dstatusfile.py30 SKIP = "SKIP" variable
46 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK,
62 return SKIP in outcomes
/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/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DUrlComponentEncodingTester.java46 map.put((int) '\t', Encoding.SKIP); // Horizontal Tab
47 map.put((int) '\n', Encoding.SKIP); // Line feed
49 map.put((int) '\f', Encoding.SKIP); // Form feed
50 map.put((int) '\r', Encoding.SKIP); // Carriage return
183 if (entry.getValue() == Encoding.SKIP) continue;
238 SKIP { enum constant in enum:UrlComponentEncodingTester.Encoding
/external/v8/src/compiler/
H A Dgeneric-algorithm.h28 SKIP = 0x1, // Skip this node and its successors enumerator in enum:v8::internal::compiler::GenericGraphVisit::Control
30 DEFER = SKIP | REENTER
111 static bool IsSkip(Control c) { return c & 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/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/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
H A DHTMLparser.c284 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
299 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val) macro
3069 SKIP(6);
3083 SKIP(6);
3127 SKIP(2);
3137 SKIP(1);
3195 SKIP(1);
3241 SKIP(4);
3321 SKIP(3);
3340 SKIP(
[all...]
H A Dparser.c1988 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
2028 #define SKIP(val) do { \ macro
2256 SKIP(3);
2283 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2289 SKIP(2);
2312 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
4732 SKIP(6);
4743 SKIP(6);
4951 SKIP(4);
5056 SKIP(
[all...]
H A Dxpath.c3039 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
3049 #define SKIP(val) ctxt->cur += (val) macro
10753 SKIP(2);
10859 SKIP(3);
10862 SKIP(3);
11002 SKIP(3);
11028 SKIP(2);
11341 SKIP(2);
11396 SKIP(2);
11492 SKIP(
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.h120 CJBig2_Image * SKIP; member in class:CJBig2_GRDProc
/external/libpng/contrib/libtests/
H A Dpngvalid.c56 # define SKIP 0 macro
58 # define SKIP 77 macro
10274 return SKIP;
10577 return SKIP;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 876 milliseconds