Home
last modified time | relevance | path

Searched refs:SLOW (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/test/
Droot.status5 async-hooks/test-callback-error: SLOW
6 async-hooks/test-emit-init: SLOW
7 async-hooks/test-querywrap: SLOW
8 async-hooks/test-tlswrap: SLOW
9 message/eval_messages: SLOW
10 message/stdin_messages: SLOW
11 parallel/test-buffer-constructor-node-modules-paths: SLOW
12 parallel/test-buffer-indexof: SLOW
13 parallel/test-child-process-spawnsync-input: SLOW
14 parallel/test-child-process-windows-hide: SLOW
[all …]
/third_party/node/deps/v8/tools/unittests/testdata/testroot1/test/sweet/
Dsweet.status8 'strawberries': [PASS, ['mode == release', SLOW], ['mode == debug', NO_VARIANTS]],
9 'mangoes': [PASS, SLOW],
13 'cherries': [PASS, SLOW],
26 'apples': [PASS, SLOW],
/third_party/ffmpeg/libavutil/
Dcpu_internal.h31 !((flags) & AV_CPU_FLAG_ ## slow_cpuext ## SLOW))
35 ((flags) & (AV_CPU_FLAG_ ## cpuext | AV_CPU_FLAG_ ## cpuext ## SLOW)))
39 ((flags) & (AV_CPU_FLAG_ ## slow_cpuext | AV_CPU_FLAG_ ## slow_cpuext ## SLOW)))
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java554 static final int SLOW = 0; field in UnicodeSetStringSpanTest
637 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan()
639 testName, index, setNames[SLOW], prev, limit)); in verifySpan()
648 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan()
650 testName, index, setNames[SLOW], prev, limit)); in verifySpan()
1008 sets[SLOW] = new UnicodeSet(Utility.unescape(s)); in TestSpan()
1009 sets[SLOW_NOT] = new UnicodeSet(sets[SLOW]); in TestSpan()
1012 UnicodeSet fast = new UnicodeSet(sets[SLOW]); in TestSpan()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java557 static final int SLOW = 0; field in UnicodeSetStringSpanTest
640 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan()
642 testName, index, setNames[SLOW], prev, limit)); in verifySpan()
651 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan()
653 testName, index, setNames[SLOW], prev, limit)); in verifySpan()
1011 sets[SLOW] = new UnicodeSet(Utility.unescape(s)); in TestSpan()
1012 sets[SLOW_NOT] = new UnicodeSet(sets[SLOW]); in TestSpan()
1015 UnicodeSet fast = new UnicodeSet(sets[SLOW]); in TestSpan()
/third_party/node/deps/v8/tools/testrunner/local/fake_testsuite/
Dtestcfg.py20 slow._statusfile_outcomes.append(statusfile.SLOW)
/third_party/node/deps/v8/tools/testrunner/local/
Dstatusfile.py47 SLOW = "SLOW" variable
54 for key in [SKIP, FAIL, PASS, CRASH, HEAVY, SLOW, FAIL_OK, NO_VARIANTS,
/third_party/curl/tests/data/
Dtest85335 POP3 LIST messages from *SLOW* server
/third_party/skia/third_party/externals/freetype/src/gzip/
Dftgzip.c74 #undef SLOW
75 #define SLOW 1 /* we can't use asm-optimized sources here! */ macro
Dinfcodes.c104 #ifndef SLOW in inflate_codes()
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp3120 SLOW, enumerator
3216 if(!sets[SLOW]->getSet().containsAll(string)) { in testSpan()
3218 testName, (long)index, setNames[SLOW], (long)prev, (long)limit); in testSpan()
3227 if(!sets[SLOW]->getSet().containsNone(string)) { in testSpan()
3229 testName, (long)index, setNames[SLOW], (long)prev, (long)limit); in testSpan()
3721 sets[SLOW]=new UnicodeSet(UnicodeString(s, -1, US_INV).unescape(), errorCode); in TestSpan()
3726 sets[SLOW_NOT]=new UnicodeSet(*sets[SLOW]); in TestSpan()
3729 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]); in TestSpan()
/third_party/zlib/contrib/puff/
Dpuff.c234 #ifdef SLOW
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm161 jnz %%.SLOW ; goto %%.SLOW
176 %%.SLOW:
/third_party/node/deps/v8/tools/testrunner/objects/
Dtestcase.py265 return self.is_heavy or statusfile.SLOW in self._statusfile_outcomes
/third_party/node/tools/
Dtest.py985 SLOW = 'slow' variable
1252 if SLOW in case.outcomes:
1736 elif (options.flaky_tests == SKIP) and (set([SLOW, FLAKY]) & case.outcomes):
/third_party/ffmpeg/libavcodec/
Dnvenc.c180 PRESET_ALIAS(SLOW, P7, NVENC_TWO_PASSES), in nvenc_map_preset()
198 PRESET_ALIAS(SLOW, HQ, NVENC_TWO_PASSES), in nvenc_map_preset()
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt20753 TRINKETED STOMACHER, A SLOW FRIENDLY MOCKERY IN HER EYES) O Poldy, Poldy,
21120 OF THE SICKSWEET WEED FLOATS TOWARDS HIM IN SLOW ROUND OVALLING WREATHS.)
21451 PASSING A SLOW HAND ACROSS HIS FOREHEAD. THEN HE HITCHES HIS BELT SAILOR
24108 (FIGURES WIND SERPENTING IN SLOW WOODLAND PATTERN AROUND THE
24460 WRITES IDLY ON THE TABLE IN BACKHAND, PENCILLING SLOW CURVES.)
25743 SLOW HEAVY TREAD)
25807 DONE. WITH A SLOW NOD BLOOM CONVEYS HIS GRATITUDE AS THAT IS
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md382 …m/nodejs/node/commit/ca2662012e)] - **test**: add test-worker-prof to the SLOW list for debug (Myl…
DCHANGELOG_V11.md1061 * \[[`025a7c3e31`](https://github.com/nodejs/node/commit/025a7c3e31)] - **test**: do not fail SLOW
DCHANGELOG_V10.md475 * \[[`7e941eb17d`](https://github.com/nodejs/node/commit/7e941eb17d)] - **test**: do not fail SLOW
DCHANGELOG_V12.md2774 …m/nodejs/node/commit/6f50b60018)] - **test**: add test-worker-prof to the SLOW list for debug (Myl…
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DUnicodeData.txt8941 26DA;DRIVE SLOW SIGN;So;0;ON;;;;;N;;;;;
29506 1D9F8;SIGNWRITING DYNAMIC SLOW;So;0;L;;;;;N;;;;;
/third_party/pcre2/pcre2/maint/Unicode.tables/
DUnicodeData.txt9021 26DA;DRIVE SLOW SIGN;So;0;ON;;;;;N;;;;;
30208 1D9F8;SIGNWRITING DYNAMIC SLOW;So;0;L;;;;;N;;;;;
/third_party/icu/icu4c/source/data/unidata/
DUnicodeData.txt9023 26DA;DRIVE SLOW SIGN;So;0;ON;;;;;N;;;;;
30364 1D9F8;SIGNWRITING DYNAMIC SLOW;So;0;L;;;;;N;;;;;
/third_party/skia/third_party/externals/icu/source/data/unidata/
DUnicodeData.txt8941 26DA;DRIVE SLOW SIGN;So;0;ON;;;;;N;;;;;
29506 1D9F8;SIGNWRITING DYNAMIC SLOW;So;0;L;;;;;N;;;;;

12