/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/ |
ConnectivityConstraintTestActivity.java | 109 boolean testPassed; 111 testPassed = mTestEnvironment.awaitExecution(); 113 testPassed = false; 116 new ConnectivityConstraintTestResultRunner(NO_CONNECTIVITY_JOB_ID, testPassed)); 130 boolean testPassed; 132 testPassed = mTestEnvironment.awaitTimeout(); 134 testPassed = false; 137 new ConnectivityConstraintTestResultRunner(jobId, testPassed)); 164 ConnectivityConstraintTestResultRunner(int jobId, boolean testPassed) { 165 super(jobId, testPassed); [all...] |
ChargingConstraintTestActivity.java | 151 boolean testPassed; 153 testPassed = mTestEnvironment.awaitTimeout(); 155 testPassed = false; 157 runOnUiThread(new ChargingConstraintTestResultRunner(OFF_CHARGING_JOB_ID, testPassed)); 174 boolean testPassed; 176 testPassed = mTestEnvironment.awaitExecution(); 178 testPassed = false; 181 mTestState = testPassed ? STATE_ON_CHARGING_TEST_PASSED : STATE_NOT_RUNNING; 182 runOnUiThread(new ChargingConstraintTestResultRunner(ON_CHARGING_JOB_ID, testPassed)); 211 ChargingConstraintTestResultRunner(int jobId, boolean testPassed) { [all...] |
IdleConstraintTestActivity.java | 203 boolean testPassed; 205 testPassed = mTestEnvironment.awaitTimeout(); 208 testPassed = false; 210 runOnUiThread(new IdleTestResultRunner(IDLE_OFF_JOB_ID, testPassed)); 228 boolean testPassed; 230 testPassed = mTestEnvironment.awaitExecution(); 233 testPassed = false; 236 runOnUiThread(new IdleTestResultRunner(IDLE_ON_JOB_ID, testPassed)); 246 IdleTestResultRunner(int jobId, boolean testPassed) { 247 super(jobId, testPassed); [all...] |
ConstraintTestActivity.java | 95 TestResultRunner(int jobId, boolean testPassed) { 97 mTestPassed = testPassed;
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
SingleJUnitTestResultParser.java | 81 * @param testPassed whether or not the test passed. 83 private void doTestEnded(boolean testPassed) { 85 if (!testPassed) {
|
/external/v8/test/webkit/fast/js/ |
Promise-chained-then.js | 32 testPassed('fulfilled'); 40 testPassed('fulfilled'); 49 testPassed('rejected'); 57 testPassed('rejected'); 62 testPassed('fulfilled');
|
Promise-static-all.js | 49 testPassed('Promise.all() is rejected.'); 51 testPassed('Promise.all([]) is fulfilled.'); 59 testPassed('Promise.all([p1, p2, p3]) is fulfilled.'); 72 testPassed('Promise.all([p1, p6, p5]) is rejected.'); 78 testPassed('Promise.all([p9]) is fulfilled.'); 88 testPassed('Promise.all([p9,,,]) is fulfilled.'); 101 testPassed('Promise.all([p9,42]) is fulfilled.'); 113 testPassed('Promise.all({}) is rejected.');
|
Promise-static-race.js | 56 testPassed('Promise.race() is rejected.'); 61 testPassed('Promise.race({}) is rejected.'); 65 testPassed('Promise.race([p4, p1, p6]) is fulfilled.'); 75 testPassed('Promise.race([p4, p6, p1]) is rejected.'); 81 testPassed('Promise.race([p9]) is fulfilled.'); 90 testPassed('Promise.race([p4,,]) is fulfilled.'); 100 testPassed('Promise.race([p4,42]) is fulfilled.');
|
Promise-then-callback-receiver.js | 33 testPassed('fulfilled'); 43 testPassed('rejected');
|
Promise-init.js | 48 testPassed('promise = new Promise(function() { throw Error("foo"); }) did not throw exception.'); 63 testPassed('fulfilled');
|
Promise-resolve-with-then-fulfill.js | 32 testPassed('value.then is called.'); 42 testPassed('fulfilled');
|
Promise-resolve-with-then-reject.js | 32 testPassed('value.then is called.'); 45 testPassed('rejected');
|
Promise-then.js | 57 testPassed('rejected'); 61 testPassed('resolved');
|
Promise-resolve-with-itself.js | 35 testPassed('rejected');
|
Promise-resolve-with-then-exception.js | 37 testPassed('rejected');
|
/external/v8/test/webkit/ |
date-set-to-nan.js | 98 testPassed ("no recovering from NaN date using date.set" + functionNameRoot 118 testPassed ("recover from NaN date using date.set" + functionNameRoot + "()"); 165 testPassed ("recover from NaN date using date.setFullYear()"); 214 testPassed ("recover from NaN date using date.setUTCFullYear()"); 232 testPassed("date.getYear() is compatible to JavaScript 1.3 and later"); 272 testPassed ("recover from NaN date using date.setUTCFullYear()"); 319 testPassed("date.set" + functionNameRoot + "(arg0)"); 320 testPassed("date.set" + functionNameRoot + "()"); 351 testPassed("date.set" + functionNameRoot + "(arg0, arg1)"); 383 testPassed("date.set" + functionNameRoot + "(arg0, arg1, arg2)") [all...] |
tostring-exception-in-property-access.js | 32 testPassed("PASS: Exception caught -- " + e); 40 testPassed("PASS: Exception caught -- " + e); 54 testPassed("PASS: Exception caught -- " + e);
|
stack-unwinding.js | 34 testPassed("Two host functions called in a row."); 63 testPassed("Exception thrown and caught");
|
call-apply-crash.js | 26 function testLog() { testPassed(this); }
|
interpreter-no-activation.js | 40 testPassed("Didn't crash");
|
parser-high-byte-character.js | 31 testPassed();
|
/external/v8/test/webkit/fast/js/kde/ |
func-decl.js | 30 testPassed(msg); 37 testPassed(msg);
|
lval-exceptions.js | 57 testPassed(f + " threw exception " + exception + "."); 70 testPassed(f + " did not throw an exception");
|
/cts/suite/audio_quality/lib/src/task/ |
TaskCase.cpp | 325 bool testPassed = true; 330 testPassed = false; 335 testPassed = false; 343 testPassed = false; 346 if (testPassed) {
|
/external/v8/test/webkit/resources/ |
standalone-pre.js | 48 function testPassed(msg) 116 testPassed(_a + " is " + _b); 149 testPassed(_a + " is undefined."); 171 testPassed(_a + " threw exception " + exception + "."); 185 testPassed(_a + " did not throw exception.");
|