/test/xts/acts/security/huks/security_huks_basic/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksSM2BasicCallbackJsunit.test.js | 210 } else if (thirdInderfaceName == 'abort') {
211 await abort(HuksOptions);
250 async function abort(HuksOptions) {
253 console.log(`test abort data: ${JSON.stringify(data)}`);
257 console.log('test abort err information: ' + JSON.stringify(err));
264 huks.abort(handle, huksOptionsAbort, function (err, data) {
266 console.log('test abort err information: ' + JSON.stringify(err));
323 if (!isEncrypt || (isEncrypt && thirdInderfaceName == 'abort')) {
|
H A D | SecurityHuksRSABasicCallbackJsunit.test.js | 208 } else if (thirdInderfaceName == 'abort') {
209 await abort(HuksOptions);
252 async function abort(HuksOptions) {
255 console.log(`test abort data: ${JSON.stringify(data)}`);
259 console.log('test abort err information: ' + JSON.stringify(err));
266 huks.abort(handle, huksOptionsAbort, function (err, data) {
268 console.log('test abort err information: ' + JSON.stringify(err));
324 if (!isEncrypt || (isEncrypt && thirdInderfaceName == 'abort')) {
383 await publicCipherFunc(srcKeyAlies, newSrcKeyAlies, genHuksOptions, HuksOptions, 'abort', true);
431 await publicCipherFunc(srcKeyAlies, newSrcKeyAlies, genHuksOptions, HuksOptions, 'abort', tru [all...] |
H A D | SecurityHuksAESBasicCallbackJsunit.test.js | 144 } else if (thirdInderfaceName == 'abort') {
145 await abort(HuksOptions);
194 async function abort(HuksOptions) {
197 console.log(`test abort data: ${JSON.stringify(data)}`);
201 console.log('test abort err information: ' + JSON.stringify(err));
208 huks.abort(handle, huksOptionsAbort, function (err, data) {
210 console.log('test abort err information: ' + JSON.stringify(err));
253 if (!isEncrypt || (isEncrypt && thirdInderfaceName == 'abort')) {
311 await publicCipherFunc(srcKeyAlies, genHuksOptions, HuksOptions, 'abort', true);
360 await publicCipherFunc(srcKeyAlies, genHuksOptions, HuksOptions, 'abort', tru [all...] |
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksCipherSM2BasicPromiseJsunit.test.js | 148 } else if (thirdInderfaceName == 'abort') {
149 await abort(HuksOptions);
176 async function abort(HuksOptions) {
178 .abort(handle, HuksOptions)
180 console.log(`test abort data: ${JSON.stringify(data)}`);
184 console.log('test abort err information: ' + JSON.stringify(err));
225 if (!isEncrypt || (isEncrypt && thirdInderfaceName == 'abort')) {
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_bufmgr.c | 485 abort(); in v3d_bo_wait() 510 abort(); in v3d_bo_map_unsynchronized() 518 abort(); in v3d_bo_map_unsynchronized() 533 abort(); in v3d_bo_map()
|
/third_party/node/test/parallel/ |
H A D | test-stream-finished.js | 117 ac.abort(); 126 setTimeout(() => ac.abort(), 1); 139 setImmediate(() => ac.abort()); 146 // Promisified abort works 152 setImmediate(() => ac.abort());
|
/third_party/nghttp2/third-party/llhttp/src/ |
H A D | api.c | 170 abort(); in llhttp_finish() 227 default: abort(); in llhttp_errno_name() 237 default: abort(); in llhttp_method_name() 246 default: abort(); in llhttp_status_name()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
H A D | boringssl.c | 271 abort(); in ngtcp2_crypto_cipher_ctx_encrypt_init() 393 abort(); in ngtcp2_crypto_hp_mask() 498 abort(); in ngtcp2_crypto_boringssl_from_ssl_encryption_level() 515 abort(); in ngtcp2_crypto_boringssl_from_ngtcp2_crypto_level()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | test-suite | 40 abort=0 273 echo " -a|--abort Abort the tests as soon as one fails." 473 [ $abort -eq 1 ] && exit 1 626 -a|--abort) 627 abort=1
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_disasm.c | 137 abort(); in printf_type() 210 abort(); in print_condition() 286 abort(); in print_swiz_comp() 335 abort(); in print_amode()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | mock_code_generator.cc | 199 abort(); in Generate() 208 abort(); in Generate() 214 abort(); in Generate() 225 abort(); in Generate()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | glue-pf.h | 51 #error Unknown prefetch abort handler type
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | glue-pf.h | 51 #error Unknown prefetch abort handler type
|
/kernel/liteos_a/compat/posix/src/ |
H A D | stdlib.c | 67 void abort(void) in abort() function
|
/third_party/ffmpeg/libavutil/ |
H A D | avassert.h | 41 abort(); \
|
H A D | version.c | 52 abort(); in avutil_version()
|
/third_party/icu/icu4c/source/common/ |
H A D | uassert.h | 22 /* for abort */ 45 * of unconditionally calling abort(). However we also allow redefinition as 62 * This macro is used to unconditionally abort if unreachable code is ever executed. 68 # define UPRV_UNREACHABLE_EXIT abort()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uassert.h | 22 /* for abort */ 45 * of unconditionally calling abort(). However we also allow redefinition as 62 * This macro is used to unconditionally abort if unreachable code is ever executed. 68 # define UPRV_UNREACHABLE_EXIT abort()
|
/third_party/libinput/test/ |
H A D | test-builddir-lookup.c | 50 abort(); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/exit/exit_gtest/ |
H A D | exit_abort_test.cpp | 13 * @tc.desc: Verify that calling the abort function in a child process leads to expected termination with the 23 abort(); in HWTEST_F()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-unicode-ranges.cc | 39 abort(); in test()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm95234.c | 170 goto abort; in lm95234_update_device() 177 goto abort; in lm95234_update_device() 182 goto abort; in lm95234_update_device() 187 goto abort; in lm95234_update_device() 192 goto abort; in lm95234_update_device() 199 abort: in lm95234_update_device()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm95234.c | 170 goto abort; in lm95234_update_device() 177 goto abort; in lm95234_update_device() 182 goto abort; in lm95234_update_device() 187 goto abort; in lm95234_update_device() 192 goto abort; in lm95234_update_device() 199 abort: in lm95234_update_device()
|
/third_party/libuv/src/unix/ |
H A D | os390.c | 622 abort(); in uv__io_check_fd() 711 abort(); in uv__fs_event_stop() 762 abort(); in os390_message_queue_handler() 866 abort(); in uv__io_poll() 872 abort(); in uv__io_poll() 942 abort(); in uv__io_poll()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 67 abort(); in print_event_header() 514 abort(); in print_pointer_axis_event() 584 abort(); in print_proximity_event() 598 abort(); in print_proximity_event() 839 abort(); in print_switch_event() 862 abort(); in handle_and_print_events()
|