HomeSort by relevance Sort by last modified time
    Searched defs:TIMEOUT (Results 1 - 25 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/server/site_tests/firmware_ClearTPMOwnerAndReset/
firmware_ClearTPMOwnerAndReset.py 18 TIMEOUT=60
29 end_time = time.time() + self.TIMEOUT
  /external/python/cpython3/Lib/test/
threaded_import_hangers.py 4 # thread doesn't complete in TIMEOUT seconds, an "appeared to hang" message
8 TIMEOUT = 10
41 t.join(TIMEOUT)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
threaded_import_hangers.py 4 # thread doesn't complete in TIMEOUT seconds, an "appeared to hang" message
8 TIMEOUT = 10
40 t.join(TIMEOUT)
  /external/autotest/client/cros/
http_speed.py 11 TIMEOUT = 90
21 result = urllib2.urlopen(url, data=data, timeout=TIMEOUT)
  /external/autotest/client/site_tests/cheets_Midis/
cheets_Midis.py 15 TIMEOUT=5
41 """ Repeatedly calls _get_midis_pid, until we succeed or timeout. """
44 timeout=TIMEOUT,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
3-1.c 31 #define TIMEOUT 10
40 * Wait for a timeout value of 10 seconds before timing out if the thread was not able
42 sleep(TIMEOUT);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
3-1.c 31 #define TIMEOUT 10
62 /* Wait for a timeout period for the cancel request to be sent. */
63 sleep(TIMEOUT);
88 sleep(TIMEOUT / 2);
  /external/python/cpython2/Lib/test/
threaded_import_hangers.py 4 # thread doesn't complete in TIMEOUT seconds, an "appeared to hang" message
8 TIMEOUT = 10
40 t.join(TIMEOUT)
  /external/vogar/src/vogar/
TestProperties.java 42 * Integer timeout in seconds
44 public static final String TIMEOUT = "timeout";
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
threaded_import_hangers.py 4 # thread doesn't complete in TIMEOUT seconds, an "appeared to hang" message
8 TIMEOUT = 10
40 t.join(TIMEOUT)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
threaded_import_hangers.py 4 # thread doesn't complete in TIMEOUT seconds, an "appeared to hang" message
8 TIMEOUT = 10
40 t.join(TIMEOUT)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
threaded_import_hangers.py 4 # thread doesn't complete in TIMEOUT seconds, an "appeared to hang" message
8 TIMEOUT = 10
40 t.join(TIMEOUT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
threaded_import_hangers.py 4 # thread doesn't complete in TIMEOUT seconds, an "appeared to hang" message
8 TIMEOUT = 10
40 t.join(TIMEOUT)
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodServiceTest.java 64 private static final long TIMEOUT = TimeUnit.SECONDS.toMillis(5);
110 expectEvent(stream, event -> "onStartInputView".equals(event.getEventName()), TIMEOUT);
113 expectCommand(stream, command, TIMEOUT);
120 expectEvent(stream, backKeyDownMatcher(true), CHECK_EXIT_EVENT_ONLY, TIMEOUT);
128 // This is fine. We actually expect timeout.
162 expectEvent(stream, event -> "onStartInputView".equals(event.getEventName()), TIMEOUT);
165 expectEvent(stream, event -> "hideSoftInput".equals(event.getEventName()), TIMEOUT);
166 expectEvent(stream, event -> "onFinishInputView".equals(event.getEventName()), TIMEOUT);
180 stream, event -> "onStartInputView".equals(event.getEventName()), TIMEOUT);
183 expectEvent(stream, event -> "showSoftInput".equals(event.getEventName()), TIMEOUT);
    [all...]
KeyboardVisibilityControlTest.java 58 private static final long TIMEOUT = TimeUnit.SECONDS.toMillis(5);
145 expectEvent(stream, editorMatcher("onStartInput", marker), TIMEOUT);
146 notExpectEvent(stream, editorMatcher("onStartInputView", marker), TIMEOUT);
155 expectEvent(stream, showSoftInputMatcher(InputMethod.SHOW_EXPLICIT), TIMEOUT);
156 expectEvent(stream, editorMatcher("onStartInputView", marker), TIMEOUT);
162 expectEvent(stream, hideSoftInputMatcher(), TIMEOUT);
163 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT);
184 expectEvent(stream, editorMatcher("onStartInput", focusedMarker), TIMEOUT);
190 notExpectEvent(stream, showSoftInputMatcher(InputMethod.SHOW_EXPLICIT), TIMEOUT);
195 notExpectEvent(stream, hideSoftInputMatcher(), TIMEOUT);
    [all...]
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerPNames.java 49 * Defines the timeout in milliseconds used when retrieving an instance of
56 public static final String TIMEOUT = "http.conn-manager.timeout";
  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
video_WebRtcMediaRecorder.py 25 # Polling timeout
26 TIMEOUT = 90
76 test_done, timeout=TIMEOUT,
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
video_WebRtcPeerConnectionWithCamera.py 16 # Polling timeout.
17 TIMEOUT = 90
44 @raises TestError on timeout, or javascript eval fails.
52 _test_done, timeout=timeout_secs, sleep_interval=1,
65 self.wait_test_completed(TIMEOUT)
  /external/autotest/site_utils/lxc/container_pool/
client_unittest.py 19 # Timeout for tests.
20 TIMEOUT = 30
62 with client.Client.connect(self.address, TIMEOUT):
63 host = self.listener.get_connection(TIMEOUT)
67 self.assertTrue(host.poll(TIMEOUT))
83 with self.assertRaises(socket.timeout):
90 short_timeout = TIMEOUT/2
91 with client.Client.connect(self.address, TIMEOUT) as c:
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
2-1.c 30 #define TIMEOUT 5 /* Timeout value of 5 seconds. */
43 * Wait for a timeout value of 10 seconds before timing out if the thread was not able
45 sleep(TIMEOUT);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
2-2.c 83 #define TIMEOUT 5
226 ts.tv_sec += TIMEOUT;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
1-1.c 11 * available. The wait will end when the specified timeout time has expired.
13 * The timeout expires when the absolute time 'abs_timeout' passes, or if 'abs_timeout'
36 #define TIMEOUT 3 /* 3 seconds of timeout time for
89 if (time_diff.tv_sec < TIMEOUT) {
92 TIMEOUT);
112 struct timespec timeout; local
118 timeout.tv_sec = currsec1.tv_sec + TIMEOUT;
119 timeout.tv_nsec = currsec1.tv_usec * 1000
    [all...]
4-1.c 29 #define TIMEOUT 3 /* 3 seconds of timeout time for
78 struct timespec timeout; local
80 timeout.tv_sec = time(NULL) + TIMEOUT;
81 timeout.tv_nsec = 0;
85 ret = pthread_mutex_timedlock(&mutex, &timeout);
5-3.c 12 * [ETIMEDOUT] - The timeout expried and the mutex could not be locked.
33 #define TIMEOUT 3 /* 3 seconds of timeout time for
101 struct timespec timeout; local
103 timeout.tv_sec = time(NULL);
104 timeout.tv_nsec = 0;
108 ret = pthread_mutex_timedlock(&mutex, &timeout);
  /external/testng/src/test/java/test/thread/
ThreadPoolSampleBugTest.java 6 private static final long TIMEOUT = 500;
10 Thread.sleep(TIMEOUT);
15 Thread.sleep(TIMEOUT);
18 @Test(timeOut = 10, invocationCount = 1, threadPoolSize = 5)
20 Thread.sleep(TIMEOUT);
23 @Test(timeOut = 10, invocationCount = 2, threadPoolSize = 5)
25 Thread.sleep(TIMEOUT);

Completed in 608 milliseconds

1 2 3 4 5 6 7 8 91011>>