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

12 3 4 5 6 7 8 9

  /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;
Arp.h 378 EFI_ARP_CANCEL Cancel;
Dns4.h 497 The Cancel() function is used to abort a pending resolution request. After calling
538 EFI_DNS4_CANCEL Cancel;
Dns6.h 491 The Cancel() function is used to abort a pending resolution request. After calling
533 EFI_DNS6_CANCEL Cancel;
Http.h 386 The Cancel() function aborts a pending HTTP request or response transaction. If
499 EFI_HTTP_CANCEL Cancel;
ManagedNetwork.h 365 EFI_MANAGED_NETWORK_CANCEL Cancel;
Udp6.h 509 The Cancel() function is used to abort a pending transmit or receive request. If the token is in the
573 EFI_UDP6_CANCEL Cancel;
  /external/rmi4utils/rmidevice/
rmidevice.h 48 virtual void Cancel() { m_bCancel = true; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsprint.h 168 virtual HRESULT STDMETHODCALLTYPE Cancel(
195 HRESULT (STDMETHODCALLTYPE *Cancel)(
215 #define IXpsPrintJob_Cancel(This) (This)->lpVtbl->Cancel(This)
230 return This->lpVtbl->Cancel(This);
  /external/libchrome/base/files/
file_path_watcher_kqueue.cc 250 Cancel();
297 Cancel();
348 // Calling Cancel() here to close any file descriptors that were opened.
352 Cancel();
360 void FilePathWatcherKQueue::Cancel() {
368 base::Bind(&FilePathWatcherKQueue::Cancel, this));
file_path_watcher_kqueue.h 47 void Cancel() override;
  /external/autotest/client/cros/cellular/pseudomodem/
enable_machine.py 24 def Cancel(self):
27 super(EnableMachine, self).Cancel()
register_machine.py 26 def Cancel(self):
29 super(RegisterMachine, self).Cancel()
  /external/libmojo/mojo/edk/system/
request_context.cc 51 watcher->Cancel();
  /external/v8/src/
cancelable-task.h 102 bool Cancel() {
114 // The counter is incremented for failing tries to cancel a task. This can be
  /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):
  /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):
  /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):
  /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):
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 266 Cancel(R.string.cancel, true),
267 CancelDisabled(R.string.cancel, false),
316 LeftButtonMode.Cancel, RightButtonMode.ContinueDisabled,
330 LeftButtonMode.Cancel, RightButtonMode.ConfirmDisabled,
334 LeftButtonMode.Cancel, RightButtonMode.ConfirmDisabled,
338 LeftButtonMode.Cancel, RightButtonMode.Confirm, ID_EMPTY_MESSAGE, false);
514 } else if (mUiStage.leftMode == LeftButtonMode.Cancel) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/
Arp.h 129 EFI_ARP_CANCEL Cancel;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ManagedNetwork/
ManagedNetwork.h 157 EFI_MANAGED_NETWORK_CANCEL Cancel;
  /frameworks/native/libs/vr/libpdx/private/pdx/
mock_service_endpoint.h 68 MOCK_METHOD0(Cancel, Status<void>());
service_endpoint.h 138 virtual Status<void> Cancel() = 0;

Completed in 658 milliseconds

12 3 4 5 6 7 8 9