HomeSort by relevance Sort by last modified time
    Searched refs:Cancel (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libchrome/base/files/
file_path_watcher_mac.cc 37 void Cancel() override {
39 impl_->Cancel();
45 impl_->Cancel();
file_path_watcher.cc 17 impl_->Cancel();
file_path_watcher.h 48 virtual void Cancel() = 0;
file_path_watcher_fsevents.h 34 void Cancel() override;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm2Acpi.h 40 UINT32 Cancel;
  /external/libchrome/base/
cancelable_callback_unittest.cc 36 // Cancel().
38 // - After Cancel(), Run() completes but has no effect.
39 TEST(CancelableCallbackTest, Cancel) {
51 cancelable.Cancel();
56 // Cancel() called multiple times.
57 // - Cancel() cancels all copies of the wrapped callback.
58 // - Calling Cancel() more than once has no effect.
59 // - After Cancel(), callback() returns a null callback.
67 cancelable.Cancel();
75 // Calling Cancel() again has no effect
    [all...]
cancelable_callback.h 7 // wrapped callback until this object is destroyed or Reset()/Cancel() are
12 // Calling CancelableCallback::Cancel() brings the object back to its natural,
39 // timeout.Cancel(); // Hopefully this is hit before the timeout callback runs.
76 void Cancel() {
93 Cancel();
95 // |forwarder_| is no longer valid after Cancel(), so re-bind.
101 // Returns a callback that can be disabled by calling Cancel().
  /external/libmojo/mojo/edk/js/
waiting_callback.cc 47 void WaitingCallback::Cancel() {
49 watcher_.Cancel();
65 Cancel();
88 Cancel();
support.cc 34 waiting_callback->Cancel();
46 waiting_callback->Cancel();
waiting_callback.h 40 void Cancel();
  /external/libmojo/mojo/edk/system/
watcher.h 59 void Cancel();
watcher.cc 45 void Watcher::Cancel() {
  /external/autotest/client/cros/cellular/pseudomodem/
cdma_activate_machine.py 26 def Cancel(self, message='Activation canceled.'):
27 """ Cancel the CdmaActivateMachine. """
29 super(CdmaActivateMachine, self).Cancel()
66 self.Cancel(message)
78 self.Cancel(message)
register_cdma_machine.py 18 def Cancel(self):
20 Cancel the current machine.
25 super(RegisterCdmaMachine, self).Cancel()
connect_machine.py 28 def Cancel(self):
31 super(ConnectMachine, self).Cancel()
39 self._modem.enable_step.Cancel()
49 self.Cancel()
79 self.Cancel()
disable_machine.py 39 self._modem.connect_step.Cancel()
70 self._modem.register_step.Cancel()
152 self._modem.connect_step.Cancel()
155 self._modem.register_step.Cancel()
163 self._modem.enable_step.Cancel()
  /external/libmojo/mojo/public/cpp/system/
watcher.h 42 // Cancel() the watch in this case.
48 // NOTE: This destructor automatically calls |Cancel()| if the Watcher is
69 // current thread until |Cancel()| is called or the handle is closed.
71 // Destroying the Watcher implicitly calls |Cancel()|.
78 void Cancel();
  /external/v8/src/
cancelable-task.cc 57 if (value->Cancel()) {
85 if (current->second->Cancel()) {
  /external/libmojo/mojo/public/cpp/system/tests/
watcher_unittest.cc 71 b_watcher.Cancel();
99 TEST_F(WatcherTest, Cancel) {
109 b_watcher.Cancel();
184 b_watcher.Cancel();
200 b_watcher.Cancel();
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 20 self.protocol("WM_DELETE_WINDOW", self.Cancel)
54 self.buttonCancel = Button(frameButtons,text='Cancel',
55 width=8,command=self.Cancel)
84 def Cancel(self, event=None):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 20 self.protocol("WM_DELETE_WINDOW", self.Cancel)
54 self.buttonCancel = Button(frameButtons,text='Cancel',
55 width=8,command=self.Cancel)
84 def Cancel(self, event=None):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 20 self.protocol("WM_DELETE_WINDOW", self.Cancel)
54 self.buttonCancel = Button(frameButtons,text='Cancel',
55 width=8,command=self.Cancel)
84 def Cancel(self, event=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 20 self.protocol("WM_DELETE_WINDOW", self.Cancel)
54 self.buttonCancel = Button(frameButtons,text='Cancel',
55 width=8,command=self.Cancel)
84 def Cancel(self, event=None):
  /prebuilts/go/darwin-x86/src/net/
fd_io_plan9.go 46 // and store the pid in io so that Cancel can
69 // Cancel interrupts the I/O operation, causing
71 func (aio *asyncIO) Cancel() {
  /prebuilts/go/linux-x86/src/net/
fd_io_plan9.go 46 // and store the pid in io so that Cancel can
69 // Cancel interrupts the I/O operation, causing
71 func (aio *asyncIO) Cancel() {

Completed in 831 milliseconds

1 2 3 4 5 6 7 8 9