HomeSort by relevance Sort by last modified time
    Searched refs:ASYNC (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/jetty/src/java/org/eclipse/jetty/servlet/
FilterMapping.java 40 public static final int ASYNC=16;
57 if ("async".equalsIgnoreCase(type))
58 return DispatcherType.ASYNC;
71 case ASYNC:
72 return ASYNC;
125 return type==REQUEST || type==ASYNC && _holder.isAsyncSupported();
170 if (dispatcherTypes.contains(DispatcherType.ASYNC))
171 _dispatches|=ASYNC;
ServletHandler.java 182 _chainCache[FilterMapping.ASYNC]=new ConcurrentHashMap<String,FilterChain>();
188 _chainLRU[FilterMapping.ASYNC]=new ConcurrentLinkedQueue<String>();
520 if (!(DispatcherType.REQUEST.equals(type) || DispatcherType.ASYNC.equals(type)))
587 if (!(DispatcherType.REQUEST.equals(type) || DispatcherType.ASYNC.equals(type)))
605 // Complete async requests
707 _chainLRU[FilterMapping.ASYNC].clear();
713 _chainCache[FilterMapping.ASYNC].clear();
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/continuation/
Servlet3Continuation.java 142 return _initial&&_request.getDispatcherType()!=DispatcherType.ASYNC;
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 289 * On successful append, if the call was ASYNC, return.
556 private static final int ASYNC = 1; // for offer, put, add
565 * @param how NOW, ASYNC, SYNC, or TIMED
610 if (how != ASYNC)
    [all...]
CompletableFuture.java 33 * <em>non-async</em> methods may be performed by the thread that
37 * <li>All <em>async</em> methods without an explicit Executor
94 * applies across normal vs exceptional outcomes, sync vs async
116 * Completion extends ForkJoinTask to enable async execution
134 * arranges its async execution by executing its Completion
141 * then ASYNC); the first to screen and trap exceptions while
143 * task. (A few classes are not used async so take slightly
150 * not async and x is already complete, the action is run
354 /* ------------- Async task preliminaries -------------- */
358 * {@code async} methods. This may be useful for monitoring
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java 196 Wait.ASYNC,
  /external/jetty/src/java/org/eclipse/jetty/security/
SecurityHandler.java 405 case ASYNC:
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
a.out.go 425 ASYNC
obj9.go 186 ASYNC,
asm9.go 310 Optab{ASYNC, C_NONE, C_NONE, C_NONE, C_NONE, 46, 4, 0},
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
a.out.go 422 ASYNC
obj9.go 183 ASYNC,
asm9.go 307 Optab{ASYNC, C_NONE, C_NONE, C_NONE, C_NONE, 46, 4, 0},
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
a.out.go 425 ASYNC
obj9.go 186 ASYNC,
asm9.go 310 Optab{ASYNC, C_NONE, C_NONE, C_NONE, C_NONE, 46, 4, 0},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
a.out.go 422 ASYNC
obj9.go 183 ASYNC,
asm9.go 307 Optab{ASYNC, C_NONE, C_NONE, C_NONE, C_NONE, 46, 4, 0},
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
AbstractHttpConnection.java 442 // Loop here to handle async request redispatches.
443 // The loop is controlled by the call to async.unhandle in the
445 // then the unhandle will return false only if an async dispatch has
501 _response.setStatus(500,async_exception==null?"Async Timeout":"Async Exception");
518 _request.setDispatcherType(DispatcherType.ASYNC);
560 // Complete async requests
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 646 ASYNC {
    [all...]
  /external/jetty/lib/
javax.servlet-3.0.0.v201112011016.jar 
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandler.java     [all...]
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.9.2/
common-22.9.2.jar 

Completed in 1236 milliseconds

1 2 3 4 5