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.java557 static final int SLOW = 0; field in class:UnicodeSetStringSpanTest
640 if (!sets[SLOW].getSet().containsAll(string)) {
642 testName, index, setNames[SLOW], prev, limit));
651 if (!sets[SLOW].getSet().containsNone(string)) {
653 testName, index, setNames[SLOW], prev, limit));
1011 sets[SLOW] = new UnicodeSet(Utility.unescape(s));
1012 sets[SLOW_NOT] = new UnicodeSet(sets[SLOW]);
1015 UnicodeSet fast = new UnicodeSet(sets[SLOW]);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java554 static final int SLOW = 0; field in class:UnicodeSetStringSpanTest
637 if (!sets[SLOW].getSet().containsAll(string)) {
639 testName, index, setNames[SLOW], prev, limit));
648 if (!sets[SLOW].getSet().containsNone(string)) {
650 testName, index, setNames[SLOW], prev, limit));
1008 sets[SLOW] = new UnicodeSet(Utility.unescape(s));
1009 sets[SLOW_NOT] = new UnicodeSet(sets[SLOW]);
1012 UnicodeSet fast = new UnicodeSet(sets[SLOW]);
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp3086 SLOW, enumerator in enum:__anon8416
3182 if(!sets[SLOW]->getSet().containsAll(string)) {
3184 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3193 if(!sets[SLOW]->getSet().containsNone(string)) {
3195 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3687 sets[SLOW]=new UnicodeSet(UnicodeString(s, -1, US_INV).unescape(), errorCode);
3692 sets[SLOW_NOT]=new UnicodeSet(*sets[SLOW]);
3695 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]);

Completed in 1182 milliseconds