Home
last modified time | relevance | path

Searched defs:latch (Results 1 – 23 of 23) sorted by relevance

/external/dagger2/core/src/test/java/dagger/internal/
DDoubleCheckLazyTest.java45 final CountDownLatch latch = new CountDownLatch(numThreads); in get() local
84 final CountDownLatch latch; field in DoubleCheckLazyTest.LatchedProvider
86 LatchedProvider(CountDownLatch latch) { in LatchedProvider()
/external/okhttp/okhttp-ws-tests/src/main/java/com/squareup/okhttp/ws/
DAutobahnTester.java71 final CountDownLatch latch = new CountDownLatch(1); in runTest() local
132 final CountDownLatch latch = new CountDownLatch(1); in getTestCount() local
171 final CountDownLatch latch = new CountDownLatch(1); in updateReports() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DListenerCallQueueTest.java81 final CountDownLatch latch = new CountDownLatch(1); in testAddAndExecute_multithreaded() local
103 final CountDownLatch latch = new CountDownLatch(1); in testAddAndExecute_multithreaded_withThrowingRunnable() local
DListenableFutureTester.java43 private final CountDownLatch latch; field in ListenableFutureTester
DServiceManagerTest.java533 final CountDownLatch latch = new CountDownLatch(1); field in ServiceManagerTest.SnappyShutdownService
DJSR166TestCase.java912 public Callable<String> latchAwaitingStringTask(final CountDownLatch latch) { in latchAwaitingStringTask()
DAbstractServiceTest.java733 final CountDownLatch latch = new CountDownLatch(1); field in AbstractServiceTest.NoOpThreadedService
/external/guava/guava-testlib/src/com/google/common/testing/
DGcFinalization.java165 public static void await(CountDownLatch latch) { in await()
193 private static void createUnreachableLatchFinalizer(final CountDownLatch latch) { in createUnreachableLatchFinalizer()
/external/guava/guava-testlib/test/com/google/common/testing/
DGcFinalizationTest.java43 final CountDownLatch latch = new CountDownLatch(1); in testAwait_CountDownLatch() local
128 final CountDownLatch latch = new CountDownLatch(1); in testAwait_CountDownLatch_Interrupted() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DCameraFacade.java161 final CountDownLatch latch = new CountDownLatch(1); in takePicture() local
192 final CountDownLatch latch = new CountDownLatch(1); in autoFocus() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DPing.java25 private final CountDownLatch latch = new CountDownLatch(1); field in Ping
/external/guava/guava/src/com/google/common/util/concurrent/
DUninterruptibles.java52 public static void awaitUninterruptibly(CountDownLatch latch) { in awaitUninterruptibly()
75 public static boolean awaitUninterruptibly(CountDownLatch latch, in awaitUninterruptibly()
/external/droiddriver/src/io/appium/droiddriver/actions/view/
DCloseKeyboardAction.java61 final CountDownLatch latch = new CountDownLatch(1); in perform() local
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
DCustomDispatcherTest.java62 final CountDownLatch latch = new CountDownLatch(1); in outOfOrderResponses() local
/external/mockwebserver/src/test/java/com/google/mockwebserver/
DCustomDispatcherTest.java62 final CountDownLatch latch = new CountDownLatch(1); in testOutOfOrderResponses() local
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractListenableFutureTest.java43 protected CountDownLatch latch; field in AbstractListenableFutureTest
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DThreadUtils.java123 public static void awaitUninterruptibly(final CountDownLatch latch) { in awaitUninterruptibly()
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DUtil.java123 final CountDownLatch latch = new CountDownLatch(1); in forceGc() local
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
DWebSocketCallTest.java214 final CountDownLatch latch = new CountDownLatch(1); in awaitWebSocket() local
/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py469 def _do_wait(self, verbose, seconds, latch): argument
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
DPeerConnectionTest.java408 private CountDownLatch latch = new CountDownLatch(1); field in PeerConnectionTest.SdpObserverLatch
/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp140 EGLnsecsANDROID latch; member
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCallTest.java1764 final CountDownLatch latch = new CountDownLatch(1); in canceledAfterResponseIsDeliveredBreaksStreamButSignalsOnce() local