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

1 2

  /external/chromium_org/base/i18n/
icu_string_conversions.h 26 SKIP,
30 // this is the same as SKIP.
  /build/tools/
warn.py 14 SKIP=100
44 { 'category':'C/C++', 'severity':severity.SKIP, 'members':[], 'option':'',
74 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
160 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
163 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
178 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
211 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
278 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
281 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
284 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':''
    [all...]
  /external/chromium_org/v8/tools/testrunner/local/
statusfile.py 30 SKIP = "SKIP"
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/
base_test_result.py 10 SKIP = 'SKIP'
19 return [ResultType.PASS, ResultType.SKIP, ResultType.FAIL,
176 return self._GetType(ResultType.SKIP)
  /external/chromium_org/v8/src/compiler/
generic-algorithm.h 28 SKIP = 0x1, // Skip this node and its successors
30 DEFER = SKIP | REENTER
111 static bool IsSkip(Control c) { return c & SKIP; }
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 46 from webkitpy.layout_tests.models.test_expectations import TestExpectations, BASELINE_SUFFIX_LIST, SKIP
161 if SKIP in expectations.get_expectations(test_name):
453 # This is so we remove lines for builders that skip this test, e.g. Android skips most
488 return (SKIP in full_expectations.get_expectations(test) and
489 SKIP not in generic_expectations.get_expectations(test))
    [all...]
  /external/chromium_org/media/formats/webm/
webm_parser.cc 29 SKIP,
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/
pattern.c 713 #define SKIP(val) ctxt->cur += (val)
    [all...]
xpointer.c 892 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
896 * NEXT Skip to the next character, this does the proper decoding
902 #define SKIP(val) ctxt->cur += (val)
    [all...]
catalog.c     [all...]
HTMLparser.c 281 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
288 * NEXT Skip to the next character, this does the proper decoding
290 * NEXTL(l) Skip the current unicode character of l xmlChars long.
296 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val)
565 * skip all blanks character found at that point in the input streams.
    [all...]
parser.c     [all...]
xpath.c 3660 int i, j, initNr, skip; local
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.c 1226 #define SKIP(val) ctxt->cur += (val)
    [all...]
xslt.c 1098 * Skip shadowed namespace bindings.
    [all...]
  /external/libxml2/
pattern.c 717 #define SKIP(val) ctxt->cur += (val)
    [all...]
xpointer.c 892 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
896 * NEXT Skip to the next character, this does the proper decoding
902 #define SKIP(val) ctxt->cur += (val)
    [all...]
catalog.c     [all...]
HTMLparser.c 284 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
291 * NEXT Skip to the next character, this does the proper decoding
293 * NEXTL(l) Skip the current unicode character of l xmlChars long.
299 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val)
568 * skip all blanks character found at that point in the input streams.
    [all...]
parser.c     [all...]
xpath.c 3814 int i, j, initNr, skip; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 640 #define SKIP 4
886 /* Implicitly switch between SKIP and INITIAL (non-skipping);
890 if (YY_START == 0 || YY_START == SKIP) {
894 BEGIN SKIP;
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 56 # define SKIP 0
58 # define SKIP 77
1074 image += 2; /* skip image first row markers */
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 9062 milliseconds

1 2