Searched defs:FAIL (Results 1 - 12 of 12) 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 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/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/libs/xpcom18a4/xpcom/typelib/xpt/tests/
H A DSimpleTypeLib.c47 #define FAIL(msg) \ macro
54 FAIL(msg); \
H A DPrimitiveTest.c47 #define FAIL(msg) \ macro
54 FAIL(msg); \
/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/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.cpp526 ANTLRParser::FAIL(int k, ...) function in class:ANTLRParser
549 if ( k > SETWORDCOUNT ) panic("FAIL: overflowed buffer");
/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/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...]

Completed in 113 milliseconds