Home
last modified time | relevance | path

Searched refs:abort (Results 251 - 275 of 1357) sorted by relevance

1...<<11121314151617181920>>...55

/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())
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Devent.cpp59 abort(e.get());
76 event::abort(cl_int status) { in abort() function in event
80 ev.abort(status); in abort()
/third_party/node/lib/internal/streams/
H A Ddestroy.js284 return stream?.setHeader && typeof stream.abort === 'function';
311 stream.abort();
313 stream.req.abort();
/third_party/musl/porting/linux/user/src/fdsan/
H A Dfdsan.c142 abort(); in fdsan_error()
157 abort(); in fdsan_create_owner_tag()
261 abort(); in fdsan_close_with_tag()
266 // If we were expecting to close with a tag, abort on EBADF. in fdsan_close_with_tag()
/third_party/musl/src/internal/
H A Dstdio_impl.h34 abort(); \
40 abort(); \
47 abort(); \
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h34 abort(); \
40 abort(); \
47 abort(); \
/third_party/node/deps/icu-small/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())
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-utils.h50 #define DOUBLE_CONVERSION_UNIMPLEMENTED() (abort())
62 inline void abort_noreturn() { abort(); } in abort_noreturn()
65 #define DOUBLE_CONVERSION_UNREACHABLE() (abort())
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dperf_get_concurrent.c157 abort (); in ahc_echo()
176 if (ret == -1) abort (); in do_gets()
228 abort (); in join_gets()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h111 if (!is_live_) std::abort(); in value()
168 if (instances() != 0) std::abort(); in ~InstanceTracker()
169 if (live_instances() != 0) std::abort(); in ~InstanceTracker()
/third_party/libinput/tools/
H A Dlibinput-record.c433 abort(); in print_device_notify()
458 abort(); in print_key_event()
495 abort(); in print_motion_event()
525 abort(); in print_absmotion_event()
554 abort(); in print_pointer_button_event()
586 abort(); in print_pointer_axis_event()
653 abort(); in print_touch_event()
702 abort(); in print_touch_event()
734 abort(); in print_gesture_event()
778 abort(); in print_gesture_event()
[all...]
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dpppoe.c494 goto abort; in pppoe_disc_rcv()
497 goto abort; in pppoe_disc_rcv()
501 goto abort; in pppoe_disc_rcv()
509 abort: in pppoe_disc_rcv()
928 goto abort; in __pppoe_xmit()
931 goto abort; in __pppoe_xmit()
937 goto abort; in __pppoe_xmit()
958 abort: in __pppoe_xmit()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dshpchp_hpc.c939 goto abort; in shpc_init()
946 goto abort; in shpc_init()
952 goto abort; in shpc_init()
962 goto abort; in shpc_init()
979 goto abort; in shpc_init()
985 goto abort; in shpc_init()
994 goto abort; in shpc_init()
1094 abort: in shpc_init()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dshpchp_hpc.c916 goto abort; in shpc_init()
923 goto abort; in shpc_init()
929 goto abort; in shpc_init()
939 goto abort; in shpc_init()
956 goto abort; in shpc_init()
962 goto abort; in shpc_init()
971 goto abort; in shpc_init()
1071 abort: in shpc_init()
/third_party/libuv/src/unix/
H A Dprocess.c144 abort(); in uv__wait_children()
238 abort(); in uv__process_open_stream()
398 abort(); in uv__process_child_init()
829 abort(); in uv__spawn_and_init_child_fork()
836 abort(); in uv__spawn_and_init_child_fork()
840 abort(); in uv__spawn_and_init_child_fork()
947 abort(); in uv__spawn_and_init_child()
1032 abort(); in uv_spawn()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dlbr.c96 X86_BR_ABORT = 1 << 12,/* transaction abort */
809 cpuc->lbr_entries[i].abort = 0; in intel_pmu_lbr_read_32()
841 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local
863 abort = !!(info & LBR_INFO_ABORT); in intel_pmu_lbr_read_64()
883 abort = !!(from & LBR_FROM_FLAG_ABORT); in intel_pmu_lbr_read_64()
889 * Some CPUs report duplicated abort records, in intel_pmu_lbr_read_64()
890 * with the second entry not having an abort bit set. in intel_pmu_lbr_read_64()
893 * If the abort just happened outside the window in intel_pmu_lbr_read_64()
896 if (abort && x86_pmu.lbr_double_abort && out > 0) in intel_pmu_lbr_read_64()
904 cpuc->lbr_entries[out].abort in intel_pmu_lbr_read_64()
1182 branch_type(unsigned long from, unsigned long to, int abort) branch_type() argument
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Dhevcdsp.c65 default: abort(); in transform4x4()
87 default: abort(); in scale()
/third_party/mesa3d/src/glx/apple/
H A Dapple_visual.c189 abort(); in apple_visual_create_pfobj()
196 abort(); in apple_visual_create_pfobj()
/third_party/node/lib/internal/bootstrap/switches/
H A Ddoes_own_process_state.js6 process.abort = rawMethods.abort;
/third_party/node/test/js-native-api/
H A Dcommon.h5 #include <stdlib.h> // abort()
27 // exceptions and we cannot fail by way of JS exception, so we abort.
36 abort(); \
54 abort(); \
/third_party/node/test/parallel/
H A Dtest-child-process-execfile.js68 ac.abort();
73 const signal = AbortSignal.abort();
93 // Verify that the process completing removes the abort listener
H A Dtest-stream-flatMap.js90 ac.abort();
98 }), { signal: AbortSignal.abort() });
/third_party/node/benchmark/napi/define_properties/
H A Dbinding.c10 abort(); \
17 abort(); \
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_addr.c70 abort(); in sockaddr_eq()
113 abort(); in ngtcp2_addr_compare()

Completed in 18 milliseconds

1...<<11121314151617181920>>...55