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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c 60 * PASSED();
433 output("Test passed for %s\n\n", scenar[i].descr);
468 PASSED;
4-1.c 55 * PASSED();
340 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-3.c 350 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
3-1.c 66 * PASSED();
379 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
1-2.c 64 * PASSED();
379 /* We cannot use the PASSED macro here since it would terminate the output */
461 output("Test passed\n");
464 PASSED;
2-1.c 67 * PASSED();
342 /* We cannot use the PASSED macro here since it would terminate the output */
431 output("Test passed\n");
434 PASSED;
4-2.c 62 * PASSED();
361 /* We cannot use the PASSED macro here since it would terminate the output */
443 output("Test passed\n");
446 PASSED;
4-3.c 58 * PASSED();
398 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
s-c.c 63 * PASSED();
290 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
s-c.c 64 * PASSED();
297 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c2.c 70 * PASSED();
395 output("The test passed successfully.\n");
399 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
stress.c 71 * PASSED();
413 output("pthread_mutex_trylock stress test passed\n");
416 /* test passed */
417 PASSED;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/epiphany/
regression.s 225 PASSED: PASS;
  /tools/tradefederation/core/src/com/android/tradefed/result/
CollectingTestListener.java 263 getNumTestsInState(TestStatus.PASSED);
EmailResultReporter.java 206 * Returns the {@link Throwable} passed via {@link #invocationFailed(Throwable)}.
244 bodyBuilder.append(String.format("Test results: %d passed, %d failed\n\n",
245 getNumTestsInState(TestStatus.PASSED), getNumAllFailedTests()));
MetricsXMLResultReporter.java 158 if (!TestStatus.PASSED.equals(testResult.getStatus())) {
XmlResultReporter.java 181 if (!TestStatus.PASSED.equals(testResult.getStatus())) {
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
InstrumentationPreparer.java 150 if (entry.getValue().getStatus().equals(TestStatus.PASSED)) {
  /external/python/cpython2/Lib/test/
regrtest.py 101 sense on 32-bit systems with at least 2Gb of memory. The passed-in memlimit,
217 PASSED = 1
470 if ok == PASSED:
673 if ok[0] in {PASSED, ENV_CHANGED, SKIPPED, RESOURCE_DENIED}:
746 PASSED test 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 109 * Helper method that checks that all tests in given result passed, and attempts to generate
124 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
135 * Helper method that checks that all tests in given result passed, and attempts to generate
153 * @return <code>true</code> if all tests passed.
164 * @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)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 63 * PASSED();
601 /* the child should return only failed or unresolved or passed */
642 PASSED;

Completed in 401 milliseconds

1 2 3 4 5 6 7 8 91011>>