Home
last modified time | relevance | path

Searched refs:abort (Results 126 - 150 of 840) sorted by relevance

12345678910>>...34

/third_party/node/test/parallel/
H A Dtest-abortsignal-cloneable.js27 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 Dtest-fs-promises-readfile.js47 const signal = AbortSignal.abort();
56 process.nextTick(() => controller.abort());
H A Dtest-whatwg-webstreams-transfer.js344 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 Dgentrigo.c63 abort(); in create_file()
74 abort(); in main()
/third_party/ltp/testcases/misc/math/float/exp_log/
H A Dgenexp_log.c62 abort(); in create_file()
73 abort(); in main()
/third_party/ltp/testcases/misc/math/float/power/
H A Dgenpower.c62 abort(); in create_file()
73 abort(); in main()
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DDebug.hpp47 // 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__)
/third_party/curl/tests/server/
H A Dsockfilt.c439 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 Dimaplib.py168 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 Ditem.rs105 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...]
/third_party/libuv/src/unix/
H A Dkqueue.c111 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()
H A Dposix-poll.c66 abort(); in uv__pollfds_maybe_resize()
212 abort(); in uv__io_poll()
216 abort(); in uv__io_poll()
240 abort(); in uv__io_poll()
H A Dtty.c112 abort(); in uv__tty_is_slave()
117 abort(); in uv__tty_is_slave()
121 abort(); in uv__tty_is_slave()
125 abort(); in uv__tty_is_slave()
/third_party/ltp/lib/
H A Dtst_res.c320 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__()
/third_party/selinux/libselinux/src/
H A Dregex.c59 abort(); in regex_arch_string()
561 abort(); in regex_format_error()
572 abort(); in regex_format_error()
582 abort(); in regex_format_error()
599 abort(); in regex_format_error()
615 abort(); in regex_format_error()
/third_party/ffmpeg/libavutil/
H A Dcommon.h176 if (amin > amax) abort(); in av_clip_c()
193 if (amin > amax) abort(); in av_clip64_c()
391 if (amin > amax) abort(); in av_clipf_c()
408 if (amin > amax) abort(); in av_clipd_c()
/third_party/mesa3d/src/broadcom/simulator/
H A Dv3dx_simulator.c284 abort(); in simulator_get_param_ioctl()
316 abort(); in v3d_isr_core()
322 abort(); in v3d_isr_core()
367 /* Difference with the kernal: here were are going to abort after in handle_mmu_interruptions()
378 abort(); in handle_mmu_interruptions()
/third_party/node/deps/uv/src/unix/
H A Dposix-poll.c66 abort(); in uv__pollfds_maybe_resize()
203 abort(); in uv__io_poll()
207 abort(); in uv__io_poll()
231 abort(); in uv__io_poll()
H A Dtty.c112 abort(); in uv__tty_is_slave()
117 abort(); in uv__tty_is_slave()
121 abort(); in uv__tty_is_slave()
125 abort(); in uv__tty_is_slave()
/third_party/rust/crates/proc-macro-error/src/
H A Dmacros.rs109 macro_rules! abort { macros
111 $crate::diagnostic!($err).abort()
115 $crate::diagnostic!($span, $crate::Level::Error, $($tts)*).abort()
119 /// Shortcut for `abort!(Span::call_site(), msg...)`. This macro
129 $crate::abort!($crate::__export::proc_macro2::Span::call_site(), $($tts)*)
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c178 abort(); in vc4_create_simulator_bo()
186 abort(); in vc4_create_simulator_bo()
404 abort(); in vc4_simulator_submit_cl_ioctl()
414 abort(); in vc4_simulator_submit_cl_ioctl()
575 abort(); in vc4_simulator_get_param_ioctl()
624 abort(); in vc4_simulator_ioctl()
640 abort(); in vc4_simulator_init_global()
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c26 * - don't abort on lack of memory
131 abort(); \
431 abort(); in spdy_post_data_cb()
672 abort(); in curl_header_cb()
919 abort(); in standard_request_handler()
955 abort(); in standard_request_handler()
964 abort(); in standard_request_handler()
1115 abort(); in run()
1148 abort(); in run()
1161 abort(); in run()
[all...]
/third_party/backends/lib/
H A Dalloca.c369 abort (); in i00afunc()
378 abort (); in i00afunc()
397 abort (); in i00afunc()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dutils.h54 #define DOUBLE_CONVERSION_UNIMPLEMENTED() (abort())
74 inline void abort_noreturn() { abort(); } in abort_noreturn()
77 #define DOUBLE_CONVERSION_UNREACHABLE() (abort())
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-utils.h64 #define DOUBLE_CONVERSION_UNIMPLEMENTED() (abort())
84 inline void abort_noreturn() { abort(); } in abort_noreturn()
87 #define DOUBLE_CONVERSION_UNREACHABLE() (abort())

Completed in 17 milliseconds

12345678910>>...34