/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | utils.h | 54 #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 D | double-conversion-utils.h | 64 #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 D | event.cpp | 59 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 D | destroy.js | 284 return stream?.setHeader && typeof stream.abort === 'function'; 311 stream.abort(); 313 stream.req.abort();
|
/third_party/musl/porting/linux/user/src/fdsan/ |
H A D | fdsan.c | 142 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 D | stdio_impl.h | 34 abort(); \ 40 abort(); \ 47 abort(); \
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdio_impl.h | 34 abort(); \ 40 abort(); \ 47 abort(); \
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-utils.h | 64 #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 D | double-conversion-utils.h | 50 #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 D | perf_get_concurrent.c | 157 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 D | test_instance_tracker.h | 111 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 D | libinput-record.c | 433 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 D | pppoe.c | 494 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 D | shpchp_hpc.c | 939 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 D | shpchp_hpc.c | 916 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 D | process.c | 144 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 D | lbr.c | 96 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 D | hevcdsp.c | 65 default: abort(); in transform4x4() 87 default: abort(); in scale()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_visual.c | 189 abort(); in apple_visual_create_pfobj() 196 abort(); in apple_visual_create_pfobj()
|
/third_party/node/lib/internal/bootstrap/switches/ |
H A D | does_own_process_state.js | 6 process.abort = rawMethods.abort;
|
/third_party/node/test/js-native-api/ |
H A D | common.h | 5 #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 D | test-child-process-execfile.js | 68 ac.abort(); 73 const signal = AbortSignal.abort(); 93 // Verify that the process completing removes the abort listener
|
H A D | test-stream-flatMap.js | 90 ac.abort(); 98 }), { signal: AbortSignal.abort() });
|
/third_party/node/benchmark/napi/define_properties/ |
H A D | binding.c | 10 abort(); \ 17 abort(); \
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_addr.c | 70 abort(); in sockaddr_eq() 113 abort(); in ngtcp2_addr_compare()
|