/third_party/vixl/tools/ |
H A D | generate_simulator_traces.py | 143 if status != 0: util.abort('Failed to list all tests') 170 if status != 0: util.abort('Failed to run ' + cmd + '.') 220 if status != 0: util.abort('Failed to run ' + cmd + '.')
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 220 int err, abort; in __xenbus_switch_state() local 226 abort = 1; in __xenbus_switch_state() 236 goto abort; in __xenbus_switch_state() 241 goto abort; in __xenbus_switch_state() 244 abort = 0; in __xenbus_switch_state() 245 abort: in __xenbus_switch_state() 246 err = xenbus_transaction_end(xbt, abort); in __xenbus_switch_state() 248 if (err == -EAGAIN && !abort) in __xenbus_switch_state()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 220 int err, abort; in __xenbus_switch_state() local 226 abort = 1; in __xenbus_switch_state() 236 goto abort; in __xenbus_switch_state() 241 goto abort; in __xenbus_switch_state() 244 abort = 0; in __xenbus_switch_state() 245 abort: in __xenbus_switch_state() 246 err = xenbus_transaction_end(xbt, abort); in __xenbus_switch_state() 248 if (err == -EAGAIN && !abort) in __xenbus_switch_state()
|
/third_party/node/deps/uv/src/unix/ |
H A D | process.c | 123 abort(); in uv__wait_children() 212 abort(); in uv__process_open_stream() 377 abort(); in uv__process_child_init() 809 abort(); in uv__spawn_and_init_child_fork() 816 abort(); in uv__spawn_and_init_child_fork() 820 abort(); in uv__spawn_and_init_child_fork() 927 abort(); in uv__spawn_and_init_child() 1010 abort(); in uv_spawn()
|
/third_party/curl/tests/server/ |
H A D | sockfilt.c | 439 HANDLE abort; /* internal event to abort waiting threads */ member 458 handles[0] = data->abort; in select_ws_wait_thread() 492 /* compare position with size, abort if not equal */ in select_ws_wait_thread() 587 static HANDLE select_ws_wait(HANDLE handle, HANDLE signal, HANDLE abort) in select_ws_wait() argument 602 data->abort = abort; in select_ws_wait() 631 HANDLE abort, signal, handle, *handles; in select_ws() local 659 /* create internal event to abort waiting threads */ in select_ws() 660 abort in select_ws() [all...] |
/third_party/python/Lib/ |
H A D | imaplib.py | 168 IMAP4 server errors raise <instance>.abort("<reason>"), 171 <instance>.readonly("<reason>"), which is a sub-class of 'abort'. 174 "abort" exceptions imply the connection should be reset, and 185 class abort(error): pass # Service errors - close and retry class in IMAP4 186 class readonly(abort): pass # Mailbox status changed to READ-ONLY 434 return None if the client abort response '*' should be sent instead. 814 raise self.abort('TLS session already established') 816 raise self.abort('TLS not supported by server') 961 raise self.abort(bye[-1].decode(self._encoding, 'replace')) 1008 raise self.abort('socke [all...] |
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 105 abort!( in from_value_enum() 150 abort!( in from_subcommand_variant() 223 abort!( in from_args_field() 232 abort!( in from_args_field() 342 abort!(expr, "attribute `{}` does not accept a value", attr.name); in infer_kind() 355 abort!(expr, "attribute `{}` does not accept a value", attr.name); in infer_kind() 368 abort!(expr, "attribute `{}` does not accept a value", attr.name); in infer_kind() 376 abort!(expr, "attribute `{}` does not accept a value", attr.name); in infer_kind() 422 abort!( in push_attrs() 544 abort!( in push_attrs() [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 581 * This means that if we only want to abort associations in sctp_sf_do_5_1C_ack() 763 * [We should abort the association. --piggy] in sctp_sf_do_5_1D_ce() 1320 /* Helper function to send out an abort for the restart 1830 struct sctp_chunk *abort; in sctp_sf_do_assoc_update() local 1835 abort = sctp_make_abort(asoc, NULL, sizeof(struct sctp_errhdr)); in sctp_sf_do_assoc_update() 1836 if (abort) { in sctp_sf_do_assoc_update() 1837 sctp_init_cause(abort, SCTP_ERROR_RSRC_LOW, 0); in sctp_sf_do_assoc_update() 1838 sctp_add_cmd_sf(cmds, SCTP_CMD_REPLY, SCTP_CHUNK(abort)); in sctp_sf_do_assoc_update() 2242 * [We should abort the association. --piggy] in sctp_sf_do_5_2_4_dupcook() 2782 * Stop T1 timer and abort associatio 3478 struct sctp_chunk *abort; sctp_sf_tabort_8_4_8() local 3525 struct sctp_chunk *abort; sctp_sf_new_encap_port() local 4012 struct sctp_chunk *abort; sctp_sf_do_asconf_ack() local 4701 struct sctp_chunk *abort = NULL; sctp_sf_abort_violation() local 4836 struct sctp_chunk *abort = NULL; sctp_sf_violation_paramlen() local 5187 struct sctp_chunk *abort = arg; sctp_sf_do_9_1_prm_abort() local 5321 struct sctp_chunk *abort = arg; sctp_sf_cookie_wait_prm_abort() local 6326 struct sctp_chunk *abort; sctp_abort_pkt_new() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/testcases/ |
H A D | testcases.h | 43 abort(); \ 53 abort(); \
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/ |
H A D | testcases.h | 52 abort(); \ 62 abort(); \
|
/third_party/libunwind/libunwind/src/unwind/ |
H A D | unwind-internal.h | 126 abort (); in _Unwind_Phase2() 134 abort (); in _Unwind_Phase2()
|
/third_party/libunwind/libunwind/src/ppc64/ |
H A D | Gresume.c | 40 abort (); in my_rt_sigreturn() 52 abort(); in ppc64_local_resume()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_cgl.c | 57 abort(); in sym() 83 abort(); in apple_cgl_init()
|
/third_party/node/test/parallel/ |
H A D | test-abortsignal-cloneable.js | 27 data.addEventListener('abort', common.mustCall(() => { 42 ac.signal.addEventListener('abort', common.mustCall(() => { 48 ac.abort('boom'); 62 const signal = transferableAbortSignal(AbortSignal.abort('boom')); 77 // waiting for the abort to be triggered.
|
H A D | test-fs-promises-readfile.js | 47 const signal = AbortSignal.abort(); 56 process.nextTick(() => controller.abort());
|
H A D | test-whatwg-webstreams-transfer.js | 344 abort: common.mustCall((error) => { 385 abort: common.mustCall((reason) => { 402 writer.abort(error).then(common.mustCall()); 413 abort: common.mustCall((error) => { 428 assert.rejects(writer.abort(m), { 534 abort: common.mustCall((error) => { 533 abort: common.mustCall((error) => { global() property
|
/third_party/ltp/testcases/misc/math/float/trigo/ |
H A D | gentrigo.c | 63 abort(); in create_file() 74 abort(); in main()
|
/third_party/ltp/testcases/misc/math/float/exp_log/ |
H A D | genexp_log.c | 62 abort(); in create_file() 73 abort(); in main()
|
/third_party/ltp/testcases/misc/math/float/power/ |
H A D | genpower.c | 62 abort(); in create_file() 73 abort(); in main()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Debug.hpp | 47 // Outputs the message to the debugging log and stderr, and calls abort(). 48 void abort(const char *format, ...) CHECK_PRINTF_ARGS; 71 // abort() in debug builds (!NDEBUG || DCHECK_ALWAYS_ON) 76 # define DABORT(message, ...) sw::abort("%s:%d ABORT: " message "\n", __FILE__, __LINE__, ##__VA_ARGS__)
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 356 goto abort; in diolan_usb_xfer() 361 goto abort; in diolan_usb_xfer() 376 goto abort; in diolan_usb_xfer() 384 goto abort; in diolan_usb_xfer() 395 goto abort; in diolan_usb_xfer() 400 abort: in diolan_usb_xfer()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | sch5627.c | 109 goto abort; in sch5627_update_temp() 116 abort: in sch5627_update_temp() 134 goto abort; in sch5627_update_fan() 141 abort: in sch5627_update_fan() 168 goto abort; in sch5627_update_in() 175 abort: in sch5627_update_in()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 356 goto abort; in diolan_usb_xfer() 361 goto abort; in diolan_usb_xfer() 376 goto abort; in diolan_usb_xfer() 384 goto abort; in diolan_usb_xfer() 395 goto abort; in diolan_usb_xfer() 400 abort: in diolan_usb_xfer()
|
/third_party/libuv/src/unix/ |
H A D | kqueue.c | 111 abort(); in uv__io_check_fd() 128 abort(); in uv__kqueue_delete() 191 abort(); in uv__io_poll() 201 abort(); in uv__io_poll() 211 abort(); in uv__io_poll() 519 abort(); in uv__fs_event()
|
/third_party/ltp/lib/ |
H A D | tst_res.c | 320 abort(); in tst_print() 332 abort(); in tst_print() 343 abort(); in tst_print() 355 abort(); in tst_print() 367 abort(); in tst_print() 606 abort(); in tst_brkm__()
|