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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/network/tcp_cmds/rsh/
rsh01 65 PASSED=0
81 PASSED=1
86 if [ $PASSED -ne 1 ] ; then
  /external/ltp/testcases/misc/math/nextafter/
nextafter01.c 44 #define PASSED 1
48 int local_flag = PASSED;
116 local_flag = PASSED;
121 if (local_flag == PASSED)
122 tst_resm(TPASS, "Test passed");
  /external/ltp/testcases/kernel/fs/stream/
stream02.c 41 #define PASSED 1
61 local_flag = PASSED;
90 if (local_flag == PASSED) {
91 tst_resm(TPASS, "Test passed in block0.");
95 local_flag = PASSED;
109 if (local_flag == PASSED) {
110 tst_resm(TPASS, "Test passed in block1.");
stream05.c 48 #define PASSED 1
68 local_flag = PASSED;
71 local_flag = PASSED;
97 if (local_flag == PASSED) {
98 tst_resm(TPASS, "Test passed in block0.");
103 local_flag = PASSED;
122 if (local_flag == PASSED) {
123 tst_resm(TPASS, "Test passed in block1.");
128 local_flag = PASSED;
154 if (local_flag == PASSED) {
    [all...]
stream01.c 40 #define PASSED 1
62 local_flag = PASSED;
112 if (local_flag == PASSED) {
113 tst_resm(TPASS, "Test passed.");
118 local_flag = PASSED;
  /external/ltp/testcases/misc/math/abs/
abs01.c 51 #define PASSED 1
54 int local_flag = PASSED;
121 local_flag = PASSED;
127 (local_flag == PASSED) ? tst_resm(TPASS,
128 "Test passed") : tst_resm(TFAIL,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
testfrmw.h 26 * PASSED();
53 #define PASSED \
83 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
testfrmw.h 27 * PASSED();
51 #define PASSED \
73 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
testfrmw.h 27 * PASSED();
51 #define PASSED \
73 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
testfrmw.h 27 * PASSED();
51 #define PASSED \
73 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
testfrmw.h 27 * PASSED();
51 #define PASSED \
73 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
testfrmw.h 27 * PASSED();
52 #define PASSED \
74 #define PASSED \
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
1-2.c 52 * PASSED();
109 PASSED;

Completed in 335 milliseconds

1 2 3 4 5 6 7 8 91011>>