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

/external/v8/tools/testrunner/local/
H A Dstatusfile.py41 SLOW = "SLOW" variable
52 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FAIL_OK,
78 return SLOW in outcomes
176 # in a rule with a modifier (e.g. PASS, SLOW) would be joined to a FAIL
/external/freetype/src/gzip/
H A Dftgzip.c79 #undef SLOW macro
80 #define SLOW 1 /* we can't use asm-optimized sources here! */ macro
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java552 static final int SLOW = 0; field in class:UnicodeSetStringSpanTest
635 if (!sets[SLOW].getSet().containsAll(string)) {
637 testName, index, setNames[SLOW], prev, limit));
646 if (!sets[SLOW].getSet().containsNone(string)) {
648 testName, index, setNames[SLOW], prev, limit));
1006 sets[SLOW] = new UnicodeSet(Utility.unescape(s));
1007 sets[SLOW_NOT] = new UnicodeSet(sets[SLOW]);
1010 UnicodeSet fast = new UnicodeSet(sets[SLOW]);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java551 static final int SLOW = 0; field in class:UnicodeSetStringSpanTest
634 if (!sets[SLOW].getSet().containsAll(string)) {
636 testName, index, setNames[SLOW], prev, limit));
645 if (!sets[SLOW].getSet().containsNone(string)) {
647 testName, index, setNames[SLOW], prev, limit));
1005 sets[SLOW] = new UnicodeSet(Utility.unescape(s));
1006 sets[SLOW_NOT] = new UnicodeSet(sets[SLOW]);
1009 UnicodeSet fast = new UnicodeSet(sets[SLOW]);
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp3081 SLOW, enumerator in enum:__anon7642
3177 if(!sets[SLOW]->getSet().containsAll(string)) {
3179 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3188 if(!sets[SLOW]->getSet().containsNone(string)) {
3190 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3682 sets[SLOW]=new UnicodeSet(UnicodeString(s, -1, US_INV).unescape(), errorCode);
3687 sets[SLOW_NOT]=new UnicodeSet(*sets[SLOW]);
3690 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]);

Completed in 285 milliseconds