Searched defs:SLOW (Results 1 - 4 of 4) sorted by relevance

/external/v8/tools/testrunner/local/
H A Dstatusfile.py36 SLOW = "SLOW" variable
46 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK,
66 return SLOW in outcomes
/external/freetype/src/gzip/
H A Dftgzip.c67 #undef SLOW macro
68 #define SLOW 1 /* we can't use asm-optimized sources here! */ macro
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java549 static final int SLOW = 0; field in class:UnicodeSetStringSpanTest
632 if (!sets[SLOW].getSet().containsAll(string)) {
634 testName, index, setNames[SLOW], prev, limit));
643 if (!sets[SLOW].getSet().containsNone(string)) {
645 testName, index, setNames[SLOW], prev, limit));
1000 sets[SLOW] = new UnicodeSet(Utility.unescape(s));
1001 sets[SLOW_NOT] = new UnicodeSet(sets[SLOW]);
1004 UnicodeSet fast = new UnicodeSet(sets[SLOW]);
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp3024 SLOW, enumerator in enum:__anon5954
3120 if(!sets[SLOW]->getSet().containsAll(string)) {
3122 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3131 if(!sets[SLOW]->getSet().containsNone(string)) {
3133 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3625 sets[SLOW]=new UnicodeSet(UnicodeString(s, -1, US_INV).unescape(), errorCode);
3630 sets[SLOW_NOT]=new UnicodeSet(*sets[SLOW]);
3633 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]);

Completed in 232 milliseconds