/external/genext2fs/ |
test.sh | 22 echo PASSED
|
test-mount.sh | 25 echo PASSED
|
/cts/tests/tests/security/jni/ |
android_security_cts_NativeCodeTest.cpp | 41 #define PASSED 0 114 return PASSED; 125 return PASSED; 146 return PASSED; 163 return PASSED;
|
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
Utils.java | 62 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
|
KeySetHostTest.java | 94 * Helper method that checks that all tests in given result passed, and attempts to generate 109 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) { 120 * Helper method that checks that all tests in given result passed, and attempts to generate 138 * @return <code>true</code> if all tests passed. 149 * @return <code>true</code> if all tests passed.
|
AppSecurityTests.java | 474 * Helper method that checks that all tests in given result passed, and attempts to generate 489 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) { 503 * @return <code>true</code> if all tests passed. 514 * @return <code>true</code> if all tests passed.
|
/cts/hostsidetests/net/src/com/android/cts/net/ |
HostsideNetworkTests.java | 96 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
|
/external/chromium_org/v8/test/webkit/ |
for-in-exeception.js | 35 throw "PASSED"
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/ |
ProjectionOffscreenActivity.java | 71 private enum TestStatus { PASSED, FAILED, RUNNING }; 223 mTestStatus = TestStatus.PASSED;
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
BaseDevicePolicyTest.java | 158 /** Returns true if the specified tests passed. Tests are run as user owner. */ 164 /** Returns true if the specified tests passed. Tests are run as given user. */ 171 /** Returns true if the specified tests passed. Tests are run as given user. */ 195 return !runResult.hasFailedTests() && runResult.getNumTestsInState(TestStatus.PASSED) > 0; 244 if (testResult.getStatus() != TestStatus.PASSED) {
|
/external/eigen/blas/testing/ |
cblat2.f | 723 9999 FORMAT( ' ', A6, ' PASSED THE COMPUTATIONAL TESTS (', I6, ' CALL', [all...] |
dblat2.f | 713 9999 FORMAT( ' ', A6, ' PASSED THE COMPUTATIONAL TESTS (', I6, ' CALL', [all...] |
sblat2.f | 713 9999 FORMAT( ' ', A6, ' PASSED THE COMPUTATIONAL TESTS (', I6, ' CALL', [all...] |
zblat2.f | 725 9999 FORMAT( ' ', A6, ' PASSED THE COMPUTATIONAL TESTS (', I6, ' CALL', [all...] |
dblat3.f | 620 9999 FORMAT( ' ', A6, ' PASSED THE COMPUTATIONAL TESTS (', I6, ' CALL', 890 9999 FORMAT( ' ', A6, ' PASSED THE COMPUTATIONAL TESTS (', I6, ' CALL', [all...] |
sblat3.f | 620 9999 FORMAT( ' ', A6, ' PASSED THE COMPUTATIONAL TESTS (', I6, ' CALL', 890 9999 FORMAT( ' ', A6, ' PASSED THE COMPUTATIONAL TESTS (', I6, ' CALL', [all...] |
cblat3.f | 634 9999 FORMAT( ' ', A6, ' PASSED THE COMPUTATIONAL TESTS (', I6, ' CALL', [all...] |
zblat3.f | 635 9999 FORMAT( ' ', A6, ' PASSED THE COMPUTATIONAL TESTS (', I6, ' CALL', [all...] |