HomeSort by relevance Sort by last modified time
    Searched refs:SLOW (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/v8/tools/testrunner/local/
statusfile.py 44 SLOW = "SLOW"
53 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK,
68 return SKIP in outcomes or SLOW in outcomes
old_statusfile.py 39 SLOW = 'SLOW'
51 SLOW: SLOW,
  /external/zlib/src/contrib/puff/
puff.c 14 * function here is used, then puff() is only twice as slow as zlib's
234 #ifdef SLOW
262 #else /* !SLOW */
306 #endif /* SLOW */
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 46 SLOW, REBASELINE, NEEDS_REBASELINE, NEEDS_MANUAL_REBASELINE, MISSING, FLAKY, NOW, NONE) = range(18)
81 SLOW_MODIFIER = 'slow'
228 'Slow': 'SLOW',
490 if set(expectations) == set(['Pass', 'Slow']):
491 return ['Slow']
499 # FIXME: Make this all work with the mixed-cased specifiers (e.g. WontFix, Slow, etc).
    [all...]
test_expectations_unittest.py 264 expectations_dict['expectations'] = "Bug(x) %s [ ImageOnlyFailure ]\nBug(x) %s [ Slow ]\n" % (test_name1, test_name2)
269 self.assertEqual(expectations.get_expectations(self.get_test(test_name2)), set([SLOW]))
278 self.assertEqual(expectations.get_expectations(self.get_test(test_name2)), set([CRASH, SLOW]))
378 self.assert_tokenize_exp('foo.html [ Slow ]', specifiers=[], expectations=['SLOW'])
    [all...]
  /external/jpeg/
jccolor.c 386 SLOW:
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 146 return test_expectations.SLOW in self._expectations.model().get_expectations(test_file)
  /external/qemu/android/
hw-events.h 354 KEY_CODE(SLOW ,0x199) \
  /external/qemu/distrib/jpeg-6b/
jccolor.c 479 SLOW:
  /external/v8/tools/
test.py 689 'debug' : ['--nobreak-on-abort', '--enable-slow-asserts', '--debug-code', '--verify-heap'],
759 SLOW = 'slow'
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 1323 milliseconds