Searched defs:scheduleTimeout (Results 1 - 19 of 19) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/
H A DAsyncEndPoint.java77 public void scheduleTimeout(Timeout.Task task, long timeoutMs); method in interface:AsyncEndPoint
/external/okhttp/okio/okio/src/main/java/okio/
H A DAsyncTimeout.java69 scheduleTimeout(this, timeoutNanos, hasDeadline);
72 private static synchronized void scheduleTimeout( method in class:AsyncTimeout
/external/vogar/src/vogar/commands/
H A DCommand.java163 scheduleTimeout(timeoutSeconds);
199 public void scheduleTimeout(int timeoutSeconds) { method in class:Command
/external/jetty/src/java/org/eclipse/jetty/client/
H A DSelectConnector.java344 public void scheduleTimeout(Task task, long timeoutMs) method in class:SelectConnector.UpgradableEndPoint
346 _endp.scheduleTimeout(task,timeoutMs);
H A DHttpExchange.java1061 protected void scheduleTimeout(final HttpDestination destination) method in class:HttpExchange
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DSelectChannelEndPoint.java283 public void scheduleTimeout(Task task, long timeoutMs) method in class:SelectChannelEndPoint
285 getSelectSet().scheduleTimeout(task,timeoutMs);
H A DSelectorManager.java803 public void scheduleTimeout(Timeout.Task task, long timeoutMs) method in class:SelectorManager.SelectSet
H A DSslConnection.java771 public void scheduleTimeout(Task task, long timeoutMs) method in class:SslConnection.SslEndPoint
773 _aEndp.scheduleTimeout(task,timeoutMs);
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAsyncContinuation.java420 scheduleTimeout(); // could block and change state.
738 protected void scheduleTimeout() method in class:AsyncContinuation
770 ((AsyncEndPoint)endp).scheduleTimeout(_event._timeout,_timeoutMs);
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 387 milliseconds