Searched refs:FAIL (Results 1 - 19 of 19) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprttools.h41 #define FAIL 0 macro
H A Dut_ttools.h41 #define FAIL 0 macro
H A Djoin.c50 ** the output to a one line status:PASS or FAIL,all of the printf statements
76 ** INPUTS: PASS/FAIL
94 printf ("FAIL\n");
133 else Test_Result(FAIL);
145 else Test_Result(FAIL);
152 else Test_Result (FAIL);
159 else Test_Result(FAIL);
180 else Test_Result(FAIL);
186 else Test_Result(FAIL);
192 else Test_Result(FAIL);
[all...]
H A Dprselect.c49 ** the output to a one line status:PASS or FAIL,all of the printf statements
76 ** INPUTS: PASS/FAIL
94 printf ("FAIL\n");
134 in debug mode. The regress tool requires only one line output:PASS or FAIL.
168 if (!debug_mode) Test_Result(FAIL);
176 if (!debug_mode) Test_Result(FAIL);
181 if (!debug_mode) Test_Result(FAIL);
187 if (!debug_mode) Test_Result(FAIL);
193 if (!debug_mode) Test_Result(FAIL);
201 if (!debug_mode) Test_Result(FAIL);
[all...]
H A Dselect2.c48 ** the output to a one line status:PASS or FAIL,all of the printf statements
76 ** INPUTS: PASS/FAIL
96 case FAIL:
97 printf ("FAIL\n");
174 else Test_Result (FAIL);
190 else Test_Result (FAIL);
253 else Test_Result (FAIL);
273 else Test_Result (FAIL);
311 in debug mode. The regress tool requires only one line output:PASS or FAIL.
H A Dprftest1.c48 ** the output to a one line status:PASS or FAIL,all of the printf statements
70 ** INPUTS: PASS/FAIL
88 printf ("FAIL\n");
102 in debug mode. The regress tool requires only one line output:PASS or FAIL.
148 Test_Result (FAIL);
H A Dserver_test.c51 ** the output to a one line status:PASS or FAIL,all of the printf statements
70 #define FAIL 1 macro
103 ** INPUTS: PASS/FAIL
123 case FAIL:
124 printf ("FAIL\n");
282 else Test_Result(FAIL);
294 else Test_Result(FAIL);
301 else Test_Result(FAIL);
573 in debug mode. The regress tool requires only one line output:PASS or FAIL.
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_header.c159 #define FAIL do {ok = FALSE; goto out;} while(0) macro
177 FAIL;
186 FAIL;
190 FAIL;
213 FAIL;
247 FAIL;
264 FAIL;
304 FAIL;
310 FAIL;
333 FAIL;
603 #undef FAIL macro
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dgdbstub_test.gdb18 echo FAIL $arg2\n
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tests/
H A DPrimitiveTest.c47 #define FAIL(msg) \ macro
54 FAIL(msg); \
H A DSimpleTypeLib.c47 #define FAIL(msg) \ macro
54 FAIL(msg); \
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c2775 #define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return 0; } while (0) macro
2781 if (code >= end) FAIL; \
2788 if (code >= end) FAIL; \
2795 if (code >= end) FAIL; \
2800 FAIL; \
2833 FAIL;
2841 FAIL;
2845 FAIL;
2850 FAIL;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c2764 #define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return 0; } while (0) macro
2770 if (code >= end) FAIL; \
2777 if (code >= end) FAIL; \
2784 if (code >= end) FAIL; \
2789 FAIL; \
2822 FAIL;
2830 FAIL;
2834 FAIL;
2839 FAIL;
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c1364 #define FAIL(x,r) if (x) { Error(r); } macro
1366 #define FAIL(x,r) macro
1416 FAIL(ilen >= src_len, "input overrun");
1417 FAIL(olen >= dst_len, "output overrun");
1423 FAIL(ilen >= src_len, "input overrun");
1424 FAIL(m_off > 0xffffffU +3, "lookbehind overrun");
1432 FAIL(ilen >= src_len, "input overrun");
1445 FAIL(ilen >= src_len, "input overrun");
1446 FAIL(m_len >= dst_len, "output overrun");
1451 FAIL(ole
[all...]
/vbox/src/VBox/Devices/Audio/
H A Dalsa_stubs.c165 static enum { NO = 0, YES, FAIL } isLibLoaded = NO; enumerator in enum:__anon9886
176 isLibLoaded = FAIL;
H A Dpulse_stubs.c261 static enum { NO = 0, YES, FAIL } isLibLoaded = NO; enumerator in enum:__anon9912
272 isLibLoaded = FAIL;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h212 virtual void FAIL(int k, ...); // MR1
H A DAParser.cpp526 ANTLRParser::FAIL(int k, ...) function in class:ANTLRParser
549 if ( k > SETWORDCOUNT ) panic("FAIL: overflowed buffer");
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_lists.c386 CRSTATE_SET_ENUM(stencil.buffers[(_idx)].fail, GL_STENCIL##_suff##FAIL); \

Completed in 90 milliseconds