Home
last modified time | relevance | path

Searched refs:abort (Results 51 - 75 of 1344) sorted by relevance

12345678910>>...54

/kernel/linux/linux-6.6/arch/x86/events/
H A Dutils.c87 static int get_branch_type(unsigned long from, unsigned long to, int abort, in get_branch_type() argument
112 if (abort) in get_branch_type()
207 int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() argument
209 return get_branch_type(from, to, abort, false, NULL); in branch_type()
212 int branch_type_fused(unsigned long from, unsigned long to, int abort, in branch_type_fused() argument
215 return get_branch_type(from, to, abort, true, offset); in branch_type_fused()
/third_party/node/test/parallel/
H A Dtest-tls-connect-abort-controller.js39 assert.strictEqual(getEventListeners(signal, 'abort').length, 1);
40 ac.abort();
47 ac.abort();
49 assert.strictEqual(getEventListeners(signal, 'abort').length, 0);
57 setImmediate(() => ac.abort());
58 assert.strictEqual(getEventListeners(signal, 'abort').length, 1);
65 ac.abort();
67 assert.strictEqual(getEventListeners(signal, 'abort').length, 0);
75 assert.strictEqual(getEventListeners(signal, 'abort').length, 1);
76 ac.abort();
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
H A Dtest.c59 abort(); in main()
61 abort(); in main()
63 abort(); in main()
65 abort(); in main()
/kernel/linux/linux-6.6/arch/arm/mm/
H A DMakefile27 obj-$(CONFIG_CPU_ABRT_NOMMU) += abort-nommu.o
28 obj-$(CONFIG_CPU_ABRT_EV4) += abort-ev4.o
29 obj-$(CONFIG_CPU_ABRT_EV4T) += abort-ev4t.o
30 obj-$(CONFIG_CPU_ABRT_LV4T) += abort-lv4t.o
31 obj-$(CONFIG_CPU_ABRT_EV5T) += abort-ev5t.o
32 obj-$(CONFIG_CPU_ABRT_EV5TJ) += abort-ev5tj.o
33 obj-$(CONFIG_CPU_ABRT_EV6) += abort-ev6.o
34 obj-$(CONFIG_CPU_ABRT_EV7) += abort-ev7.o
/third_party/libuv/src/win/
H A Dthread.c86 abort(); in uv__init_current_thread_key()
395 abort(); in uv_sem_destroy()
401 abort(); in uv_sem_post()
407 abort(); in uv_sem_wait()
420 abort(); in uv_sem_trywait()
449 abort(); in uv_cond_wait()
457 abort(); in uv_cond_timedwait()
472 abort(); in uv_key_delete()
483 abort(); in uv_key_get()
491 abort(); in uv_key_set()
[all...]
/third_party/node/deps/uv/src/win/
H A Dthread.c86 abort(); in uv__init_current_thread_key()
320 abort(); in uv_sem_destroy()
326 abort(); in uv_sem_post()
332 abort(); in uv_sem_wait()
345 abort(); in uv_sem_trywait()
374 abort(); in uv_cond_wait()
381 abort(); in uv_cond_timedwait()
459 abort(); in uv_key_delete()
470 abort(); in uv_key_get()
478 abort(); in uv_key_set()
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_validate.cpp98 abort(); in visit()
108 abort(); in visit()
115 abort(); in visit()
133 abort(); in visit_enter()
142 abort(); in visit_enter()
148 abort(); in visit_enter()
154 abort(); in visit_enter()
160 abort(); in visit_enter()
174 abort(); in visit_enter()
182 abort(); in visit_enter()
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir_performance.cpp435 abort(); in instruction_desc()
468 abort(); in instruction_desc()
485 abort(); in instruction_desc()
506 abort(); in instruction_desc()
554 abort(); in instruction_desc()
587 abort(); in instruction_desc()
638 abort(); in instruction_desc()
658 abort(); in instruction_desc()
692 abort(); in instruction_desc()
709 abort(); in instruction_desc()
[all...]
/third_party/libunwind/libunwind/src/setjmp/
H A Dsetjmp_i.h38 abort (); in bsp_match()
58 abort (); in bsp_match()
62 abort (); in bsp_match()
96 abort (); in resume_restores_sigmask()
/test/xts/acts/security/huks/security_huks_basic/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/
H A DSecurityHuksHmacBasicPromiseJsunit.test.js181 } else if (thirdInderfaceName == "abort") {
183 .abort(handle, HuksOptions)
185 console.log(`test abort data ${JSON.stringify(data)}`);
189 console.log("test abort err information: " + err);
260 await publicHmacFunc(srcKeyAlies, HuksOptions, "abort");
288 await publicHmacFunc(srcKeyAlies, HuksOptions, "abort");
317 await publicHmacFunc(srcKeyAlies, HuksOptions, "abort");
345 await publicHmacFunc(srcKeyAlies, HuksOptions, "abort");
/third_party/node/test/node-api/test_threadsafe_function/
H A Dtest.js26 }, false /* abort */, true /* launchSecondary */, +process.argv[3]);
37 abort,
49 }), !!abort);
52 }, !!abort, !!launchSecondary, maxQueueSize);
94 }, false /* abort */, false /* launchSecondary */, binding.MAX_QUEUE_SIZE);
190 abort: true,
200 abort: true,
210 abort: true,
H A Dbinding.c18 napi_threadsafe_function_release_mode abort; member
77 // chance to abort. in data_source_thread()
109 if (ts_fn_info->abort == napi_tsfn_abort && !queue_was_closing) { in data_source_thread()
157 bool abort; in StopThread() local
158 NODE_API_CALL(env, napi_get_value_bool(env, argv[1], &abort)); in StopThread()
161 abort ? napi_tsfn_abort : napi_tsfn_release)); in StopThread()
225 bool abort; in StartThreadInternal() local
226 NODE_API_CALL(env, napi_get_value_bool(env, argv[1], &abort)); in StartThreadInternal()
227 ts_info.abort = abort in StartThreadInternal()
[all...]
/third_party/node/deps/undici/src/lib/handler/
H A DRedirectHandler.js36 this.abort = null
76 onConnect (abort) {
77 this.abort = abort
78 this.handler.onConnect(abort, { history: this.history })
158 this.abort = null
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_safe_arithmetic.cpp37 abort(); // Never reached. in SafeAdd()
50 abort(); // Never reached. in SafeUnsignedMult()
116 abort(); // Never reached. in SafeUint32Sub()
172 abort(); in SafeInt32Mult()
202 abort(); // Never reached. in SafeInt64MultSlow()
219 abort(); // Never reached. in SafeUint32DivideUp()
270 abort(); // Never reached. in ConvertUint32ToInt32()
284 abort(); // Never reached. in ConvertDoubleToInt32()
296 abort(); // Never reached. in ConvertDoubleToUint32()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H A Dscan.c173 bool abort = false; in orinoco_add_hostscan_results() local
208 abort = true; in orinoco_add_hostscan_results()
216 abort = true; in orinoco_add_hostscan_results()
225 abort = true; in orinoco_add_hostscan_results()
241 .aborted = abort, in orinoco_add_hostscan_results()
249 void orinoco_scan_done(struct orinoco_private *priv, bool abort) in orinoco_scan_done() argument
253 .aborted = abort, in orinoco_scan_done()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dscan.c173 bool abort = false; in orinoco_add_hostscan_results() local
208 abort = true; in orinoco_add_hostscan_results()
216 abort = true; in orinoco_add_hostscan_results()
225 abort = true; in orinoco_add_hostscan_results()
241 .aborted = abort, in orinoco_add_hostscan_results()
249 void orinoco_scan_done(struct orinoco_private *priv, bool abort) in orinoco_scan_done() argument
253 .aborted = abort, in orinoco_scan_done()
/kernel/linux/linux-5.10/tools/virtio/asm/
H A Dbarrier.h16 # define mb() abort()
17 # define dma_rmb() abort()
18 # define dma_wmb() abort()
/third_party/elfutils/tests/
H A Dbacktrace.c122 abort (); in callback_verify()
131 abort (); in callback_verify()
145 abort (); in callback_verify()
154 abort (); in callback_verify()
172 abort (); in callback_verify()
182 abort (); in callback_verify()
199 abort (); in callback_verify()
259 abort (); in thread_callback()
282 abort (); in dump()
325 abort (); in prepare_thread()
[all...]
/third_party/node/deps/undici/src/lib/core/
H A Drequest.js115 this.abort = null
131 if (this.abort) {
132 this.abort(err)
235 this.abort(err)
249 this.abort(err)
254 onConnect (abort) {
259 abort(this.error)
261 this.abort = abort
262 return this[kHandler].onConnect(abort)
[all...]
/third_party/vulkan-loader/loader/
H A Dextension_manual.c52 abort(); /* Intentionally fail so user can correct issue. */ in GetPhysicalDeviceExternalImageFormatPropertiesNV()
98 abort(); /* Intentionally fail so user can correct issue. */ in GetPhysicalDeviceSurfaceCapabilities2EXT()
162 abort(); /* Intentionally fail so user can correct issue. */ in ReleaseDisplayEXT()
177 abort(); in terminator_ReleaseDisplayEXT()
191 abort(); /* Intentionally fail so user can correct issue. */ in AcquireXlibDisplayEXT()
222 abort(); /* Intentionally fail so user can correct issue. */ in GetRandROutputDisplayEXT()
261 abort(); /* Intentionally fail so user can correct issue. */ in GetPhysicalDeviceSurfacePresentModes2EXT()
275 abort(); in terminator_GetPhysicalDeviceSurfacePresentModes2EXT()
299 abort(); /* Intentionally fail so user can correct issue. */ in GetDeviceGroupSurfacePresentModes2EXT()
316 abort(); /* Intentionall in terminator_GetDeviceGroupSurfacePresentModes2EXT()
[all...]
/third_party/mbedtls/programs/fuzz/
H A Dfuzz_privkey.c59 abort(); in LLVMFuzzerTestOneInput()
62 abort(); in LLVMFuzzerTestOneInput()
81 abort(); in LLVMFuzzerTestOneInput()
88 abort(); in LLVMFuzzerTestOneInput()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dlm80.c175 goto abort; in lm80_update_device()
180 goto abort; in lm80_update_device()
185 goto abort; in lm80_update_device()
191 goto abort; in lm80_update_device()
196 goto abort; in lm80_update_device()
201 goto abort; in lm80_update_device()
206 goto abort; in lm80_update_device()
211 goto abort; in lm80_update_device()
214 goto abort; in lm80_update_device()
220 goto abort; in lm80_update_device()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm80.c175 goto abort; in lm80_update_device()
180 goto abort; in lm80_update_device()
185 goto abort; in lm80_update_device()
191 goto abort; in lm80_update_device()
196 goto abort; in lm80_update_device()
201 goto abort; in lm80_update_device()
206 goto abort; in lm80_update_device()
211 goto abort; in lm80_update_device()
214 goto abort; in lm80_update_device()
220 goto abort; in lm80_update_device()
[all...]
/third_party/mesa3d/src/util/
H A Dos_misc.h64 # define os_break() abort()
72 # define os_abort() do { os_break(); abort(); } while(0)
74 # define os_abort() abort()
/third_party/vixl/test/
H A Dtest-aborts.cc45 abort(); \
54 abort(); \
59 TEST(abort, VIXL_ABORT(), "Aborting in ")

Completed in 13 milliseconds

12345678910>>...54