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

1 2 3 4

  /external/autotest/client/cros/cellular/pseudomodem/
register_cdma_machine.py 18 def Cancel(self):
20 Cancel the current machine.
25 super(RegisterCdmaMachine, self).Cancel()
register_machine.py 26 def Cancel(self):
29 super(RegisterMachine, self).Cancel()
enable_machine.py 24 def Cancel(self):
27 super(EnableMachine, self).Cancel()
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)
connect_machine.py 28 def Cancel(self):
31 super(ConnectMachine, self).Cancel()
39 self._modem.enable_step.Cancel()
49 self.Cancel()
79 self.Cancel()
state_machine.py 65 def Cancel(self):
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHelpSourceEdit.py 25 self.protocol("WM_DELETE_WINDOW", self.Cancel)
72 self.buttonCancel = Button(frameButtons, text='Cancel',
73 width=8, command=self.Cancel)
157 def Cancel(self, event=None):
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):
keybindingDialog.py 22 self.protocol("WM_DELETE_WINDOW", self.Cancel)
56 self.buttonCancel = Button(frameButtons,text='Cancel',
57 width=8,command=self.Cancel)
218 def Cancel(self, event=None):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHelpSourceEdit.py 25 self.protocol("WM_DELETE_WINDOW", self.Cancel)
72 self.buttonCancel = Button(frameButtons, text='Cancel',
73 width=8, command=self.Cancel)
157 def Cancel(self, event=None):
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):
keybindingDialog.py 22 self.protocol("WM_DELETE_WINDOW", self.Cancel)
56 self.buttonCancel = Button(frameButtons,text='Cancel',
57 width=8,command=self.Cancel)
218 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() {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 25 self.protocol("WM_DELETE_WINDOW", self.Cancel)
72 self.buttonCancel = Button(frameButtons, text='Cancel',
73 width=8, command=self.Cancel)
157 def Cancel(self, event=None):
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):
keybindingDialog.py 22 self.protocol("WM_DELETE_WINDOW", self.Cancel)
56 self.buttonCancel = Button(frameButtons,text='Cancel',
57 width=8,command=self.Cancel)
218 def Cancel(self, event=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 25 self.protocol("WM_DELETE_WINDOW", self.Cancel)
72 self.buttonCancel = Button(frameButtons, text='Cancel',
73 width=8, command=self.Cancel)
157 def Cancel(self, event=None):
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):
keybindingDialog.py 22 self.protocol("WM_DELETE_WINDOW", self.Cancel)
56 self.buttonCancel = Button(frameButtons,text='Cancel',
57 width=8,command=self.Cancel)
218 def Cancel(self, event=None):
  /external/libchrome/base/
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/system/
watcher.cc 45 void Watcher::Cancel() {
  /external/libmojo/mojo/public/cpp/system/
watcher.cc 60 Cancel();
93 void Watcher::Cancel() {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DiskIo2.h 53 @retval EFI_DEVICE_ERROR The device reported an error while performing the cancel
164 EFI_DISK_CANCEL_EX Cancel;
  /external/libmojo/mojo/edk/js/
waiting_callback.cc 47 void WaitingCallback::Cancel() {
49 watcher_.Cancel();
65 Cancel();
88 Cancel();

Completed in 453 milliseconds

1 2 3 4