Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 16 of 16) sorted by relevance

/third_party/ulib/backtrace/
A Dbtest.c81 int failed; member
91 int failed; member
100 int failed; member
134 if (*failed) in check()
140 *failed = 1; in check()
147 *failed = 1; in check()
153 *failed = 1; in check()
159 *failed = 1; in check()
313 data.failed = 0; in f3()
474 data.failed = 1; in f23()
[all …]
A Dfileline.c55 int failed; in fileline_initialize() local
62 failed = state->fileline_initialization_failed; in fileline_initialize()
64 failed = backtrace_atomic_load_int (&state->fileline_initialization_failed); in fileline_initialize()
66 if (failed) in fileline_initialize()
131 failed = 1; in fileline_initialize()
134 if (!failed) in fileline_initialize()
138 failed = 1; in fileline_initialize()
141 if (failed) in fileline_initialize()
A DMakefile.in580 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
594 failed=`expr $$failed + 1`; \
609 failed=`expr $$failed + 1`; \
626 if test "$$failed" -eq 0; then \
635 banner="$$failed of $$all $$tests failed"; \
638 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
653 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
659 if test "$$failed" -eq 0; then \
669 test "$$failed" -eq 0; \
A Dconfigure.ac224 [AC_MSG_FAILURE([compiler failed])])
/third_party/ulib/musl/third_party/tre/
A Dtre-mem.c82 if (mem->failed) { in tre_mem_alloc_impl()
92 mem->failed = 1; in tre_mem_alloc_impl()
105 mem->failed = 1; in tre_mem_alloc_impl()
111 mem->failed = 1; in tre_mem_alloc_impl()
A Dtre.h182 int failed; member
/third_party/ulib/jemalloc/msvc/projects/vc2015/test_threads/
A Dtest_threads.cpp84 …bool failed = leaked > 65536; // in case C++ runtime allocated something (e.g. iostream locale or … in test_threads() local
85 printf("\nTest %s!\n", (failed ? "FAILED" : "successful")); in test_threads()
88 return failed ? 1 : 0; in test_threads()
/third_party/ulib/linenoise/
A Dlinenoise.c337 if (start == -1) goto failed;
340 if (write(ofd,"\x1b[999C",6) != 6) goto failed;
342 if (cols == -1) goto failed;
361 failed:
/third_party/ulib/usbhost/
A Dusbhost.c323 goto failed; in usb_device_new()
327 goto failed; in usb_device_new()
334 failed: in usb_device_new()
/third_party/ulib/musl/
A DWHATSNEW124 fseek no longer sets the stream error flag on failed seeks (this was
614 - fwrite: wrong return value of partial/failed write
668 - logic error skipping failed interfaces in if_nameindex
1066 - realpath failed when file was not readable
1403 - printf failed to report or stop on write errors
1404 - printf failed to honor '+' modifier when printing NANs
1406 - syslog failed to check for connect error
1445 - fchmodat failed to report EOPNOTSUPP in race path
1467 - new FLT_ROUNDS definition failed to work in C++ code
1619 - mips fesetround failed to actually set rounding mode
[all …]
/third_party/uapp/kilo/
A Dkilo.c360 if (retval == -1) goto failed;
363 if (write(ofd,"\x1b[999C\x1b[999B",12) != 12) goto failed;
365 if (retval == -1) goto failed;
382 failed:
/third_party/ulib/musl/ldso/
A Ddynlink.c2303 goto failed; in do_dlsym()
2314 failed: in do_dlsym()
/third_party/ulib/jemalloc/
A DINSTALL130 the functions to return 0 for failed lookups.
A DChangeLog211 + Detect failed profile fetches. (@djwatson)
475 small/large allocation if chunk allocation failed. In the absence of this
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl3411 //failed
3608 // non zero number to find where the test failed
/third_party/lib/acpica/
A Dchanges.txt9108 failed with an exception. This also fixes a couple of related RefOf and
11068 returned, even if the operation failed.
12441 of the opcode failed. The solution to this problem was to
13188 failed to cleanup properly by deleting all successfully resolved
15969 Fixed a problem where Operation Region initialization failed if

Completed in 52 milliseconds