/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()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_buffer_test.c | 44 abort(); in assert_blob_data() 52 abort(); in assert_blob_data()
|
/third_party/mksh/ |
H A D | lalloc.c | 92 abort(); in ainit() 124 abort(); in findptr()
|
/third_party/python/Lib/asyncio/ |
H A D | transports.py | 138 def abort(self): member in WriteTransport 187 def abort(self): member in DatagramTransport
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_transports.py | 58 self.assertRaises(NotImplementedError, transport.abort) 64 self.assertRaises(NotImplementedError, transport.abort)
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
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; 73 // abort() in debug builds (!NDEBUG || DCHECK_ALWAYS_ON) 78 # define DABORT(message, ...) rr::abort("%s:%d ABORT: " message "\n", __FILE__, __LINE__, ##__VA_ARGS__)
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Debug.cpp | 154 void abort(const char *format, ...) in abort() function 162 ::abort(); in abort()
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | value_enum.rs | 43 abort! { item.kind().span(), in gen_for_enum() 81 abort!(variant.span(), "`#[derive(ValueEnum)]` only supports unit variants. Non-unit variants must be skipped"); in lits()
|
/third_party/musl/porting/liteos_m/kernel/src/exit/ |
H A D | abort.c | 5 void abort(void) { in abort() function
|
/third_party/musl/porting/uniproton/kernel/src/exit/ |
H A D | abort.c | 4 void abort(void) { in abort() function
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | pvcalls-back.c | 1033 int err, abort; in pvcalls_back_probe() local 1037 abort = 1; in pvcalls_back_probe() 1049 goto abort; in pvcalls_back_probe() 1056 goto abort; in pvcalls_back_probe() 1063 goto abort; in pvcalls_back_probe() 1066 abort = 0; in pvcalls_back_probe() 1067 abort: in pvcalls_back_probe() 1068 err = xenbus_transaction_end(xbt, abort); in pvcalls_back_probe() 1070 if (err == -EAGAIN && !abort) in pvcalls_back_probe() 1076 if (abort) in pvcalls_back_probe() [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | pvcalls-back.c | 1038 int err, abort; in pvcalls_back_probe() local 1042 abort = 1; in pvcalls_back_probe() 1054 goto abort; in pvcalls_back_probe() 1061 goto abort; in pvcalls_back_probe() 1068 goto abort; in pvcalls_back_probe() 1071 abort = 0; in pvcalls_back_probe() 1072 abort: in pvcalls_back_probe() 1073 err = xenbus_transaction_end(xbt, abort); in pvcalls_back_probe() 1075 if (err == -EAGAIN && !abort) in pvcalls_back_probe() 1081 if (abort) in pvcalls_back_probe() [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid1.c | 1246 * make_request() can abort the operation when read-ahead is being in raid1_read_request() 1797 goto abort; in raid1_remove_disk() 1807 goto abort; in raid1_remove_disk() 1816 goto abort; in raid1_remove_disk() 1825 goto abort; in raid1_remove_disk() 1845 goto abort; in raid1_remove_disk() 1856 abort: in raid1_remove_disk() 2021 int abort = 0; in fix_sync_read_error() local 2035 abort = 1; in fix_sync_read_error() 2037 if (abort) { in fix_sync_read_error() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid1.c | 1265 * make_request() can abort the operation when read-ahead is being in raid1_read_request() 1843 goto abort; in raid1_remove_disk() 1853 goto abort; in raid1_remove_disk() 1862 goto abort; in raid1_remove_disk() 1871 goto abort; in raid1_remove_disk() 1891 goto abort; in raid1_remove_disk() 1902 abort: in raid1_remove_disk() 2066 int abort = 0; in fix_sync_read_error() local 2080 abort = 1; in fix_sync_read_error() 2082 if (abort) { in fix_sync_read_error() [all...] |
/kernel/linux/linux-5.10/tools/virtio/linux/ |
H A D | bug.h | 7 #define BUG() abort()
|
/kernel/linux/linux-6.6/tools/virtio/linux/ |
H A D | bug.h | 9 #define BUG() abort()
|
/third_party/benchmark/src/ |
H A D | check.cc | 6 static AbortHandlerT* handler = &std::abort;
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | fc.c | 82 bool abort; member 636 fod->abort = false; in nvmet_fc_prep_fcp_iodlist() 738 fod->abort = false; in nvmet_fc_free_fcp_iod() 899 /* abort outstanding io's */ in nvmet_fc_delete_target_queue() 903 fod->abort = true; in nvmet_fc_delete_target_queue() 905 * only call lldd abort routine if waiting for in nvmet_fc_delete_target_queue() 2002 * If this routine returns error, the LLDD should abort the exchange. 2198 * don't call abort routine again. in nvmet_fc_abort_op() 2289 fod->abort = true; in nvmet_fc_transfer_fcp_data() 2305 __nvmet_fc_fod_op_abort(struct nvmet_fc_fcp_iod *fod, bool abort) in __nvmet_fc_fod_op_abort() argument 2333 bool abort; nvmet_fc_fod_op_done() local 2436 bool abort; __nvmet_fc_fcp_nvme_cmd_done() local [all...] |
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fc.c | 82 bool abort; member 648 fod->abort = false; in nvmet_fc_prep_fcp_iodlist() 750 fod->abort = false; in nvmet_fc_free_fcp_iod() 896 /* abort outstanding io's */ in nvmet_fc_delete_target_queue() 900 fod->abort = true; in nvmet_fc_delete_target_queue() 902 * only call lldd abort routine if waiting for in nvmet_fc_delete_target_queue() 2024 * If this routine returns error, the LLDD should abort the exchange. 2221 * don't call abort routine again. in nvmet_fc_abort_op() 2312 fod->abort = true; in nvmet_fc_transfer_fcp_data() 2328 __nvmet_fc_fod_op_abort(struct nvmet_fc_fcp_iod *fod, bool abort) in __nvmet_fc_fod_op_abort() argument 2356 bool abort; nvmet_fc_fod_op_done() local 2459 bool abort; __nvmet_fc_fcp_nvme_cmd_done() local [all...] |
/third_party/python/PC/ |
H A D | launcher2.c | 1728 goto abort; in explicitOverrideSearch() 1732 goto abort; in explicitOverrideSearch() 1736 goto abort; in explicitOverrideSearch() 1740 abort: in explicitOverrideSearch() 1777 goto abort; in virtualenvSearch() 1781 goto abort; in virtualenvSearch() 1785 goto abort; in virtualenvSearch() 1789 abort: in virtualenvSearch() 2602 goto abort; in process() 2610 goto abort; in process() [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-armv.S | 66 @ Call the processor-specific abort handler: 72 @ The abort handler must return the aborted address in r0, and 303 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode 304 @ and reuses the same macros. However in abort mode we must also 315 mrs r2, spsr @ Save spsr_abt, abort is now safe 328 mov lr, r1 @ Restore lr_abt, abort is unsafe 717 * This is the return code to user mode for abort handlers 857 * implementation is either an IRQ or a data abort exception 916 * implementation is either an IRQ or a data abort exception 919 * the IRQ and data abort exceptio [all...] |
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-armv.S | 74 @ Call the processor-specific abort handler: 80 @ The abort handler must return the aborted address in r0, and 308 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode 309 @ and reuses the same macros. However in abort mode we must also 320 mrs r2, spsr @ Save spsr_abt, abort is now safe 333 mov lr, r1 @ Restore lr_abt, abort is unsafe 477 * This is the return code to user mode for abort handlers 704 * implementation is either an IRQ or a data abort exception 763 * implementation is either an IRQ or a data abort exception 766 * the IRQ and data abort exceptio [all...] |
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/ |
H A D | loopback_test.c | 171 void abort(void) in abort() function 220 abort(); in usage() 254 abort(); in open_sysfs() 267 abort(); in read_sysfs_int_fd() 281 abort(); in read_sysfs_float_fd() 318 abort(); in write_sysfs_val() 537 abort(); in log_results()
|
/third_party/curl/tests/server/ |
H A D | tftpd.c | 1271 goto abort; in recvtftp() 1285 goto abort; in recvtftp() 1288 goto abort; in recvtftp() 1293 goto abort; in recvtftp() 1311 goto abort; in recvtftp() 1326 mysignal(SIGALRM, justtimeout); /* just abort read on timeout */ in recvtftp() 1335 goto abort; in recvtftp() 1341 abort: in recvtftp() 1342 /* make sure the output file is closed in case of abort */ in recvtftp()
|