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

  /libcore/ojluni/src/main/java/sun/nio/ch/
Cancellable.java 33 interface Cancellable {
PendingFuture.java 232 if (channel() instanceof Cancellable)
233 ((Cancellable)channel()).onCancel(this);
AsynchronousServerSocketChannelImpl.java 49 implements Cancellable, Groupable
AsynchronousSocketChannelImpl.java 50 implements Cancellable, Groupable
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
AsyncWaiter.java 18 interface Cancellable {
47 * @return a {@link Cancellable} object that can be used to cancel waiting. The cancellable
51 Cancellable asyncWait(Handle handle, HandleSignals signals, long deadline, Callback callback);
  /libcore/ojluni/src/main/java/sun/nio/fs/
Cancellable.java 38 abstract class Cancellable implements Runnable {
48 protected Cancellable() {
119 static void runInterruptibly(Cancellable task) throws ExecutionException {
UnixCopyFile.java 587 Cancellable copyTask = new Cancellable() {
594 Cancellable.runInterruptibly(copyTask);
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Connector.java 48 * The Cancellable for the current wait. Is |null| when not currently waiting for new messages.
50 private AsyncWaiter.Cancellable mCancellable;
  /external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
CoreImpl.java 258 public Cancellable asyncWait(
501 * Implementation of {@link org.chromium.mojo.system.AsyncWaiter.Cancellable}.
503 private class AsyncWaiterCancellableImpl implements AsyncWaiter.Cancellable {
514 * @see org.chromium.mojo.system.AsyncWaiter.Cancellable#cancel()
540 int mojoResult, AsyncWaiter.Callback callback, AsyncWaiterCancellableImpl cancellable) {
541 if (!cancellable.isActive()) {
542 // If cancellable is not active, the user cancelled the wait.
545 cancellable.deactivate();
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java 12 import org.chromium.mojo.system.AsyncWaiter.Cancellable;
799 Cancellable cancellable = core.getDefaultAsyncWaiter().asyncWait(handles.first, local
808 cancellable.cancel();
836 Cancellable cancellable = core.getDefaultAsyncWaiter().asyncWait(handles.first, local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 
  /libcore/
openjdk_java_files.mk     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 

Completed in 1719 milliseconds