/external/llvm/test/CodeGen/X86/ |
D | slow-unaligned-mem.ll | 3 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3 2>&1 | FileCheck %s --check-prefix=SLOW 4 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3m 2>&1 | FileCheck %s --check-prefix=SLOW 5 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium-m 2>&1 | FileCheck %s --check-prefix=SLOW 6 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4 2>&1 | FileCheck %s --check-prefix=SLOW 7 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4m 2>&1 | FileCheck %s --check-prefix=SLOW 8 … llc < %s -mtriple=i386-unknown-unknown -mcpu=yonah 2>&1 | FileCheck %s --check-prefix=SLOW 9 … llc < %s -mtriple=i386-unknown-unknown -mcpu=prescott 2>&1 | FileCheck %s --check-prefix=SLOW 10 … llc < %s -mtriple=i386-unknown-unknown -mcpu=nocona 2>&1 | FileCheck %s --check-prefix=SLOW 11 … llc < %s -mtriple=i386-unknown-unknown -mcpu=core2 2>&1 | FileCheck %s --check-prefix=SLOW 12 … llc < %s -mtriple=i386-unknown-unknown -mcpu=penryn 2>&1 | FileCheck %s --check-prefix=SLOW [all …]
|
D | dag-merge-fast-accesses.ll | 3 …%s -mtriple=x86_64-unknown-unknown -mattr=+slow-unaligned-mem-16 | FileCheck %s --check-prefix=SLOW 15 ; SLOW-LABEL: merge_const_vec_store: 16 ; SLOW: # BB#0: 17 ; SLOW-NEXT: movq $0, (%rdi) 18 ; SLOW-NEXT: movq $0, 8(%rdi) 19 ; SLOW-NEXT: retq 36 ; SLOW-LABEL: merge_vec_element_store: 37 ; SLOW: # BB#0: 38 ; SLOW-NEXT: movlpd %xmm0, (%rdi) 39 ; SLOW-NEXT: movhpd %xmm0, 8(%rdi) [all …]
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | cttz-ctlz.ll | 1 ; RUN: opt -S -codegenprepare < %s | FileCheck %s --check-prefix=SLOW 17 ; SLOW-LABEL: @cttz( 18 ; SLOW: entry: 19 ; SLOW: %cmpz = icmp eq i64 %A, 0 20 ; SLOW: br i1 %cmpz, label %cond.end, label %cond.false 21 ; SLOW: cond.false: 22 ; SLOW: %z = call i64 @llvm.cttz.i64(i64 %A, i1 true) 23 ; SLOW: br label %cond.end 24 ; SLOW: cond.end: 25 ; SLOW: %ctz = phi i64 [ 64, %entry ], [ %z, %cond.false ] [all …]
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 197 'array-functions-prototype-misc': [PASS, SLOW, ['mode == debug', SKIP]], 238 …'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_arm, android_arm64]',… 241 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], 242 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], 243 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS], 250 'copy-on-write-assert': [PASS, SLOW], 251 'debug-scopes': [PASS, SLOW], 252 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], 253 'readonly': [PASS, SLOW], 254 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | test_conf.py | 421 (GV.SLOW, GV.NORMAL), 431 GV.SLOW: ('3 seconds',), 451 (GV.SLOW,), 459 GV.SLOW: ('2 seconds',), 476 (GV.SLOW, GV.NORMAL), 487 GV.SLOW: ('3 seconds',), 509 (GV.SLOW, GV.NORMAL), 525 GV.SLOW: ('3 seconds',), 791 (GV.SLOW,), 798 GV.SLOW: ('3 seconds',), [all …]
|
D | firmware_constants.py | 108 GV.SLOW = 'slow' 112 GV.GESTURE_SPEED = [GV.SLOW, GV.NORMAL, GV.FAST, GV.FULL_SPEED]
|
D | touchbotII_robot_wrapper.py | 173 GV.SLOW: 10, 381 0, 1, 0, 1, self._speed_dict[GV.SLOW], 'basic') 462 speed = self._speed_dict[GV.SLOW] 466 speed = self._speed_dict[GV.SLOW]
|
/external/v8/test/cctest/ |
D | cctest.status | 128 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 129 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 130 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 131 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 132 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], 254 'test-api/Threading1': [PASS, SLOW], 255 'test-api/Threading2': [PASS, SLOW], 256 'test-api/Threading3': [PASS, SLOW], 257 'test-api/Threading4': [PASS, SLOW], 263 'test-api/ExternalWrap': [PASS, SLOW], [all …]
|
/external/v8/test/benchmarks/ |
D | benchmarks.status | 31 'octane/mandreel': [PASS, SLOW, ['mode == debug', SKIP]], 36 'kraken/imaging-gaussian-blur': [PASS, SLOW], 37 'octane/typescript': [PASS, SLOW],
|
/external/v8/tools/testrunner/local/ |
D | statusfile.py | 37 SLOW = "SLOW" variable 49 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FAIL_OK, 72 return SLOW in outcomes
|
/external/v8/test/simdjs/ |
D | simdjs.status | 24 'benchmarks/kernel-template': [PASS, SLOW], 25 'benchmarks/memset': [PASS, SLOW],
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 553 static final int SLOW = 0; field in UnicodeSetStringSpanTest 636 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan() 638 testName, index, setNames[SLOW], prev, limit)); in verifySpan() 647 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan() 649 testName, index, setNames[SLOW], prev, limit)); in verifySpan() 1004 sets[SLOW] = new UnicodeSet(Utility.unescape(s)); in TestSpan() 1005 sets[SLOW_NOT] = new UnicodeSet(sets[SLOW]); in TestSpan() 1008 UnicodeSet fast = new UnicodeSet(sets[SLOW]); in TestSpan()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 549 static final int SLOW = 0; field in UnicodeSetStringSpanTest 632 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan() 634 testName, index, setNames[SLOW], prev, limit)); in verifySpan() 643 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan() 645 testName, index, setNames[SLOW], prev, limit)); in verifySpan() 1000 sets[SLOW] = new UnicodeSet(Utility.unescape(s)); in TestSpan() 1001 sets[SLOW_NOT] = new UnicodeSet(sets[SLOW]); in TestSpan() 1004 UnicodeSet fast = new UnicodeSet(sets[SLOW]); in TestSpan()
|
/external/curl/tests/data/ |
D | test853 | 34 POP3 LIST messages from *SLOW* server
|
/external/freetype/src/gzip/ |
D | ftgzip.c | 67 #undef SLOW 68 #define SLOW 1 /* we can't use asm-optimized sources here! */ macro
|
D | infcodes.c | 104 #ifndef SLOW in inflate_codes()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
D | ftgzip.c | 67 #undef SLOW 68 #define SLOW 1 /* we can't use asm-optimized sources here! */ macro
|
D | infcodes.c | 104 #ifndef SLOW in inflate_codes()
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 3078 SLOW, enumerator 3174 if(!sets[SLOW]->getSet().containsAll(string)) { in testSpan() 3176 testName, (long)index, setNames[SLOW], (long)prev, (long)limit); in testSpan() 3185 if(!sets[SLOW]->getSet().containsNone(string)) { in testSpan() 3187 testName, (long)index, setNames[SLOW], (long)prev, (long)limit); in testSpan() 3679 sets[SLOW]=new UnicodeSet(UnicodeString(s, -1, US_INV).unescape(), errorCode); in TestSpan() 3684 sets[SLOW_NOT]=new UnicodeSet(*sets[SLOW]); in TestSpan() 3687 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]); in TestSpan()
|
/external/zlib/src/contrib/puff/ |
D | puff.c | 234 #ifdef SLOW
|
/external/v8/test/mozilla/ |
D | mozilla.status | 150 ##################### SLOW TESTS ##################### 178 'ecma_3/Statements/regress-302439': [PASS, ['mode == debug', SLOW]], 185 'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', TIMEOUT, NO_VARIANTS]],
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 8770 26DA;DRIVE SLOW SIGN;So;0;ON;;;;;N;;;;; 25989 1D9F8;SIGNWRITING DYNAMIC SLOW;So;0;L;;;;;N;;;;;
|
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 8770 26DA;DRIVE SLOW SIGN;So;0;ON;;;;;N;;;;; 25989 1D9F8;SIGNWRITING DYNAMIC SLOW;So;0;L;;;;;N;;;;;
|
D | ppucd.txt | 11236 cp;26DA;age=5.2;ea=A;lb=AI;na=DRIVE SLOW SIGN 30544 cp;1D9F8;na=SIGNWRITING DYNAMIC SLOW
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | UnicodeData.txt | 8770 26DA;DRIVE SLOW SIGN;So;0;ON;;;;;N;;;;; 25989 1D9F8;SIGNWRITING DYNAMIC SLOW;So;0;L;;;;;N;;;;;
|