HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_CANCELLED (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 40 case ERROR_CANCELLED: return "CANCELLED";
69 public static final int ERROR_CANCELLED = -2;
  /external/chromium_org/remoting/host/
verify_config_window_win.cc 29 EndDialog(ERROR_CANCELLED);
33 EndDialog(ERROR_CANCELLED);
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc 120 } else if (hr == HRESULT_FROM_WIN32(ERROR_CANCELLED)) {
me2me_native_messaging_host.cc 658 if (error != ERROR_CANCELLED) {
  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 118 case ERROR_CANCELLED:
759 case ERROR_CANCELLED:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnetwk.h 295 #define WN_CANCEL ERROR_CANCELLED
winerror.h 395 #define ERROR_CANCELLED __MSABI_LONG(1223)
    [all...]

Completed in 289 milliseconds