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

1 2 3 4 5 6 78 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
6-3.c 269 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
8-1.c 52 * PASSED();
310 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
1-2.c 19 * If the mutex attribute pointer passed to pthread_mutex_init is NULL,
20 * the effects on the mutex are the same as if a default mutex attribute object had been passed.
63 * PASSED();
348 PASSED;
3-2.c 69 * PASSED();
341 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
5-1.c 66 * PASSED();
125 ctrl++; /* Notify the main we have passed the lock */
243 ("Killed child passed the pthread_mutex_lock without owning it");
257 ("The test has passed, we are now going to clean up everything.\n");
260 /* Clean everything: the test has passed */
279 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
6-1.c 51 * PASSED();
318 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
5-1.c 53 * PASSED();
302 PASSED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
18-1.c 52 * PASSED();
325 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
stress.c 49 * PASSED();
258 output("pthread_cond_init stress test passed (%llu iterations)\n", cnt);
262 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
stress.c 53 * PASSED();
298 output("pthread_getschedparam stress test PASSED -- %llu iterations\n",
307 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
stress.c 53 * PASSED();
319 output("pthread_kill stress test PASSED -- %llu iterations\n",
322 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c1.c 53 * PASSED();
145 /* When every thread has passed the lock call, bool is true.
327 PASSED;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
stress.c 52 * PASSED();
334 output("pthread_exit stress test PASSED -- %llu iterations\n",
337 PASSED;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java 71 private enum TestStatus { PASSED, FAILED, RUNNING };
231 mTestStatus = 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");
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress01.c 38 #define PASSED 1
40 int local_flag = PASSED;
729 tst_resm(TPASS, "Test passed");
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
StorageHostTest.java 247 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
Utils.java 116 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
  /cts/hostsidetests/atrace/src/android/atrace/cts/
AtraceHostTestBase.java 170 com.android.ddmlib.testrunner.TestResult.TestStatus.PASSED)) {
  /cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
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)) {

Completed in 1116 milliseconds

1 2 3 4 5 6 78 91011>>