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

/external/okhttp/okio/okio/src/main/java/okio/
H A DAsyncTimeout.java26 * <p>Subclasses should override {@link #timedOut} to take action when a timeout
38 * #timedOut} is asynchronous, and may be called after {@link #exit}.
141 protected void timedOut() { method in class:AsyncTimeout
146 * timeouts. This works best if {@link #timedOut} is overridden to interrupt
202 * implement timeouts. This works best if {@link #timedOut} is overridden to
249 boolean timedOut = exit();
250 if (timedOut && throwOnTimeout) throw newTimeoutException(null);
286 AsyncTimeout timedOut = awaitTimeout();
289 if (timedOut == null) continue;
292 timedOut
[all...]
/external/okhttp/okio/okio/src/test/java/okio/
H A DAsyncTimeoutTest.java37 private final List<Timeout> timedOut = new CopyOnWriteArrayList<Timeout>(); field in class:AsyncTimeoutTest
265 assertEquals(Arrays.asList(expected), timedOut);
269 @Override protected void timedOut() { method in class:AsyncTimeoutTest.RecordingAsyncTimeout
270 timedOut.add(this);
/external/autotest/frontend/client/src/autotest/common/
H A DPaddedJsonRpcProxy.java38 private boolean timedOut = false; field in class:PaddedJsonRpcProxy.JsonpRequest
51 timedOut = true;
104 if (timedOut) {
/external/dng_sdk/source/
H A Ddng_mutex.cpp314 bool timedOut = false; local
346 timedOut = (pthread_cond_timedwait (&fPthreadCondition, &mutex.fPthreadMutex, &now) == ETIMEDOUT);
354 return !timedOut;
/external/vogar/src/vogar/commands/
H A DCommand.java239 public boolean timedOut() { method in class:Command
337 if (timedOut()) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFramedStream.java595 * The Okio timeout watchdog will call {@link #timedOut} if the timeout is
600 @Override protected void timedOut() { method in class:FramedStream.StreamTimeout
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDecisionProbe.java144 protected boolean timedOut = false; field in class:DecisionProbe
217 // return timedOut;
625 // timedOut = true;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/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 3166 milliseconds