/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | TestDownloadManagerListener.java | 43 private final int timeoutMs; field in TestDownloadManagerListener 54 DownloadManager downloadManager, DummyMainThread dummyMainThread, int timeoutMs) { in TestDownloadManagerListener() 64 public Integer pollStateChange(String taskId, long timeoutMs) throws InterruptedException { in pollStateChange() 136 public void assertRemoved(String taskId, int timeoutMs) { in assertRemoved() 140 public void assertState(String taskId, @State int expectedState, int timeoutMs) { in assertState() 144 private void assertStateInternal(String taskId, int expectedState, int timeoutMs) { in assertStateInternal()
|
D | DummyMainThread.java | 65 public void runOnMainThread(int timeoutMs, final Runnable runnable) { in runOnMainThread() 86 public void runTestOnMainThread(int timeoutMs, final TestRunnable runnable) { in runTestOnMainThread()
|
D | HostActivity.java | 66 boolean blockUntilStopped(long timeoutMs); in blockUntilStopped() 105 public void runTest(HostedTest hostedTest, long timeoutMs) { in runTest() 118 final HostedTest hostedTest, long timeoutMs, boolean failOnTimeoutOrForceStop) { in runTest()
|
D | ExoPlayerTestRunner.java | 473 public ExoPlayerTestRunner blockUntilEnded(long timeoutMs) throws Exception { in blockUntilEnded() 494 public ExoPlayerTestRunner blockUntilActionScheduleFinished(long timeoutMs) in blockUntilActionScheduleFinished()
|
D | ExoHostedTest.java | 153 public final boolean blockUntilStopped(long timeoutMs) { in blockUntilStopped()
|
/external/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ |
D | PeerConnectionClientTest.java | 128 public boolean waitForFramesRendered(int timeoutMs) throws InterruptedException { in waitForFramesRendered() 214 private boolean waitForLocalSDP(int timeoutMs) throws InterruptedException { in waitForLocalSDP() 228 private boolean waitForIceCandidates(int timeoutMs) throws InterruptedException { in waitForIceCandidates() 242 private boolean waitForIceConnected(int timeoutMs) throws InterruptedException { in waitForIceConnected() 257 private boolean waitForPeerConnectionClosed(int timeoutMs) throws InterruptedException { in waitForPeerConnectionClosed()
|
/external/libchrome/base/test/android/java/src/org/chromium/base/ |
D | MultiprocessTestClientLauncher.java | 146 private boolean waitForConnection(long timeoutMs) { in waitForConnection() 168 private Integer getMainReturnCode(long timeoutMs) { in getMainReturnCode()
|
/external/webrtc/rtc_base/java/src/org/webrtc/ |
D | ThreadUtils.java | 82 public static boolean joinUninterruptibly(final Thread thread, long timeoutMs) { in joinUninterruptibly() 123 public static boolean awaitUninterruptibly(CountDownLatch barrier, long timeoutMs) { in awaitUninterruptibly()
|
/external/exoplayer/tree/testutils/src/test/java/com/google/android/exoplayer2/testutil/ |
D | FakeClockTest.java | 179 public boolean waitUntilAsleep(long timeoutMs) throws InterruptedException { in waitUntilAsleep() 183 public boolean waitUntilAwake(long timeoutMs) throws InterruptedException { in waitUntilAwake()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/ |
D | PlayerMessage.java | 312 public synchronized boolean experimental_blockUntilDelivered(long timeoutMs) in experimental_blockUntilDelivered() 332 /* package */ synchronized boolean experimental_blockUntilDelivered(long timeoutMs, Clock clock) in experimental_blockUntilDelivered()
|
D | ExoPlayer.java | 236 public Builder experimental_setReleaseTimeoutMs(long timeoutMs) { in experimental_setReleaseTimeoutMs()
|
D | ExoPlayerImplInternal.java | 543 private synchronized void waitUntilReleased(long timeoutMs) throws InterruptedException { in waitUntilReleased()
|
D | ExoPlayerImpl.java | 184 public void experimental_setReleaseTimeoutMs(long timeoutMs) { in experimental_setReleaseTimeoutMs()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | RequestFuture.java | 100 private synchronized T doGet(Long timeoutMs) in doGet()
|
D | HttpClientStack.java | 86 int timeoutMs = request.getTimeoutMs(); in performRequest() local
|
D | HurlStack.java | 217 int timeoutMs = request.getTimeoutMs(); in openConnection() local
|
/external/flatbuffers/grpc/tests/ |
D | JavaGrpcTest.java | 46 static final int timeoutMs = 3000; field in JavaGrpcTest
|
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
D | EglRendererTest.java | 86 public synchronized boolean waitForBitmap(int timeoutMs) throws InterruptedException { in waitForBitmap()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SyncVk.cpp | 35 int timeoutMs = static_cast<int>(timeoutNs / 1000000); in SyncWaitFd() local
|
/external/python/apitools/samples/bigquery_sample/bigquery_v2/ |
D | bigquery_v2_messages.py | 141 timeoutMs = _messages.IntegerField(6, variant=_messages.Variant.UINT32) variable in BigqueryJobsGetQueryResultsRequest 1621 timeoutMs = _messages.IntegerField(7, variant=_messages.Variant.UINT32) variable in QueryRequest
|
/external/python/apitools/samples/bigquery_sample/ |
D | bigquery_v2.json | 1293 "timeoutMs": { object 2099 "timeoutMs": { object
|
/external/python/google-api-python-client/tests/data/ |
D | bigquery.json | 1415 "timeoutMs": { object 2236 "timeoutMs": { object
|