HomeSort by: relevance | last modified time | path
    Searched defs:failed (Results 1 - 25 of 209) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/bsd/byacc/dist/
configure 1074 { { echo "$as_me:1074: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1075 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1095 { { echo "$as_me:1095: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1096 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1117 { { echo "$as_me:1117: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1118 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1536 echo "$as_me: failed program was:" >&5
1649 echo "$as_me: failed program was:" >&5
1696 echo "$as_me: failed program was:" >&5
1741 echo "$as_me: failed program was:" >&
7123 failed() { function
    [all...]
  /src/external/gpl3/gcc/dist/libbacktrace/
unittest.c 60 int failed; local
72 failed = res != 1 || count != 0 || vec.base != NULL;
75 failed ? "FAIL": "PASS");
77 if (failed)
  /src/external/gpl3/gcc.old/dist/libbacktrace/
unittest.c 60 int failed; local
72 failed = res != 1 || count != 0 || vec.base != NULL;
75 failed ? "FAIL": "PASS");
77 if (failed)
  /src/external/gpl3/gdb/dist/libbacktrace/
unittest.c 60 int failed; local
72 failed = res != 1 || count != 0 || vec.base != NULL;
75 failed ? "FAIL": "PASS");
77 if (failed)
  /src/external/gpl3/gdb.old/dist/libbacktrace/
unittest.c 60 int failed; local
72 failed = res != 1 || count != 0 || vec.base != NULL;
75 failed ? "FAIL": "PASS");
77 if (failed)
  /src/crypto/external/apache2/openssl/dist/test/
pbelutest.c 20 int i, failed = 0; local
26 failed = 1;
31 if (!failed)
36 failed = pbe_type < last_type
39 OBJ_nid2sn(pbe_nid), failed ? "ERROR" : "OK");
  /src/crypto/external/bsd/openssl/dist/test/
pbelutest.c 20 int i, failed = 0; local
26 failed = 1;
31 if (!failed)
36 failed = pbe_type < last_type
39 OBJ_nid2sn(pbe_nid), failed ? "ERROR" : "OK");
  /src/crypto/external/bsd/openssl.old/dist/test/
pbelutest.c 20 int i, failed = 0; local
26 failed = 1;
31 if (!failed)
36 failed = pbe_type < last_type
39 OBJ_nid2sn(pbe_nid), failed ? "ERROR" : "OK");
  /src/external/bsd/libc++/dist/libcxxrt/test/
test.cc 7 static int failed; variable
21 failed++;
22 printf("Test failed: %s:%d: %s\n", file, line, message);
27 printf("\n%d tests, %d passed, %d failed\n", succeeded+failed, succeeded, failed);
  /src/sys/arch/macppc/stand/ofwboot/
alloc.c 129 int failed; local
147 failed = (bestf == NULL);
167 failed = (bestsize == 0xffffffff);
170 if (failed) { /* nothing found */
  /src/sys/arch/shark/stand/ofwboot/
alloc.c 130 int failed; local
148 failed = (bestf == NULL);
168 failed = (bestsize == 0xffffffff);
171 if (failed) { /* nothing found */
  /src/sys/arch/sparc/stand/ofwboot/
alloc.c 130 int failed; local
148 failed = (bestf == NULL);
168 failed = (bestsize == 0xffffffff);
171 if (failed) { /* nothing found */
  /src/tests/lib/libc/string/
t_swab.c 77 bool failed = false; local
89 failed = true;
92 if (failed)
  /src/external/bsd/jemalloc/dist/msvc/test_threads/
test_threads.cpp 84 bool failed = leaked > 65536; // in case C++ runtime allocated something (e.g. iostream locale or facet) local
85 printf("\nTest %s!\n", (failed ? "FAILED" : "successful"));
88 return failed ? 1 : 0;
  /src/external/bsd/jemalloc.old/dist/msvc/test_threads/
test_threads.cpp 83 bool failed = leaked > 65536; // in case C++ runtime allocated something (e.g. iostream locale or facet) local
84 printf("\nTest %s!\n", (failed ? "FAILED" : "successful"));
87 return failed ? 1 : 0;
  /src/external/bsd/kyua-cli/dist/engine/
test_result.hpp 59 failed, enumerator in enum:engine::test_result::result_type
test_result_test.cpp 137 PARSE_TEST(failed); variable
177 GETTERS_TEST(failed, test_result::failed, "The reason",
178 test_result(test_result::failed, "The reason"));
187 GOOD_TEST(failed, false, test_result::failed);
197 OUTPUT_TEST(failed, "test_result{type='failed', reason='some \\'string'}",
198 test_result(test_result::failed, "some 'string"));
211 const test_result result4(test_result::failed, "Foo")
    [all...]
  /src/external/bsd/ntp/dist/tests/sandbox/
bug-2803.c 16 static int exit_on_err = 0; // if not 0, exit if test failed
31 int failed; local
48 failed = cond_new != cond_old;
50 if ( failed || verbose )
56 failed ? "NO <<" : "yes" );
58 return failed ? -1 : 0;
  /src/external/bsd/ntp/dist/tests/sec-2853/
sec-2853.c 18 // static int exit_on_err = 0; // if not 0, exit if test failed
55 int failed; local
61 failed = ( 4 != len );
63 if ( failed || verbose )
68 failed ? "NO <<" : "yes" );
70 return failed ? -1 : 0;
79 int failed; local
85 failed = ( 3 != len );
87 if ( failed || verbose )
92 failed ? "NO <<" : "yes" )
103 int failed; local
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
crypto_internal-modexp.c 63 int failed; local
69 failed = !p || !q || !tmp ||
77 if (failed)
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
ctime.c 51 int failed; local
58 failed = localtime_r (&timev, &ltm) == NULL, local
59 failed = localtime_r (&timev, &ltm) != 0); local
60 if (failed)
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
ctime.c 51 int failed; local
58 failed = localtime_r (&timev, &ltm) == NULL, local
59 failed = localtime_r (&timev, &ltm) != 0); local
60 if (failed)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
eh_return.c 23 int val, test, failed; variable
67 failed = 1;
68 printf ("failed\n");
95 if (failed || test != 2)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
selftest.cc 76 std::vector<const char *> failed; local
104 debug_printf ("Self test failed: %s\n", ex.what ());
105 failed.push_back (test.name.c_str ());
111 if (!failed.empty ())
115 for (const char *name : failed)
121 debug_printf (_("Ran %d unit tests, %zu failed\n"),
122 ran, failed.size ());
  /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/
flag.S 53 OR1K_DELAYED_NOP (l.bnf failed)
57 OR1K_DELAYED_NOP (l.bf failed)
385 failed: label

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 9