Searched defs:await (Results 1 - 25 of 30) sorted by relevance

12

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DRecordingCallback.java47 public synchronized RecordedResponse await(HttpUrl url) throws Exception { method in class:RecordingCallback
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThread.java142 public boolean await(Date deadline) method in class:WaitingThread
146 // the lock would not be released on calling cond.await() below.
164 this.cond.await();
174 } // await
/external/guava/guava-testlib/src/com/google/common/testing/
H A DGcFinalization.java61 * GcFinalization.await(latch);}</pre>
165 public static void await(CountDownLatch latch) { method in class:GcFinalization
178 if (latch.await(1L, SECONDS)) {
231 await(done);
291 await(finalizerRan);
/external/vogar/src/vogar/monitor/
H A DTargetMonitor.java48 public static TargetMonitor await(int port) { method in class:TargetMonitor
/external/vogar/src/vogar/
H A DLocalTarget.java59 @Override public void await(File nonEmptyDirectory) { method in class:LocalTarget
H A DSshTarget.java63 @Override public void await(File nonEmptyDirectory) { method in class:SshTarget
H A DTarget.java37 public abstract void await(File nonEmptyDirectory); method in class:Target
/external/vogar/src/vogar/android/
H A DAdbTarget.java59 @Override public void await(File directory) { method in class:AdbTarget
/external/blktrace/btt/
H A Diostat.c60 "avgrq-sz avgqu-sz await svctm %%util Stamp\n");
87 double dt, nios, avgrq_sz, p_util, nrqm, await, svctm; local
109 await = ((nios + nrqm) > 0.0) ? TO_MSEC(sp->wait) / (nios+nrqm) : 0.0;
129 fprintf(iostat_ofp, "%7.2lf ", await);
155 asp->await += await;
176 fprintf(iostat_ofp, "%7.2lf ", asp->await / asp->n);
H A Dglobals.h127 double avgrq_sz, avgqu_sz, await, svctm, p_util; member in struct:stats_t
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DRenegotiationTest.java121 server.await(5, TimeUnit.SECONDS);
254 void await(long timeout, TimeUnit unit) method in class:RenegotiationTest.Server
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMonitor.java129 * valuePresent.await();
144 * valueAbsent.await();
430 await(guard, signalBeforeWaiting);
693 await(guard, true);
983 private void await(Guard guard, boolean signalBeforeWaiting) method in class:Monitor
991 guard.condition.await();
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
H A DPeerConnectionTest.java435 public boolean await() { method in class:PeerConnectionTest.SdpObserverLatch
437 assertTrue(latch.await(1000, TimeUnit.MILLISECONDS));
574 assertTrue(sdpLatch.await());
589 assertTrue(sdpLatch.await());
599 assertTrue(sdpLatch.await());
613 assertTrue(sdpLatch.await());
619 assertTrue(sdpLatch.await());
640 assertTrue(sdpLatch.await());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java916 latch.await();
925 await(latch);
929 public void await(CountDownLatch latch) { method in class:JSR166TestCase
931 assertTrue(latch.await(LONG_DELAY_MS, MILLISECONDS));
937 public void await(Semaphore semaphore) { method in class:JSR166TestCase
948 // public void await(AtomicBoolean flag) {
949 // await(flag, LONG_DELAY_MS);
955 // public void await(AtomicBoolean flag, long timeoutMillis) {
1166 * A CyclicBarrier that uses timed await and fails with
1172 public int await() { method in class:JSR166TestCase.CheckedBarrier
[all...]
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/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 1403 milliseconds

12