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

1 2 3 4 5 6 7 8 91011>>

  /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/enterprise_RemoraRequisition/
enterprise_RemoraRequisition.py 11 TIMEOUT = 20
44 # Timeout to allow for the device to stablize and go back to the
46 time.sleep(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";
  /frameworks/support/lifecycle/integration-tests/testapp/src/main/java/android/arch/lifecycle/testapp/
CollectingActivity.java 28 long TIMEOUT = 5;
  /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)
  /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/enterprise_KioskEnrollment/
enterprise_KioskEnrollment.py 15 TIMEOUT = 20
55 time.sleep(TIMEOUT)
  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
video_WebRtcMediaRecorder.py 21 # Polling timeout
22 TIMEOUT = 90
72 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/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);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
10 static struct timeval TIMEOUT = { 25, 0 };
18 TIMEOUT));
27 TIMEOUT));
36 TIMEOUT));
45 TIMEOUT));
54 TIMEOUT));
63 TIMEOUT));
72 TIMEOUT));
81 TIMEOUT));
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
10 static struct timeval TIMEOUT = { 25, 0 };
18 TIMEOUT));
27 TIMEOUT));
36 TIMEOUT));
45 TIMEOUT));
54 TIMEOUT));
63 TIMEOUT));
72 TIMEOUT));
81 TIMEOUT));
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
10 static struct timeval TIMEOUT = { 25, 0 };
18 TIMEOUT));
27 TIMEOUT));
36 TIMEOUT));
45 TIMEOUT));
54 TIMEOUT));
63 TIMEOUT));
72 TIMEOUT));
81 TIMEOUT));
    [all...]

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 91011>>