/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewClientTest.java | 32 private static final long TEST_TIMEOUT = 5000; 45 new PollingCheck(TEST_TIMEOUT) { 79 new PollingCheck(TEST_TIMEOUT) { 86 new PollingCheck(TEST_TIMEOUT) { 93 new PollingCheck(TEST_TIMEOUT) { 129 new PollingCheck(TEST_TIMEOUT) { 147 new PollingCheck(TEST_TIMEOUT) { 184 new PollingCheck(TEST_TIMEOUT) { 202 new PollingCheck(TEST_TIMEOUT) {
|
WebChromeClientTest.java | 32 private static final long TEST_TIMEOUT = 5000L; 72 new PollingCheck(TEST_TIMEOUT) { 88 new PollingCheck(TEST_TIMEOUT) { 119 new PollingCheck(TEST_TIMEOUT) { 143 new PollingCheck(TEST_TIMEOUT) { 151 new PollingCheck(TEST_TIMEOUT) { 189 new PollingCheck(TEST_TIMEOUT) { 211 new PollingCheck(TEST_TIMEOUT) { 233 new PollingCheck(TEST_TIMEOUT) { 257 new PollingCheck(TEST_TIMEOUT) { [all...] |
CookieManagerTest.java | 33 private static final int TEST_TIMEOUT = 5000; 130 new PollingCheck(TEST_TIMEOUT) { 139 new PollingCheck(TEST_TIMEOUT) { 178 new PollingCheck(TEST_TIMEOUT) { 188 new PollingCheck(TEST_TIMEOUT) { 197 new PollingCheck(TEST_TIMEOUT) { 206 new PollingCheck(TEST_TIMEOUT) {
|
WebBackForwardListTest.java | 27 private static final int TEST_TIMEOUT = 10000; 76 new PollingCheck(TEST_TIMEOUT) {
|
WebHistoryItemTest.java | 29 private final static long TEST_TIMEOUT = 10000;
|
WebViewStartupTest.java | 35 private static final int TEST_TIMEOUT = 5000;
|
WebViewTest.java | 92 private static long TEST_TIMEOUT = 20000L; 520 wait(TEST_TIMEOUT); 722 new PollingCheck(TEST_TIMEOUT) { 734 new PollingCheck(TEST_TIMEOUT) { [all...] |
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
FrameworkPerfTest.java | 9 private static final int TEST_TIMEOUT = 15 * 60 * 1000; //15 minutes 25 activity.mResultNotifier.wait(TEST_TIMEOUT);
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
ArchiveTest.java | 22 private static final long TEST_TIMEOUT = 20000L; 61 assertTrue(s.tryAcquire(TEST_TIMEOUT, TimeUnit.MILLISECONDS));
|
AwSettingsTest.java | 55 private static final long TEST_TIMEOUT = 20000L; 883 }, TEST_TIMEOUT, CHECK_INTERVAL)); [all...] |
AwContentsTest.java | 316 private static final long TEST_TIMEOUT = 20000L;
|
AwContentsClientShouldOverrideUrlLoadingTest.java | 43 private static final long TEST_TIMEOUT = 20000L; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SlidingDrawerTest.java | 49 private static final long TEST_TIMEOUT = 5000L; 294 mLock.wait(TEST_TIMEOUT); 301 mLock.wait(TEST_TIMEOUT);
|
RemoteViewsTest.java | 64 private static final long TEST_TIMEOUT = 5000; 526 Activity newActivity = am.waitForActivityWithTimeout(TEST_TIMEOUT); 534 newActivity = am.waitForActivityWithTimeout(TEST_TIMEOUT);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/ |
networktransaction_unittest.py | 82 def test_timeout(self): member in class:NetworkTransactionTest
|
/external/chromium_org/build/android/ |
test_runner.py | 444 test_timeout=None, 478 test_timeout=None, 494 test_timeout=None, 524 test_timeout=None, 545 tests, runner_factory, False, None, shard=False, test_timeout=None)
|
/external/chromium_org/build/android/pylib/base/ |
test_dispatcher.py | 339 test_timeout=DEFAULT_TIMEOUT, 356 test_timeout: Watchdog timeout in seconds for running tests. 388 num_retries, test_timeout, tag_results_with_device)
|
/cts/tests/tests/app/src/android/app/cts/ |
DialogTest.java | 56 private static final long TEST_TIMEOUT = 1000L; 376 new PollingCheck(TEST_TIMEOUT) { 397 new PollingCheck(TEST_TIMEOUT) { 491 new PollingCheck(TEST_TIMEOUT) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
lock_tests.py | 279 def test_timeout(self): member in class:EventTests 393 def test_timeout(self): member in class:ConditionTests
|
test_telnetlib.py | 112 # use a similar approach to testing timeouts as test_timeout.py 399 # use a similar approach to testing timeouts as test_timeout.py
|
regrtest.py | 1465 from test import test_timeout namespace [all...] |
test_multiprocessing.py | 684 def test_timeout(self): member in class:_TestSemaphore 830 def test_timeout(self): member in class:_TestCondition 2366 def test_timeout(self): member in class:TestTimeouts [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
lock_tests.py | 279 def test_timeout(self): member in class:EventTests 393 def test_timeout(self): member in class:ConditionTests
|
test_telnetlib.py | 112 # use a similar approach to testing timeouts as test_timeout.py 399 # use a similar approach to testing timeouts as test_timeout.py
|
regrtest.py | 1465 from test import test_timeout namespace [all...] |