| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | googletest-death-test-test.cc | 561 *aborted = true; in ExpectDeathTestHelper() 668 *aborted = true; in ExpectDebugDeathHelper() 695 *aborted = true; in AssertDebugDeathHelper() 707 aborted = false; in TEST_F() 714 aborted = false; in TEST_F() 721 aborted = false; in TEST_F() 728 aborted = false; in TEST_F() 735 aborted = false; in TEST_F() 742 aborted = false; in TEST_F() 749 aborted = false; in TEST_F() [all …]
|
| H A D | gtest_unittest.cc | 1237 void DoesNotAbortHelper(bool* aborted) { in DoesNotAbortHelper() argument 1241 *aborted = false; in DoesNotAbortHelper() 1250 bool aborted = true; in TEST_F() local 1251 DoesNotAbortHelper(&aborted); in TEST_F() 1252 EXPECT_FALSE(aborted); in TEST_F() 4664 void AddFailureHelper(bool* aborted) { in AddFailureHelper() argument 4665 *aborted = true; in AddFailureHelper() 4667 *aborted = false; in AddFailureHelper() 4672 bool aborted = true; in TEST() local 4673 EXPECT_NONFATAL_FAILURE(AddFailureHelper(&aborted), in TEST() [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestAbort.java | 37 static boolean aborted = false; field in TestAbort 67 aborted = false; in main() 70 aborted = true; in main() 85 if (!aborted) { in main()
|
| /freebsd-12.1/sys/dev/iwm/ |
| H A D | if_iwm_notif_wait.c | 140 if (wait_entry->triggered || wait_entry->aborted) in iwm_notification_wait_notify() 168 wait_entry->aborted = 1; in iwm_abort_notification_waits() 187 wait_entry->aborted = 0; in iwm_init_notification_wait() 201 if (!wait_entry->triggered && !wait_entry->aborted) { in iwm_wait_notification()
|
| H A D | if_iwm_notif_wait.h | 113 int triggered, aborted; member
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/ |
| H A D | editorp.c | 85 svn_boolean_t *aborted; member 903 if (ds->aborted) in ra_svn_handle_close_edit() 904 *ds->aborted = FALSE; in ra_svn_handle_close_edit() 915 if (ds->aborted) in ra_svn_handle_abort_edit() 916 *ds->aborted = TRUE; in ra_svn_handle_abort_edit() 932 if (ds->aborted) in ra_svn_handle_finish_replay() 933 *ds->aborted = FALSE; in ra_svn_handle_finish_replay() 1093 state.aborted = aborted; in svn_ra_svn_drive_editor2() 1120 if (aborted) in svn_ra_svn_drive_editor2() 1141 if (aborted) in svn_ra_svn_drive_editor2() [all …]
|
| /freebsd-12.1/lib/libfetch/ |
| H A D | ftp.errors | 31 426 ABORT Connection closed; transfer aborted 33 451 SERVER Requested action aborted: local error in processing 44 551 PROTO Requested action aborted. Page type unknown
|
| /freebsd-12.1/libexec/save-entropy/ |
| H A D | save-entropy.sh | 70 Entropy file rotation is aborted.; exit 1; } 86 it will not be rotated. Entropy file rotation is aborted.
|
| /freebsd-12.1/sys/dev/sfxge/ |
| H A D | sfxge_mcdi.c | 79 boolean_t aborted; in sfxge_mcdi_poll() local 92 aborted = efx_mcdi_request_abort(enp); in sfxge_mcdi_poll() 93 KASSERT(aborted, ("abort failed")); in sfxge_mcdi_poll()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_fuchsia.cc | 161 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() argument 163 if (!aborted) { in ThreadCreateHook()
|
| H A D | asan_rtems.cc | 158 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() argument 160 if (!aborted) { in ThreadCreateHook()
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_ra_svn.h | 361 svn_boolean_t *aborted, 374 svn_boolean_t *aborted);
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gnu-nat.h | 60 int aborted:1; /* True if thread_abort has been called. */ member
|
| H A D | gnu-nat.c | 307 proc->aborted = 0; in proc_update_sc() 325 if (!proc->aborted) in proc_abort() 346 proc->aborted = 1; in proc_abort() 360 int was_aborted = proc->aborted; in proc_get_state() 367 if (!was_aborted && proc->aborted) in proc_get_state() 563 proc->aborted = 0; in make_proc() 1308 && w->thread && !w->thread->aborted) in inf_signal() 1642 if (!thread->aborted) in S_exception_raise_request()
|
| H A D | i386gnu-nat.c | 218 int was_aborted = thread->aborted; in gnu_store_registers()
|
| H A D | PROBLEMS | 21 The command execution is not aborted, and the "QUIT" message confirming
|
| /freebsd-12.1/sys/dev/drm/ |
| H A D | via_dmablit.h | 51 int aborted; member
|
| /freebsd-12.1/sys/contrib/ngatm/netnatm/api/ |
| H A D | cc_user.c | 150 user->aborted = 0; in cc_user_reset() 174 if (!user->aborted) { in cc_user_abort() 257 user->aborted = 0; in do_arrival() 1296 if (user->aborted) { in cc_user_sig_handle() 1359 if (user->aborted) { in cc_user_sig_handle() 1729 if (user->aborted) { in cc_user_sig_handle() 1772 if (user->aborted) { in cc_user_sig_handle()
|
| H A D | cc_dump.c | 199 user->queue_act, user->accepted, user->aborted); in cc_dump_user()
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_ct_validation_callback.pod | 42 presents no valid SCTs the handshake will be aborted. 69 The TLS handshake is aborted if the verification mode is not B<SSL_VERIFY_NONE>
|
| /freebsd-12.1/contrib/ofed/opensm/libvendor/ |
| H A D | osm_vendor_mlx.c | 513 goto aborted; in osm_vendor_send() 518 aborted: in osm_vendor_send()
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | cmpdef.cmd | 126 * This is needed, at least, when `cmpdef.cmd' starts, because an aborted
|
| /freebsd-12.1/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_event.c | 1132 static void send_scan_event(struct wpa_driver_nl80211_data *drv, int aborted, in send_scan_event() argument 1153 info->aborted = aborted; in send_scan_event() 1951 int aborted, struct nlattr *tb[], in send_vendor_scan_event() argument 1963 info->aborted = aborted; in send_vendor_scan_event()
|
| /freebsd-12.1/sys/dev/sfxge/common/ |
| H A D | efx_mcdi.c | 574 boolean_t aborted; in efx_mcdi_request_abort() local 590 aborted = (emrp != NULL); in efx_mcdi_request_abort() 591 if (aborted) { in efx_mcdi_request_abort() 609 return (aborted); in efx_mcdi_request_abort()
|
| /freebsd-12.1/sys/dev/mfi/ |
| H A D | mfi_tbolt.c | 1458 int aborted = 0; in mfi_sync_map_complete() local 1471 aborted = 1; in mfi_sync_map_complete() 1480 if (!aborted) in mfi_sync_map_complete()
|