/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/hwmon/ |
H A D | sch5636.c | 79 goto abort; in sch5636_update_device() 86 goto abort; in sch5636_update_device() 99 goto abort; in sch5636_update_device() 107 goto abort; in sch5636_update_device() 125 goto abort; in sch5636_update_device() 133 goto abort; in sch5636_update_device() 145 abort: in sch5636_update_device()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | sch5636.c | 79 goto abort; in sch5636_update_device() 86 goto abort; in sch5636_update_device() 99 goto abort; in sch5636_update_device() 107 goto abort; in sch5636_update_device() 125 goto abort; in sch5636_update_device() 133 goto abort; in sch5636_update_device() 145 abort: in sch5636_update_device()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator.c | 178 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()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_statefuns.c | 573 * This means that if we only want to abort associations in sctp_sf_do_5_1C_ack() 755 * [We should abort the association. --piggy] in sctp_sf_do_5_1D_ce() 1271 /* Helper function to send out an abort for the restart 1853 struct sctp_chunk *abort; in sctp_sf_do_dupcook_a() local 1855 abort = sctp_make_abort(asoc, NULL, sizeof(struct sctp_errhdr)); in sctp_sf_do_dupcook_a() 1856 if (abort) { in sctp_sf_do_dupcook_a() 1857 sctp_init_cause(abort, SCTP_ERROR_RSRC_LOW, 0); in sctp_sf_do_dupcook_a() 1858 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort)); in sctp_sf_do_dupcook_a() 2177 * [We should abort the association. --piggy] in sctp_sf_do_5_2_4_dupcook() 2718 * Stop T1 timer and abort associatio 3414 struct sctp_chunk *abort; sctp_sf_tabort_8_4_8() local 3909 struct sctp_chunk *abort; sctp_sf_do_asconf_ack() local 4598 struct sctp_chunk *abort = NULL; sctp_sf_abort_violation() local 4733 struct sctp_chunk *abort = NULL; sctp_sf_violation_paramlen() local 5087 struct sctp_chunk *abort = arg; sctp_sf_do_9_1_prm_abort() local 5221 struct sctp_chunk *abort = arg; sctp_sf_cookie_wait_prm_abort() local 6226 struct sctp_chunk *abort; sctp_abort_pkt_new() local [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid0.c | 140 goto abort; in create_strip_zones() 148 goto abort; in create_strip_zones() 154 goto abort; in create_strip_zones() 184 goto abort; in create_strip_zones() 189 goto abort; in create_strip_zones() 194 goto abort; in create_strip_zones() 205 goto abort; in create_strip_zones() 274 goto abort; in create_strip_zones() 293 abort: in create_strip_zones()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid0.c | 136 goto abort; in create_strip_zones() 144 goto abort; in create_strip_zones() 150 goto abort; in create_strip_zones() 180 goto abort; in create_strip_zones() 185 goto abort; in create_strip_zones() 190 goto abort; in create_strip_zones() 201 goto abort; in create_strip_zones() 270 goto abort; in create_strip_zones() 289 abort: in create_strip_zones()
|
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
H A D | proxy.c | 26 * - 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...] |
/test/xts/acts/security/huks/security_huks_basic/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksHmacBasicCallbackJsunit.test.js | 101 function abort(handle, HuksOptions) {
function 103 huks.abort(handle, HuksOptions, function (err, data) {
106 console.log("test abort err information: " + JSON.stringify(err));
112 console.log("test abort err information: " + JSON.stringify(e));
222 await abort(handle, HuksOptions)
224 console.log(`test abort data: ${data}`);
227 console.log("test abort err information: " + JSON.stringify(err));
270 await publicHmacGenFunc(srcKeyAlies, HuksOptions, "abort");
296 await publicHmacGenFunc(srcKeyAlies, HuksOptions, "abort");
324 await publicHmacGenFunc(srcKeyAlies, HuksOptions, "abort");
[all...] |
/test/xts/acts/security/huks/security_huks_basic/utils/param/agree/ |
H A D | publicAgreeCallback.js | 154 await abort(handle, HuksOptionsAbort)
156 console.log(`test abort data ${JSON.stringify(data)}`);
160 console.log('test abort err information: ' + JSON.stringify(err));
166 function abort(handle, HuksOptionsAbort) {
function 168 huks.abort(handle, HuksOptionsAbort, function (err, data) {
170 console.log('test abort err information: ' + JSON.stringify(err));
|
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksCipherRSABasicPromiseJsunit.test.js | 142 } else if (thirdInderfaceName == 'abort') {
143 await abort(HuksOptions);
174 async function abort(HuksOptions) {
176 .abort(handle, HuksOptions)
178 console.log(`test abort data: ${JSON.stringify(data)}`);
182 console.log('test abort err information: ' + JSON.stringify(err));
223 if (!isEncrypt || (isEncrypt && thirdInderfaceName == 'abort')) {
282 await publicCipherFunc(srcKeyAlies, newSrcKeyAlies, genHuksOptions, HuksOptions, 'abort', true);
330 await publicCipherFunc(srcKeyAlies, newSrcKeyAlies, genHuksOptions, HuksOptions, 'abort', true);
|
H A D | SecurityHuksCipherAESBasicPromiseJsunit.test.js | 112 } else if (thirdInderfaceName == 'abort') {
113 await abort(HuksOptions);
150 async function abort(HuksOptions) {
152 .abort(handle, HuksOptions)
154 console.log(`test abort data: ${JSON.stringify(data)}`);
158 console.log('test abort err information: ' + JSON.stringify(err));
185 if (!isEncrypt || (isEncrypt && thirdInderfaceName == 'abort')) {
243 await publicCipherFunc(srcKeyAlies, genHuksOptions, HuksOptions, 'abort', true);
292 await publicCipherFunc(srcKeyAlies, genHuksOptions, HuksOptions, 'abort', true);
|
/third_party/ffmpeg/libavutil/ |
H A D | common.h | 176 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/libuv/src/unix/ |
H A D | posix-poll.c | 66 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 D | tty.c | 112 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/mesa3d/src/broadcom/simulator/ |
H A D | v3dx_simulator.c | 284 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 D | posix-poll.c | 66 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 D | tty.c | 112 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 D | macros.rs | 109 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/python/Modules/ |
H A D | zlibmodule.c | 899 goto abort; in zlib_Decompress_decompress_impl() 911 goto abort; in zlib_Decompress_decompress_impl() 927 goto abort; in zlib_Decompress_decompress_impl() 941 goto abort; in zlib_Decompress_decompress_impl() 953 goto abort; in zlib_Decompress_decompress_impl() 961 abort: in zlib_Decompress_decompress_impl() 1284 goto abort; in zlib_Decompress_flush_impl() 1295 goto abort; in zlib_Decompress_flush_impl() 1311 goto abort; in zlib_Decompress_flush_impl() 1325 goto abort; in zlib_Decompress_flush_impl() [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | pmbus.c | 137 goto abort; in pmbus_identify() 150 * without testing it. Until then, abort if a chip configured for direct in pmbus_identify() 155 goto abort; in pmbus_identify() 160 abort: in pmbus_identify()
|
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | pmbus.c | 137 goto abort; in pmbus_identify() 150 * without testing it. Until then, abort if a chip configured for direct in pmbus_identify() 155 goto abort; in pmbus_identify() 160 abort: in pmbus_identify()
|
/third_party/backends/lib/ |
H A D | alloca.c | 369 abort (); in i00afunc() 378 abort (); in i00afunc() 397 abort (); in i00afunc()
|
/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())
|