Searched refs:cancel (Results 51 - 75 of 438) sorted by relevance

1234567891011>>

/macosx-10.9.5/apr-30/apr/apr/include/arch/netware/
H A Dapr_arch_threadproc.h34 apr_int32_t cancel; member in struct:apr_thread_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_arch_threadproc.h29 apr_int32_t cancel; member in struct:apr_thread_t
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dnews.el56 (define-key news-fkey-prefix "c" [cancel])
/macosx-10.9.5/ruby-104/ruby/test/rinda/
H A Dtest_tuplebag.rb48 t1.cancel
72 t2.cancel
102 t2.cancel
127 t2.cancel
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebOpenPanelResultListener.mm58 - (void)cancel
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcncall.c113 * Macro to test for a cancel every so often for a cancel. The
133 if ((call_r)->u.client.cancel.local_count) \
140 * Macro to check for a pending cancel and forward, if the first frag
141 * has been sent, that cancel and any queued cancels.
308 * Get the thread's cancel timeout value (so we don't block forever).
344 * The cancel timeout probably expired.
456 * Initialize some cancel state information.
458 call_rep->u.client.cancel.server_is_accepting = false;
459 call_rep->u.client.cancel
[all...]
H A Ddgccall.c301 ccall->cancel.next_time = 0;
302 ccall->cancel.server_is_accepting = true;
303 ccall->cancel.server_had_pending = false;
304 ccall->cancel.local_count = 0;
305 ccall->cancel.server_count = 0;
306 ccall->cancel.timeout_time = 0;
348 * a cancel against the thread.
842 * Get the thread's cancel timeout value (so we don't block forever).
849 * Wait for a useable binding handle. If the user attempts to cancel
850 * the call, don't wait longer than the cancel timeou
[all...]
H A Ddgclsn.c314 if (!ccall->cancel.server_had_pending)
319 ccall->cancel.server_had_pending = true;
756 * we don't loose a cancel, reset some of our cancel state (which may
757 * result in re-forwarding a cancel) so that call_end() can make an
764 ccall->cancel.server_count = 0;
765 ccall->cancel.server_is_accepting = true;
766 ccall->cancel.server_had_pending = false;
767 /* Retain *current* ccall->cancel.local_count */
791 * A quack with a body is interpreted as a cancel
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DWorkerThreadableLoader.cpp84 loader->cancel();
87 void WorkerThreadableLoader::cancel() function in class:WebCore::WorkerThreadableLoader
89 m_bridge.cancel();
146 thisPtr->m_mainThreadLoader->cancel();
150 void WorkerThreadableLoader::MainThreadBridge::cancel() function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
H A DSubresourceLoader.cpp101 ResourceLoader::cancel();
140 cancel();
144 cancel();
155 cancel();
204 cancel();
264 cancel();
H A DWorkerThreadableLoader.h67 virtual void cancel() OVERRIDE;
102 void cancel();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.cpp129 cancel();
165 // We failed to start the stream, cancel the load and destroy it.
166 cancel();
176 cancel();
228 cancel();
342 void NetscapePluginStream::cancel() function in class:WebKit::NetscapePluginStream
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DResourceHandleBlackBerry.cpp131 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
164 handle->cancel();
176 handle->cancel();
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dpasswddlg.tcl20 remove {-image -bitmap -side -default -cancel -separator} \
77 okcancel { set lbut {ok cancel} ; set defb 0; set canb 1 }
82 -side bottom -default $defb -cancel $canb]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/getstring/
H A Dtk_getString.tcl52 button $w.cancel -text Cancel -command {set ::getstring::result 0}
57 grid $w.ok $w.cancel -padx 4 -pady 7
62 bind $w <Escape> [list $w.cancel invoke]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWTimeoutQ.cpp145 cmd->cancel(kIOFireWireBusReset);
208 fTimeoutQ.fHead->cancel(kIOReturnTimeout);
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DNotification.idl44 void cancel();
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DResourceHandleQt.cpp89 cancel();
113 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.h90 virtual void cancel(Notification*);
102 void cancel(NotificationWrapper*);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_download_job.cpp150 return impl->cancel();
153 bool EwkDownloadJob::cancel() function in class:EwkDownloadJob
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTestSequence.tcl5 {Open as many images you like, press cancel when you have opened\
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Devents.tcl125 catch { after cancel $timer }
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Deditgraph.tcl39 button .graph.cancel -text Cancel -width 10 -command {::Editgraph::CancelSeries}
41 grid .graph.ok .graph.cancel
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dinstall.tcl46 button .fcontrol.cancel -text Cancel -command exit
48 pack .fcontrol.cancel -side right -padx 5
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechSynthesis.h54 void cancel();

Completed in 161 milliseconds

1234567891011>>