HomeSort by relevance Sort by last modified time
    Searched refs:PASSED (Results 201 - 225 of 432) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
stress.c 59 * PASSED();
341 output("pthread_exit stress test PASSED -- %llu iterations\n",
344 PASSED;
  /external/python/cpython3/Lib/test/libregrtest/
main.py 16 STDTESTS, NOTTESTS, PASSED, FAILED, ENV_CHANGED, SKIPPED, RESOURCE_DENIED,
108 if ok == PASSED:
262 if ok[0] in {PASSED, ENV_CHANGED, SKIPPED, RESOURCE_DENIED}:
355 elif result[0] == PASSED:
356 # be quiet: say nothing if the test passed shortly
  /external/vulkan-validation-layers/build-android/
test_APK.sh 169 adb $serialFlag logcat -d | grep "==== Tests PASSED ===="
172 echo VulkanLayerValidationTests PASSED!
  /system/security/keystore/
test-keystore 269 log $tag PASSED
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceStressTest.java 92 int passed = 0; local
101 passed += iterationPassed? 1 : 0;
103 assertEquals(mIterations, passed);
176 return TestAppConstants.UI_TOTAL_TESTS == uilistener.getNumTestsInState(TestStatus.PASSED);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java 71 private enum TestStatus { PASSED, FAILED, RUNNING };
231 mTestStatus = TestStatus.PASSED;
  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
BaseShortcutManagerHostTest.java 118 /** Returns true if the specified tests passed. Tests are run as given user. */
125 /** Returns true if the specified tests passed. Tests are run as given user. */
162 if (runResult.hasFailedTests() || runResult.getNumTestsInState(TestStatus.PASSED) == 0) {
173 if (testResult.getStatus() == TestStatus.PASSED) {
  /external/ltp/testcases/kernel/fs/ftest/
ftest02.c 67 #define PASSED 1
115 local_flag = PASSED;
185 tst_resm(TPASS, "Test passed in fork-wait part.");
  /external/ltp/testcases/kernel/mem/vmtests/
data_space.c 50 #define PASSED 1
52 int local_flag = PASSED;
199 tst_resm(TPASS, "Test passed");
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
GranularRetriableTestWrapperTest.java 239 TestStatus.PASSED, finalResult.getTestResults().get(fakeTestCase2).getStatus());
277 TestStatus.PASSED, runResult.getTestResults().get(fakeTestCase2).getStatus());
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress01.c 38 #define PASSED 1
40 int local_flag = PASSED;
729 tst_resm(TPASS, "Test passed");
  /tools/repohooks/
pre-upload.py 62 PASSED = COLOR.color(COLOR.GREEN, 'PASSED')
126 self.PASSED if self.success else self.FAILED,
128 'passed' if self.success else 'failed')
353 A string indicating what project is associated with the path passed in or
  /tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
BaseHostJUnit4Test.java 521 if (!TestStatus.PASSED.equals(resultEntry.getValue().getStatus())) {
617 if (!TestStatus.PASSED.equals(testStatus)
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
StorageHostTest.java 265 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
Utils.java 98 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
BaseDumpsysTest.java 193 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
  /cts/hostsidetests/incident/src/com/android/server/cts/
ProtoDumpTestCase.java 160 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
  /cts/hostsidetests/net/src/com/android/cts/net/
HostsideNetworkTestCase.java 155 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
  /cts/hostsidetests/usb/src/com/android/cts/usb/
TestUsbTest.java 111 if (!result.getStatus().equals(TestStatus.PASSED)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 100 sense on 32-bit systems with at least 2Gb of memory. The passed-in memlimit,
206 PASSED = 1
456 if ok == PASSED:
709 PASSED test passed
    [all...]
  /external/dtc/
checks.c 37 PASSED,
127 if (prq->status != PASSED) {
140 c->status = PASSED;
146 if ((c->status != PASSED) && (c->error))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
4-2.c 274 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c 353 output("Test passed for %s\n", scenar[i].descr);
378 PASSED;
2-6.c 433 output("Test passed for %s\n", scenar[i].descr);
468 PASSED;
4-3.c 329 PASSED;

Completed in 852 milliseconds

1 2 3 4 5 6 7 891011>>