OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIMEOUT_SECONDS
(Results
1 - 7
of
7
) sorted by null
/external/autotest/server/site_tests/network_WiFi_RoamDbus/
network_WiFi_RoamDbus.py
25
TIMEOUT_SECONDS
= 15
41
def retry(self, func, reason,
timeout_seconds
=
TIMEOUT_SECONDS
):
47
@param
timeout_seconds
: int number of seconds to wait for a True
53
while time.time() - start_time <
timeout_seconds
:
102
roam_to_bssid,
timeout_seconds
=self.
TIMEOUT_SECONDS
):
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/
network_WiFi_PMKSACaching.py
23
TIMEOUT_SECONDS
= 15
40
def retry(self, func, reason,
timeout_seconds
=
TIMEOUT_SECONDS
):
46
@param
timeout_seconds
: int number of seconds to wait for a True
52
while time.time() - start_time <
timeout_seconds
:
90
bssid1,
timeout_seconds
=self.
TIMEOUT_SECONDS
):
95
bssid0,
timeout_seconds
=self.
TIMEOUT_SECONDS
):
/packages/apps/Browser2/src/org/chromium/webview_shell/
WebViewLayoutTest.java
36
private static final long
TIMEOUT_SECONDS
= 20;
90
mTestActivity.waitForFinish(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
96
mTestActivity.waitForFinish(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
/external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java
78
private static final long
TIMEOUT_SECONDS
= 5;
[
all
...]
OpenSSLSocketImplTest.java
55
private static final long
TIMEOUT_SECONDS
= 5;
216
client = clientFuture.get(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
217
server = serverFuture.get(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
/cts/tests/tests/graphics/src/android/opengl/cts/
OpenGlEsVersionCtsActivity.java
43
private static final int
TIMEOUT_SECONDS
= 10;
80
mSurfaceCreatedLatch.await(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
87
mSurfaceCreatedLatch.await(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
94
mSurfaceCreatedLatch.await(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java
53
private static final int
TIMEOUT_SECONDS
= 20;
677
assertTrue(offeringExpectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
678
assertTrue(answeringExpectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
691
assertTrue(answeringExpectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
704
assertTrue(offeringExpectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
750
assertTrue(expectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
754
assertTrue(expectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
757
assertTrue(expectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
Completed in 234 milliseconds