HomeSort by relevance Sort by last modified time
    Searched refs:PASS (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGen/
2008-07-17-no-emit-on-error.c 11 #ifndef PASS
  /external/e2fsprogs/install-utils/
convfstab 7 ROOT_PASS=1 # Pass for root file system
8 NON_ROOT_PASS=2 # Pass for non root file systems
32 PASS=$ROOT_PASS
35 PASS=0
38 PASS=$NON_ROOT_PASS
46 PASS=0;
51 echo "$LINE $DEF_FLAGS $DUMP $PASS"
54 echo "$LINE $DUMP $PASS"
57 echo "$LINE $PASS"
  /external/chromium_org/third_party/re2/
runtests 9 echo PASS
  /external/libcxxabi/test/
testit 31 PASS=0
39 pass=0
49 pass=$(($pass + 1))
62 pass=$(($pass + 1))
80 if [ $pass -gt 0 ]
82 echo "passed $pass tests in `pwd`"
88 if [ $fail -eq 0 -a $pass -eq 0 ]
95 PASS=$(($PASS + $pass)
    [all...]
  /external/chromium_org/ppapi/tests/
test_image_data.cc 41 PASS();
47 PASS();
55 PASS();
62 PASS();
98 PASS();
104 PASS();
112 PASS();
118 PASS();
146 PASS();
152 PASS();
    [all...]
test_memory.cc 39 PASS();
46 PASS();
test_empty.cc 25 PASS();
test_core.cc 33 PASS();
46 PASS();
test_pdf.cc 31 PASS();
45 PASS();
test_url_util.cc 71 PASS();
98 PASS();
106 PASS();
113 PASS();
119 PASS();
130 PASS();
138 PASS();
148 PASS();
test_buffer.cc 34 PASS();
52 PASS();
76 PASS();
113 PASS();
test_cursor_control.cc 36 PASS();
test_talk_private.cc 50 PASS();
55 PASS();
80 PASS();
test_trace_event.cc 36 PASS();
52 PASS();
64 PASS();
test_flash.cc 37 PASS();
59 PASS();
69 PASS();
76 PASS();
115 PASS();
122 PASS();
test_mouse_cursor.cc 35 PASS();
64 PASS();
81 PASS();
test_uma.cc 38 PASS();
54 PASS();
69 PASS();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 45 "expected": "PASS",
51 "actual": "PASS",
55 "expected": "PASS",
56 "actual": "PASS TEXT",
64 "expected": "PASS",
65 "actual": "IMAGE PASS",
73 "expected": "PASS",
106 self.assertEqual(results.actual_results("fast/dom/prototype-banana.html"), "PASS")
107 self.assertEqual(results.actual_results("fast/dom/prototype-taco.html"), "PASS TEXT")
  /external/chromium_org/url/
url_canon_path.cc 15 // Pass through unchanged, whether escaped or unescaped. This doesn't
18 PASS = 0,
27 // for this is triggered. Not valid with PASS or ESCAPE
32 // ESCAPE or PASS. We DON'T set the SPECIAL flag since if we encounter these
57 ESCAPE, PASS, ESCAPE, ESCAPE, PASS, ESCAPE, PASS, PASS, PASS, PASS, PASS, PASS, PASS, UNESCAPE,SPECIAL, PASS
    [all...]
  /external/chromium_org/third_party/boringssl/src/util/
all_tests.sh 64 echo $bin failed to print PASS on the last line.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestStatus.java 22 PASS("pass"),
  /external/chromium_org/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...]
typeof-constant-string.js 133 return "PASS";
140 shouldBe("complexIsUndefinedTest()", "'PASS'");
149 return "PASS";
156 shouldBe("complexIsBooleanTest()", "'PASS'");
165 return "PASS";
172 shouldBe("complexIsNumberTest()", "'PASS'");
181 return "PASS";
188 shouldBe("complexIsStringTest()", "'PASS'");
198 return "PASS";
205 shouldBe("complexIsObjectTest()", "'PASS'");
    [all...]
  /external/libcxx/test/
testit 75 PASS=0
82 pass=0
92 pass=$(($pass+1))
97 if (ls ${TEST_PREFIX}*pass.cpp > /dev/null 2>&1)
99 for FILE in $(ls ${TEST_PREFIX}*pass.cpp); do
109 pass=$(($pass+1))
129 if [ $pass -gt 0 ]
131 echo "passed $pass tests in `pwd`
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeTestActivity.java 48 protected static final int PASS = 1;
163 if (mStatus[mState] == PASS) {
180 if (mState == mStatus.length - 1 && mStatus[mState] == PASS) {
181 // All tests run and pass
219 mStatus[i] = PASS;
230 mStatus[i] = PASS;
241 mStatus[i] = enabled ? PASS : FAIL;
248 mStatus[i] = !enabled ? PASS : FAIL;
255 mStatus[i] = enabled ? PASS : FAIL;
262 mStatus[i] = !enabled ? PASS : FAIL
    [all...]

Completed in 3967 milliseconds

1 2 3 4 5 6 7 8