HomeSort by: relevance | last modified time | path
    Searched defs:FAILED (Results 1 - 23 of 23) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/msbuild/
install.bat 22 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
24 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
29 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
31 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
33 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
38 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
40 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
42 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
46 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
52 :FAILED
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_interface.h 93 FAILED = 3,
  /src/external/bsd/atf/dist/tools/
reader.hpp 46 FAILED,
  /src/external/bsd/libc++/dist/libcxxrt/test/
test_foreign_exceptions.cc 30 PENDING, PASSED, FAILED
34 "PENDING", "PASSED", "FAILED"
46 test2_status = FAILED;
104 test3_status = FAILED;
114 test3_status = FAILED;
  /src/external/bsd/ntp/dist/sntp/libopts/autoopts/
project.h 39 * with the SUCCEEDED, FAILED and HADGLITCH macros.
49 #undef FAILED
60 #define FAILED(p) ((p) < SUCCESS)
  /src/external/lgpl3/mpfr/dist/tests/
tbeta.c 27 #define FAILED(p, r, z, w, expected, rnd_mode) do { \
28 printf ("prec=%d, rnd=%s case failed for:", \
47 FAILED(p, r, z, w, expected, rnd_mode); \
  /src/external/apache2/llvm/dist/llvm/utils/
abtest.py 30 # anotherfile.s: failed: './link_test' exitcode != 0
39 # funcname4 [3/XX]: failed: './link_test' exitcode != 0
56 FAILED = RED + "failed" + NORMAL
105 error("Picking all choices from A failed to pass the test")
159 # - We could optimize based on the knowledge that when splitting a failed
235 announce_result(FAILED + ": '%s' exitcode != 0" % LINKTEST)
  /src/external/gpl2/lvm2/dist/test/
harness.c 25 #define FAILED 2
71 void failed(int i, char *f, int st) { function
73 status[i] = FAILED;
78 printf("FAILED.\n");
79 printf("-- FAILED %s ------------------------------------\n", f);
81 printf("-- FAILED %s (end) ------------------------------\n", f);
87 perror("Fork failed.");
119 failed(i, f, st);
122 failed(i, f, st);
156 printf("\n## %d tests: %d OK, %d failed, %d skipped\n"
    [all...]
  /src/include/protocols/
talkd.h 107 #define FAILED 2 /* operation failed for unexplained reason */
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-dejagnu.h 32 /* If you have problems with DejaGnu dropping failed, untested, or
44 static int failed; variable
104 failed++;
119 failed++;
178 printf ("\t#real failed:\t\t%d\n", failed);
196 "FAILED: ", "PASSED: ", "UNTESTED: ", "UNRESOLVED: ", "XFAILED: ", "XPASSED: "
201 enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED, XFAILED, XPASSED} laststate;
211 failed = 0;
258 failed++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-dejagnu.h 32 /* If you have problems with DejaGnu dropping failed, untested, or
44 static int failed; variable
104 failed++;
119 failed++;
178 printf ("\t#real failed:\t\t%d\n", failed);
196 "FAILED: ", "PASSED: ", "UNTESTED: ", "UNRESOLVED: ", "XFAILED: ", "XPASSED: "
201 enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED, XFAILED, XPASSED} laststate;
211 failed = 0;
258 failed++
    [all...]
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_client_i.h 18 ESTABLISHED, FAILED
tlsv1_server_i.h 19 ESTABLISHED, FAILED
  /src/lib/libtelnet/
enc_des.c 62 #define FAILED -1
145 fbp->state[0] = fbp->state[1] = FAILED;
187 if (state == FAILED)
193 if (state == FAILED)
226 return(FAILED);
261 printf("CFB64: initial vector failed on size\r\n");
262 state = FAILED;
295 * We failed. Send an FB64_IV_BAD option
297 * things failed.
341 if (state == FAILED)
    [all...]
  /src/sys/arch/emips/stand/common/
ace.c 80 #define FAILED(x) (x < 0)
517 if (!FAILED(sc)) {
523 if (!FAILED(sc)) {
562 if (!FAILED(sc)) {
650 printf("open failed\n");
  /src/external/gpl3/gcc/dist/fixincludes/
fixlib.h 70 #define FAILED(p) ((p) < SUCCESS)
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixlib.h 70 #define FAILED(p) ((p) < SUCCESS)
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 61 #define FAILED(cond, text) \
164 FAILED(!compiler, "cannot create compiler\n");
177 FAILED(code.func3(3, -21, 86) != -21, "test1 case 1 failed\n");
178 FAILED(code.func3(4789, 47890, 997) != 47890, "test1 case 2 failed\n");
195 FAILED(!compiler, "cannot create compiler\n");
233 FAILED(code.func1((sljit_sw)&buf) != 9999, "test2 case 1 failed\n");
234 FAILED(buf[1] != 9999, "test2 case 2 failed\n")
    [all...]
  /src/external/gpl2/dtc/dist/
checks.c 26 FAILED,
124 (c)->status = FAILED; \
131 (c)->status = FAILED; \
166 check_msg(c, dti, NULL, NULL, "Failed prerequisite '%s'",
  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.cc 2783 #define FAILEDSOFAR fprintf (stderr, "\033[48;5;52m FAILED at line %d \033[0m\n", __LINE__)
2784 #define FAILED fprintf (stderr, "\033[48;5;52m FAILED at line %d \033[0m\n", __LINE__), gcc_unreachable ()
2786 #define MUST_BE_OK(insn) if (insn_ok_now (insn)) { WORKED; return; } FAILED
2788 #define FAILED gcc_unreachable ()
2790 #define MUST_BE_OK(insn) if (insn_ok_now (insn)) return; FAILED
2818 pattern is unshared, the insn was previously recognized and failed
  /src/external/gpl3/gcc.old/dist/gcc/config/rl78/
rl78.cc 2783 #define FAILEDSOFAR fprintf (stderr, "\033[48;5;52m FAILED at line %d \033[0m\n", __LINE__)
2784 #define FAILED fprintf (stderr, "\033[48;5;52m FAILED at line %d \033[0m\n", __LINE__), gcc_unreachable ()
2786 #define MUST_BE_OK(insn) if (insn_ok_now (insn)) { WORKED; return; } FAILED
2788 #define FAILED gcc_unreachable ()
2790 #define MUST_BE_OK(insn) if (insn_ok_now (insn)) return; FAILED
2818 pattern is unshared, the insn was previously recognized and failed
  /src/sys/arch/emips/ebus/
ace_ebus.c 138 #define FAILED(er) (er != 0)
304 "failed to reset, errno=%d\n", error);
311 "failed to identify card, errno=%d.\n", error);
416 if (FAILED(sc->sc_bio.error))
871 if (!FAILED(error)) {
985 printf("Sysace::Identify failed,"
1018 if (FAILED(error))
1095 if (!FAILED(error)) {
1117 if (!FAILED(error)) {
1159 if (!FAILED(error))
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
quicapitest.c 493 FAILED = 4
511 * | | !"Token: <TOKENVAL>" | FAILED |
514 * | | EOF | FAILED |
519 && state != FAILED
531 state = FAILED;
947 TEST_info("BIO_write_ex() failed %d, %d", retc, err);
2339 TEST_info("failed during test for id=%llu, op=%d, bl=%zu, "
2344 TEST_info("failed during test for id=%llu, op=%d, bl=%zu",
2675 TEST_info("SSL_do_handshake() failed\n");

Completed in 45 milliseconds