Searched defs:FAILED (Results 1 - 25 of 132) sorted by relevance

123456

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dtestfrmw.h24 * FAILED(descr);
46 #define FAILED(s) \ macro
48 output("Test %s FAILED: %s\n", __FILE__, s); \
76 #define FAILED(s) \ macro
78 output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
H A Dtestfrmw.h25 * FAILED(descr);
46 #define FAILED(s) \ macro
47 { output("Test %s FAILED: %s\n", __FILE__, s); \
68 #define FAILED(s) \ macro
69 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dtestfrmw.h25 * FAILED(descr);
46 #define FAILED(s) \ macro
47 { output("Test %s FAILED: %s\n", __FILE__, s); \
68 #define FAILED(s) \ macro
69 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Dtestfrmw.h25 * FAILED(descr);
46 #define FAILED(s) \ macro
47 { output("Test %s FAILED: %s\n", __FILE__, s); \
68 #define FAILED(s) \ macro
69 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Dtestfrmw.h25 * FAILED(descr);
46 #define FAILED(s) \ macro
47 { output("Test %s FAILED: %s\n", __FILE__, s); \
68 #define FAILED(s) \ macro
69 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Dtestfrmw.h25 * FAILED(descr);
47 #define FAILED(s) \ macro
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
69 #define FAILED(s) \ macro
70 { output("Test FAILED: %s\n", s); \
/external/testng/src/test/java/test/junit4/
H A DJUnit4SampleSuite.java19 public static final String[] FAILED = {"tf"}; field in class:JUnit4SampleSuite
/external/guice/extensions/service/src/com/google/inject/service/
H A DService.java66 enum State { STARTED, STOPPED, FAILED } enum constant in enum:Service.State
/external/llvm/tools/msbuild/
H A Dinstall.bat48 goto FAILED
54 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
56 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
58 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
65 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
67 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
69 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
71 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
73 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
75 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
118 :FAILED label
[all...]
/external/ltp/testcases/kernel/fs/stream/
H A Dstream01.c41 #define FAILED 0 macro
94 local_flag = FAILED;
108 local_flag = FAILED;
H A Dstream02.c42 #define FAILED 0 macro
72 local_flag = FAILED;
78 local_flag = FAILED;
85 local_flag = FAILED;
104 local_flag = FAILED;
H A Dstream04.c45 #define FAILED 0 macro
90 local_flag = FAILED;
111 local_flag = FAILED;
H A Dstream05.c49 #define FAILED 0 macro
94 local_flag = FAILED;
116 local_flag = FAILED;
120 local_flag = FAILED;
144 local_flag = FAILED;
151 local_flag = FAILED;
167 local_flag = FAILED;

Completed in 346 milliseconds

123456