/external/chromium/base/i18n/ |
icu_string_conversions.h | 25 SKIP, 29 // this is the same as SKIP.
|
/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/ppp/pppd/plugins/radius/ |
clientid.c | 48 #define SKIP(p) while(*p && isspace(*p)) p++; 56 SKIP(q); 64 SKIP(c); 87 #undef SKIP
|
/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
|
/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) {
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
jsonresults.py | 72 SKIP = "X" 86 SKIP_STRING = "SKIP" 101 SKIP_STRING: SKIP,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
rebaseline.py | 44 from webkitpy.layout_tests.models.test_expectations import TestExpectations, BASELINE_SUFFIX_LIST, SKIP 156 if SKIP in expectations.get_expectations(test_name): 442 return (SKIP in full_expectations.get_expectations(test) and 443 SKIP not in generic_expectations.get_expectations(test)) [all...] |
/external/chromium_org/media/webm/ |
webm_parser.cc | 28 SKIP, 46 // marked as SKIP because they are valid, but we don't care about them 517 return SKIP; 636 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...] |
/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 | 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...] |
/external/libxslt/libxslt/ |
pattern.c | 1226 #define SKIP(val) ctxt->cur += (val) [all...] |
xslt.c | 1098 * Skip shadowed namespace bindings. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
doctest.py | 57 'SKIP', 136 SKIP = register_optionflag('SKIP') 143 SKIP | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
doctest.py | 57 'SKIP', 136 SKIP = register_optionflag('SKIP') 143 SKIP | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PreviewIconFactory.java | 168 renderMode = RenderMode.SKIP; 182 renderMode = RenderMode.SKIP; 186 renderMode = RenderMode.SKIP; 195 assert renderMode == RenderMode.SKIP;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepository.java | 267 String skip = child.getAttribute("skip"); //$NON-NLS-1$ local 282 skip.length() == 0 ? false : Boolean.valueOf(skip), 469 /** Skip this item in the palette? */ 495 FillPreference fillPreference, boolean skip, RenderMode renderMode, 501 mSkip = skip; 742 * Skip this element; it doesn't work or does not produce any visible artifacts 745 SKIP; 757 } else if ("skip".equals(render)) { //$NON-NLS-1 [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/v8/tools/ |
test.py | 753 SKIP = 'skip' [all...] |