Searched refs:cancelled (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dtransactions.cpp38 case cancelled:
41 return std::uncaught_exception() ? cancelled : successful;
44 return cancelled;
H A Dtransactions.h46 cancelled, // cancelled (rolled back) enumerator in enum:Security::TransactionBase::Outcome
47 conditional // succeeds normally, cancelled on exception
87 case cancelled:
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dtransactions.cpp38 case cancelled:
41 return std::uncaught_exception() ? cancelled : successful;
44 return cancelled;
H A Dtransactions.h46 cancelled, // cancelled (rolled back) enumerator in enum:Security::TransactionBase::Outcome
47 conditional // succeeds normally, cancelled on exception
87 case cancelled:
/macosx-10.10.1/removefile-35/
H A Dremovefile_priv.h47 int cancelled; member in struct:_removefile_state
57 #define __removefile_state_test_cancel(s) ((s)->cancelled != 0)
H A Dremovefile.c106 state->cancelled = 0;
136 state->cancelled = 1;
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/
H A DMakefile.PL39 die "User cancelled install!\n" if (<STDIN> !~ /^y(?:es)?$/);
41 die "Install cancelled.\n";
47 die $@ if $@ =~ /cancelled/;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DViewGestureController.h118 void endSwipeGesture(WebBackForwardListItem* targetItem, _UIViewControllerTransitionContext *, bool cancelled);
145 void endSwipeGesture(WebBackForwardListItem* targetItem, bool cancelled);
H A DViewGestureControllerMac.mm656 void ViewGestureController::endSwipeGesture(WebBackForwardListItem* targetItem, bool cancelled)
669 if (cancelled) {
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DExportCommand.c92 Boolean cancelled = false;
392 GetMovieDuration(theMovie), &cancelled );
398 if (cancelled) {
91 Boolean cancelled = false; local
/macosx-10.10.1/libresolv-57/
H A Dres_query.c303 int i, kq, n, wait, cancelled, notify_token, status; local
318 cancelled = 0;
442 if (statp->options & RES_DEBUG) printf(";; cancelled\n");
443 cancelled = 1;
462 if (statp->options & RES_DEBUG) printf(";; cancelled\n");
463 cancelled = 1;
506 if ((ans->ancount == 0) || (cancelled == 1)) context.anslen = -1;
/macosx-10.10.1/nano-12/src/
H A Drcfile.c511 bool cancelled = FALSE; local
568 cancelled = TRUE;
593 if (cancelled)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DViewGestureControllerIOS.mm250 void ViewGestureController::endSwipeGesture(WebBackForwardListItem* targetItem, _UIViewControllerTransitionContext *context, bool cancelled)
263 if (cancelled) {
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLControl.c741 boolean_t cancelled = FALSE; local
752 &cancelled);
757 return (cancelled);
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_shared_region.c471 boolean_t cancelled; local
474 cancelled = thread_call_cancel(shared_region->sr_timer_call);
475 if (cancelled) {
478 /* release the reference held by the cancelled timer */
/macosx-10.10.1/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c1391 boolean_t cancelled = FALSE; local
1396 cancelled = FALSE;
1399 cancelled = client->user_cancelled;
1401 return (cancelled);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c190 static void aio_entry_update_for_cancel(aio_workq_entry *entryp, boolean_t cancelled,
435 aio_entry_update_for_cancel(aio_workq_entry *entryp, boolean_t cancelled, int wait_for_completion, boolean_t disable_notification) argument
439 if (cancelled) {
459 /* Can only be cancelled if it's still on a work queue */
499 * NULL then only one specific IO is cancelled (if possible). If uap->aiocbp
501 * descriptor are cancelled (if possible).
599 * be cancelled so we must wait for them to complete. We will get a special
840 * for cancelled or active aio requests that complete.
864 * for cancelled or active aio requests that complete. This routine MAY block!
892 * on the active async IO queue. Active requests cannot be cancelled s
[all...]
H A Dkern_event.c855 boolean_t cancelled; local
859 cancelled = thread_call_cancel(callout);
860 if (cancelled) {
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalcalg2.el695 ;;; ( A cancelled ) Ignore this cache entry;
719 (val 'cancelled))
733 (not (eq (nth 1 math-cur-record) 'cancelled))
781 'cancelled)))))
818 (setcar (cdr math-cur-record) 'cancelled)))
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl858 SetMsg "Save cancelled: $msg"
862 SetMsg "Save cancelled: $msg"
1365 SetMsg "Save cancelled"
1555 SetMsg "Reverse cancelled"
1580 SetMsg "Invert cancelled"
1605 SetMsg "Silence cancelled"
1629 SetMsg "Remove DC cancelled"
1677 SetMsg "Amplify cancelled"
1788 SetMsg "Normalize cancelled"
1855 SetMsg "Echo filter cancelled"
[all...]
/macosx-10.10.1/vim-55/src/testdir/
H A Dtest49.vim8029 " message is displayed for the cancelled expression evaluation. On an
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim5582 " call Dret("NetrwPrevWinOpen ".choice." : cancelled")

Completed in 288 milliseconds