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

1 2

  /external/chromium/net/base/
escape_icu.cc 16 // TODO(brettw) bug 1201094: this function should be removed, this "SKIP"
20 base::OnStringConversionError::SKIP, &encoded))
  /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
  /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/base/i18n/
icu_string_conversions.h 25 SKIP,
29 // this is the same as SKIP.
icu_string_conversions_unittest.cc 83 OnStringConversionError::SKIP, &utf8));
115 // Test a case where the input cannot be decoded, using SKIP, FAIL
125 OnStringConversionError::SKIP,
282 OnStringConversionError::SKIP, &encoded));
284 // From Unicode, SUBSTITUTE is the same as SKIP for now.
296 OnStringConversionError::SKIP, &encoded));
302 OnStringConversionError::SKIP, &encoded));
307 OnStringConversionError::SKIP, &encoded));
icu_string_conversions.cc 95 case OnStringConversionError::SKIP:
123 case OnStringConversionError::SKIP:
  /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/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
result_summary.py 61 self.tests_by_expectation[test_expectations.SKIP] = set()
json_layout_results_generator.py 46 test_expectations.SKIP: json_results_generator.JSONResultsGeneratorBase.SKIP_RESULT,
162 summary.tests_by_expectation[test_expectations.SKIP]) &
198 summary.tests_by_expectation[test_expectations.SKIP] &
test_expectations.py 44 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, SKIP, WONTFIX,
58 test_is_skipped: whether test was marked as SKIP"""
65 if result == SKIP and test_is_skipped:
162 self.is_rebaselining(test), self.has_modifier(test, SKIP))
236 SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
238 DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
239 LINUX DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
242 SKIP: Doesn't run the test.
268 EXPECTATION_DESCRIPTIONS = {SKIP: ('skipped', 'skipped'),
284 TEXT, IMAGE, AUDIO, FAIL, SKIP)
    [all...]
test_expectations_unittest.py 57 self.assertEquals(result_was_expected(SKIP, set([CRASH]),
59 self.assertEquals(result_was_expected(SKIP, set([CRASH]),
105 BUG_TEST WONTFIX SKIP : failures/expected/crash.html = CRASH
195 SKIP : failures/expected/image.html""")
206 self.parse_exp('SKIP : failures/expected/text.html = TEXT',
242 self.assertTrue(match('failures/expected/crash.html', SKIP, False))
246 self.parse_exp("BUGX SKIP : failures/expected = TEXT\n"
251 self._exp.get_tests_with_result_type(SKIP))
472 self.match(['bug123xy', 'rebaseline', 'wontfix', 'slow', 'skip'], 0)
test_runner.py 103 tbe[test_expectations.SKIP])
316 test_expectations.SKIP)
356 # To count the chunk_len, and make sure we don't skip
418 test_expectations.SKIP, "skipped")
429 result.type = test_expectations.SKIP
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepositoryTest.java 62 assertEquals(RenderMode.SKIP, repository.getRenderMode("android.widget.LinearLayout"));
  /external/chromium/chrome/browser/importer/
firefox2_importer.cc 133 // Skip if the keyword or url is invalid.
434 // If no end tag or start tag is broken, we skip to find the folder name.
439 base::OnStringConversionError::SKIP, folder_name);
500 base::OnStringConversionError::SKIP, title);
507 base::OnStringConversionError::SKIP, &url16);
520 base::OnStringConversionError::SKIP, shortcut);
536 base::OnStringConversionError::SKIP, post_data);
571 base::OnStringConversionError::SKIP, title);
581 base::OnStringConversionError::SKIP, &url16);
mork_reader.cc 173 // If the first line is the a=c line (column map), just skip over it.
209 ++idx; // Skip escaped ')' characters.
266 // Skip to the first '['.
357 ++idx; // Skip escaped characters.
391 ++idx; // Skip escaped characters.
519 base::OnStringConversionError::SKIP, &title);
522 base::OnStringConversionError::SKIP, &title);
  /external/openssh/regress/
bsd.regress.mk 56 @echo -n "SKIP " >> ${REGRESSLOG}
  /external/iproute2/lib/
ll_types.c 69 __PF(SKIP,skip)
  /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;
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 530 SKIP :
534 // if this is ever changed to not be a SKIP, need
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/libxml2/
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 262 String skip = child.getAttribute("skip"); //$NON-NLS-1$ local
277 skip.length() == 0 ? false : Boolean.valueOf(skip),
464 /** Skip this item in the palette? */
490 FillPreference fillPreference, boolean skip, RenderMode renderMode,
496 mSkip = skip;
738 * Skip this element; it doesn't work or does not produce any visible artifacts
741 SKIP;
753 } else if ("skip".equals(render)) { //$NON-NLS-1
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url.cc 390 base::OnStringConversionError::SKIP,
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py 279 for test in expectations.get_tests_with_result_type(test_expectations.SKIP)]

Completed in 378 milliseconds

1 2