HomeSort by relevance Sort by last modified time
    Searched full:pass (Results 926 - 950 of 12602) sorted by null

<<31323334353637383940>>

  /external/llvm/test/CodeGen/X86/
constant-hoisting-optnone.ll 3 ; Verify that pass 'Constant Hoisting' is not run on optnone functions.
4 ; Without optnone, Pass 'Constant Hoisting' would firstly hoist
  /external/llvm/test/Transforms/LoopSimplify/
single-backedge.ll 1 ; The loop canonicalization pass should guarantee that there is one backedge
2 ; for all loops. This allows the -indvars pass to recognize the %IV
  /external/llvm/test/Transforms/StructurizeCFG/
switch.ll 3 ; The structurizecfg pass cannot handle switch instructions, so we need to
4 ; make sure the lower switch pass is always run before structurizecfg.
  /external/llvm/utils/release/
findRegressions-nightly.py 19 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d)
26 if t[0] == 'PASS' or t[0] == 'FAIL' :
84 if d_old[t][x] == 'PASS':
85 if d_new[t][x] != 'PASS':
88 if d_new[t][x] == 'PASS':
89 print t + " * NEW PASS (" + x + ")\n"
102 print t + " * NEW PASS (" + tp + x + ")\n"
112 print t + " * NEW PASS (" + exp + x + ")\n"
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
ClassFilterTransformer.java 23 public ClassFilterTransformer(ClassFilter filter, ClassTransformer pass) {
24 super(pass);
  /external/v8/test/webkit/
codegen-temporaries.js 46 a.test = "PASS";
50 shouldBe("assign_test1()", "'PASS'");
56 a = a.test = "PASS";
60 shouldBe("assign_test2()", "'PASS'");
66 a.test = a = "PASS";
70 shouldBe("assign_test3()", "'PASS'");
74 a4.test = this.a4 = "PASS";
76 shouldBe("testObject4.test", "'PASS'");
80 a5 = this.a5.test = "PASS";
82 shouldBe("testObject5.test", "'PASS'");
    [all...]
  /external/valgrind/gdbserver_tests/
nlpasssigalrm.stdinB.gdb 13 handle SIGALRM stop print pass
19 handle SIGALRM nostop noprint pass
  /frameworks/base/core/java/android/app/backup/
FullBackupDataOutput.java 29 /** @hide - used for measurement pass */
36 /** @hide - used for measurement pass */
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
copy_test.rs 19 void sendResult(bool pass) {
20 if (pass) {
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
copy_test.rs 19 void sendResult(bool pass) {
20 if (pass) {
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
copy_test.rs 19 void sendResult(bool pass) {
20 if (pass) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 9 pass
13 pass
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
string_escape.py 24 pass
27 pass
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_check_circular.py 33 class TestPyCheckCircular(TestCheckCircular, PyTest): pass
34 class TestCCheckCircular(TestCheckCircular, CTest): pass
test_dump.py 31 class TestPyDump(TestDump, PyTest): pass
32 class TestCDump(TestDump, CTest): pass
test_separators.py 43 class TestPySeparators(TestSeparators, PyTest): pass
44 class TestCSeparators(TestSeparators, CTest): pass
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
testcodec.py 23 pass
26 pass
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/
__init__.py 28 pass
34 pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 9 pass
13 pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
string_escape.py 24 pass
27 pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_check_circular.py 33 class TestPyCheckCircular(TestCheckCircular, PyTest): pass
34 class TestCCheckCircular(TestCheckCircular, CTest): pass
test_dump.py 31 class TestPyDump(TestDump, PyTest): pass
32 class TestCDump(TestDump, CTest): pass
test_separators.py 43 class TestPySeparators(TestSeparators, PyTest): pass
44 class TestCSeparators(TestSeparators, CTest): pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
testcodec.py 23 pass
26 pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/
__init__.py 28 pass
34 pass

Completed in 210 milliseconds

<<31323334353637383940>>