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

1 2 3 4 5 6 7 891011>>

  /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_timedwait/
2-5.c 347 output("Test passed for %s\n", scenar[i].descr);
372 PASSED;
2-6.c 425 output("Test passed for %s\n", scenar[i].descr);
460 PASSED;
4-3.c 326 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c 53 * PASSED();
426 output("Test passed for %s\n\n", scenar[i].descr);
461 PASSED;
4-1.c 53 * PASSED();
338 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-3.c 343 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
3-1.c 58 * PASSED();
371 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
1-2.c 56 * PASSED();
371 /* We cannot use the PASSED macro here since it would terminate the output */
453 output("Test passed\n");
456 PASSED;
2-1.c 59 * PASSED();
334 /* We cannot use the PASSED macro here since it would terminate the output */
423 output("Test passed\n");
426 PASSED;
4-2.c 54 * PASSED();
353 /* We cannot use the PASSED macro here since it would terminate the output */
435 output("Test passed\n");
438 PASSED;
4-3.c 50 * PASSED();
390 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
s-c.c 56 * PASSED();
283 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
s-c.c 57 * PASSED();
290 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c2.c 62 * PASSED();
387 output("The test passed successfully.\n");
391 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
stress.c 64 * PASSED();
406 output("pthread_mutex_trylock stress test passed\n");
409 /* test passed */
410 PASSED;
  /external/python/cpython3/Lib/test/libregrtest/
main.py 17 STDTESTS, NOTTESTS, PASSED, FAILED, ENV_CHANGED, SKIPPED, RESOURCE_DENIED,
112 if ok == PASSED:
141 # "[ 51/405/1] test_tcl passed"
312 if ok[0] in {PASSED, ENV_CHANGED, SKIPPED, RESOURCE_DENIED}:
420 elif result[0] == PASSED:
421 # be quiet: say nothing if the test passed shortly
  /external/vulkan-validation-layers/build-android/
test_APK.sh 186 adb $serialFlag logcat -d | grep "==== Tests PASSED ===="
190 echo VulkanLayerValidationTests PASSED!
  /external/python/cpython2/Lib/test/
regrtest.py 112 sense on 32-bit systems with at least 2Gb of memory. The passed-in memlimit,
237 PASSED = 1
296 PASSED: '%s passed',
636 if ok == PASSED:
    [all...]
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress10.c 35 #define PASSED 1
37 int local_flag = PASSED;
931 tst_resm(TPASS, "Test passed\n");
  /external/vixl/
Android.mk 63 echo vixl tests PASSED
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
ComplexMovementFragment.java 224 resultIntent.putExtra(TestActivity.EXTRA_RESULT_ID, StartActivity.ResultCode.PASSED);
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
KeySetHostTest.java 107 * Helper method that checks that all tests in given result passed, and attempts to generate
122 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
133 * Helper method that checks that all tests in given result passed, and attempts to generate
151 * @return <code>true</code> if all tests passed.
162 * @return <code>true</code> if all tests passed.
  /cts/hostsidetests/media/src/android/media/cts/
BaseMultiUserTest.java 285 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {

Completed in 800 milliseconds

1 2 3 4 5 6 7 891011>>