Searched defs:CANCELLED (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_agent_service_provider.h46 CANCELLED enumerator in enum:chromeos::BluetoothAgentServiceProvider::Delegate::Status
H A Dbluetooth_profile_service_provider.h46 CANCELLED enumerator in enum:chromeos::BluetoothProfileServiceProvider::Delegate::Status
/external/chromium_org/net/dns/
H A Dserial_worker.h51 bool IsCancelled() const { return state_ == CANCELLED; }
68 CANCELLED = -1, enumerator in enum:net::SerialWorker::State
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dapp_installer.js32 CANCELLED: 'AppInstaller.cancelled',
74 AppInstaller.Result.CANCELLED :
/external/chromium_org/content/public/browser/
H A Ddownload_item.h61 CANCELLED, enumerator in enum:content::DownloadItem::DownloadState
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoResult.java12 public static final int CANCELLED = -1; field in class:MojoResult
43 case CANCELLED:
44 return "CANCELLED";
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java205 * {@link #COMPLETED} or {@link #CANCELLED}.
210 * computation, and only then transition to COMPLETED or CANCELLED.
223 static final int CANCELLED = 4; field in class:AbstractFuture.Sync
294 case CANCELLED:
304 * Checks if the state is {@link #COMPLETED} or {@link #CANCELLED}.
307 return (getState() & (COMPLETED | CANCELLED)) != 0;
311 * Checks if the state is {@link #CANCELLED}.
314 return getState() == CANCELLED;
332 * Transition to the CANCELLED state.
335 return complete(null, null, CANCELLED);
[all...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMessageEvent.java65 public static final String CANCELLED = "cancelled"; field in class:MessageEvent
176 allEvents.add(MessageEvent.CANCELLED);
/external/chromium_org/components/navigation_interception/
H A Dintercept_navigation_resource_throttle_unittest.cc79 CANCELLED enumerator in enum:navigation_interception::MockResourceController::Status
93 status_ = CANCELLED;
172 MockResourceController::CANCELLED;
/external/chromium_org/remoting/webapp/
H A Derror.js19 CANCELLED: '__CANCELLED__',
H A Dhost_controller.js44 CANCELLED: 2,
161 } else if (result == remoting.HostController.AsyncResult.CANCELLED) {
162 onStartError(remoting.Error.CANCELLED);
378 } else if (result == remoting.HostController.AsyncResult.CANCELLED) {
379 onError(remoting.Error.CANCELLED);
415 } else if (result == remoting.HostController.AsyncResult.CANCELLED) {
416 onError(remoting.Error.CANCELLED);
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job.h87 CANCELLED, enumerator in enum:content::AppCacheUpdateJob::InternalUpdateState
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js449 CANCELLED: 'CANCELLED',
748 case Download.States.CANCELLED:
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.c158 CANCELLED, enumerator in enum:reap_action
2087 tpriv->reap_action = CANCELLED;
2261 return CANCELLED == tpriv->reap_action ?
2345 if (tpriv->reap_action == CANCELLED) {
2398 if (tpriv->reap_action == CANCELLED) {
/external/libusb/libusb/os/
H A Dlinux_usbfs.c120 CANCELLED, enumerator in enum:reap_action
1684 tpriv->reap_action = CANCELLED;
1712 tpriv->reap_action = CANCELLED;
1734 tpriv->reap_action = CANCELLED;
1836 if (tpriv->reap_action == CANCELLED) {
1970 if (tpriv->reap_action == CANCELLED) {
2022 if (tpriv->reap_action == CANCELLED) {
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 387 milliseconds