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

12

/external/chromium_org/base/i18n/
H A Dicu_string_conversions.h26 SKIP, enumerator in enum:base::OnStringConversionError::Type
30 // this is the same as SKIP.
/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/chromium_org/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/chromium_org/build/android/pylib/base/
H A Dbase_test_result.py10 SKIP = 'SKIP' variable in class:ResultType
19 return [ResultType.PASS, ResultType.SKIP, ResultType.FAIL,
176 return self._GetType(ResultType.SKIP)
/external/chromium_org/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline.py46 from webkitpy.layout_tests.models.test_expectations import TestExpectations, BASELINE_SUFFIX_LIST, SKIP namespace
161 if SKIP in expectations.get_expectations(test_name):
488 return (SKIP in full_expectations.get_expectations(test) and
489 SKIP not in generic_expectations.get_expectations(test))
/external/chromium_org/media/formats/webm/
H A Dwebm_parser.cc29 SKIP, enumerator in enum:media::ElementType
47 // marked as SKIP because they are valid, but we don't care about them
518 return SKIP;
642 case SKIP:
/external/chromium_org/third_party/libxml/src/
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.c2142 #define SKIP(x) cur += x; macro
2158 SKIP(2);
H A Dpattern.c713 #define SKIP(val) ctxt->cur += (val) macro
H A DHTMLparser.c281 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
296 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val) macro
3016 SKIP(6);
3030 SKIP(6);
3074 SKIP(2);
3084 SKIP(1);
3142 SKIP(1);
3188 SKIP(4);
3268 SKIP(3);
3287 SKIP(
[all...]
H A Dparser.c1792 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
1832 #define SKIP(val) do { \ macro
2048 SKIP(3);
2075 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2081 SKIP(2);
2104 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
4391 SKIP(6);
4402 SKIP(6);
4598 SKIP(4);
4696 SKIP(
[all...]
H A Dxpath.c2614 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
2624 #define SKIP(val) ctxt->cur += (val) macro
10604 SKIP(2);
10710 SKIP(3);
10713 SKIP(3);
10853 SKIP(3);
10879 SKIP(2);
11192 SKIP(2);
11247 SKIP(2);
11340 SKIP(
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c1226 #define SKIP(val) ctxt->cur += (val) macro
H A Dxslt.c6749 #define SKIP(val) cur += (val) macro
6782 SKIP(4);
6809 SKIP(4);
/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.c2138 #define SKIP(x) cur += x; macro
2154 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.c1962 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
2002 #define SKIP(val) do { \ macro
2225 SKIP(3);
2252 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2258 SKIP(2);
2281 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
4677 SKIP(6);
4688 SKIP(6);
4896 SKIP(4);
5001 SKIP(
[all...]
H A Dxpath.c2748 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
2758 #define SKIP(val) ctxt->cur += (val) macro
10748 SKIP(2);
10854 SKIP(3);
10857 SKIP(3);
10997 SKIP(3);
11023 SKIP(2);
11336 SKIP(2);
11391 SKIP(2);
11487 SKIP(
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.h120 CJBig2_Image * SKIP; member in class:CJBig2_GRDProc
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c640 #define SKIP 4 macro
886 /* Implicitly switch between SKIP and INITIAL (non-skipping);
890 if (YY_START == 0 || YY_START == SKIP) {
894 BEGIN SKIP; variable
1340 case YY_STATE_EOF(SKIP):
/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/ ...

Completed in 935 milliseconds

12