/third_party/libinput/src/ |
H A D | quirks.c | 294 abort(); in quirk_get_name() 311 abort(); in matchflagname() 339 can abort if we haven't cleaned up correctly. */ in property_unref() 1532 abort(); in quirk_match_section()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.cc | 1258 abort(); in AddString() 1413 abort(); in DecodeDataForString() 1421 abort(); in DecodeDataForString()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 1308 pr_debug("abort delivered ep %p cm_id %p tid %u\n", ep, in peer_abort_upcall() 1457 * 2 if a failure requires the caller to abort the connection. 1543 * will abort the connection. in process_mpa_reply() 1703 * 2 if a failure requires the caller to abort the connection. 2836 pr_debug("Negative advice on abort- tid %u status %d (%s)\n", in peer_abort() 3095 int abort; in c4iw_reject_cr() local 3108 abort = 1; in c4iw_reject_cr() 3110 abort = send_mpa_reject(ep, pdata, pdata_len); in c4iw_reject_cr() 3114 c4iw_ep_disconnect(ep, abort != 0, GFP_KERNEL); in c4iw_reject_cr() 3127 int abort in c4iw_accept_cr() local 4229 int abort = 1; process_timeout() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 1308 pr_debug("abort delivered ep %p cm_id %p tid %u\n", ep, in peer_abort_upcall() 1457 * 2 if a failure requires the caller to abort the connection. 1543 * will abort the connection. in process_mpa_reply() 1703 * 2 if a failure requires the caller to abort the connection. 2833 pr_debug("Negative advice on abort- tid %u status %d (%s)\n", in peer_abort() 3092 int abort; in c4iw_reject_cr() local 3105 abort = 1; in c4iw_reject_cr() 3107 abort = send_mpa_reject(ep, pdata, pdata_len); in c4iw_reject_cr() 3111 c4iw_ep_disconnect(ep, abort != 0, GFP_KERNEL); in c4iw_reject_cr() 3124 int abort in c4iw_accept_cr() local 4230 int abort = 1; process_timeout() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.h | 339 void SetScrollAbort(bool abort) in SetScrollAbort() argument 341 scrollAbort_ = abort; in SetScrollAbort()
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | hw_exception_handler.S | 799 /* At present, this routine just hangs. - extern void abort(void) */ 800 .globl abort; 802 abort: label
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_ipp.c | 844 * currently processed task, call abort() and perform in exynos_drm_ipp_task_abort() 849 if (ipp->funcs->abort) in exynos_drm_ipp_task_abort() 850 ipp->funcs->abort(ipp, task); in exynos_drm_ipp_task_abort()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans.c | 691 * finished, either by abort or commit completion. 705 bool abort) in xfs_trans_free_items() 713 if (abort) in xfs_trans_free_items() 750 * means that checkpoint commit abort handling is treated exactly the same 895 * trigger a shutdown to abort the transaction. There is no recovery possible 937 * transaction abort mechanism. Logically after the filesystem 993 * We must check against log shutdown here because we cannot abort log in __xfs_trans_commit() 703 xfs_trans_free_items( struct xfs_trans *tp, bool abort) xfs_trans_free_items() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_ipp.c | 845 * currently processed task, call abort() and perform in exynos_drm_ipp_task_abort() 850 if (ipp->funcs->abort) in exynos_drm_ipp_task_abort() 851 ipp->funcs->abort(ipp, task); in exynos_drm_ipp_task_abort()
|
/kernel/linux/linux-6.6/mm/ |
H A D | oom_kill.c | 329 goto abort; in oom_evaluate_task() 353 abort: in oom_evaluate_task()
|
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksSM4BasicCallbackJsunit.test.js | 155 } else if (thirdInderfaceName == 'abort') {
158 console.log(`test abort data: ${JSON.stringify(data)}`);
162 console.log('test abort err information: ' + JSON.stringify(err));
196 huks.abort(handle, huksOptionsAbort, function (err, data) {
198 console.log('test abort err information: ' + JSON.stringify(err));
246 if (!isEncrypt || (isEncrypt && thirdInderfaceName == 'abort')) {
341 await publicCipherFunc(srcKeyAlias, genHuksOptions, HuksOptions, 'abort', true);
361 await publicCipherFunc(srcKeyAlias, genHuksOptions, HuksOptions, 'abort', true);
452 await publicCipherFunc(srcKeyAlias, genHuksOptions, HuksOptions, 'abort', true);
474 await publicCipherFunc(srcKeyAlias, 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 | SecurityHuksCipherSM4BasicPromiseJsunit.test.js | 130 } else if (thirdInderfaceName == 'abort') {
131 await huks.abort(handle, HuksOptions)
133 console.log(`test abort data: ${JSON.stringify(data)}`);
137 console.log('test abort err information: ' + JSON.stringify(err));
170 if (!isEncrypt || (isEncrypt && thirdInderfaceName == 'abort')) {
265 await publicCipherFunc(srcKeyAlias, genHuksOptions, HuksOptions, 'abort', true);
285 await publicCipherFunc(srcKeyAlias, genHuksOptions, HuksOptions, 'abort', true);
375 await publicCipherFunc(srcKeyAlias, genHuksOptions, HuksOptions, 'abort', true);
397 await publicCipherFunc(srcKeyAlias, genHuksOptions, HuksOptions, 'abort', true);
483 await publicCipherFunc(srcKeyAlias, genHuksOptions, HuksOptions, 'abort', tru [all...] |
/third_party/libabigail/src/ |
H A D | abg-ini.cc | 1572 std::abort(); in read_property() 1826 abort(); in write_property_value()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | json.h | 2028 * cause an abort() or seg-fault, so these macros are used only 2041 abort(); \ 2049 // release builds we abort, for a core-dump or debugger. 2054 abort(); \
|
/third_party/python/Lib/ |
H A D | ftplib.py | 264 def abort(self): member in FTP 799 def abort(self): member in .FTP_TLS
|
/third_party/python/Lib/asyncio/ |
H A D | proactor_events.py | 422 def abort(self): member in _ProactorBaseWritePipeTransport 481 def abort(self): member in _ProactorDatagramTransport
|
H A D | sslproto.py | 239 def abort(self): member in _SSLProtocolTransport 667 self._transport.abort()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 1970 * cause an abort() or seg-fault, so these macros are used only 1983 abort(); \ 1991 // release builds we abort, for a core-dump or debugger. 1996 abort(); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 1970 * cause an abort() or seg-fault, so these macros are used only 1983 abort(); \ 1991 // release builds we abort, for a core-dump or debugger. 1996 abort(); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Error.h | 216 /// Destroy a Error. Fails with a call to abort() if the error is 247 abort(); in assertIsChecked() 516 /// (which returns void, and will abort() on unhandled errors) instead. 539 /// after the handlers have run, abort() will be called. 588 /// so that the error can be written to (unchecked Errors abort on assignment) 846 abort(); in assertIsChecked() 898 /// will trigger a call to abort().
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 1970 * cause an abort() or seg-fault, so these macros are used only 1983 abort(); \ 1991 // release builds we abort, for a core-dump or debugger. 1996 abort(); \
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | stash.c | 1286 goto abort; in hmdfs_need_abort_restore() 1291 abort: in hmdfs_need_abort_restore() 1514 goto abort; in hmdfs_restore_file() 1519 abort: in hmdfs_restore_file()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | stash.c | 1276 goto abort; in hmdfs_need_abort_restore() 1281 abort: in hmdfs_need_abort_restore() 1499 goto abort; in hmdfs_restore_file() 1504 abort: in hmdfs_restore_file()
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 145 abort(); in check() 932 abort(); in set_min_value() 985 abort(); in set_max_value() 1041 abort(); in set_random_value()
|
/third_party/node/deps/uv/src/win/ |
H A D | tty.c | 168 abort(); in uv__console_init() 2123 abort(); 2313 abort(); 2323 abort();
|