Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 25 of 90) sorted by relevance

1234

/external/testng/src/test/java/test/thread/
DThreadPoolSampleBugTest.java6 private static final long TIMEOUT = 500; field in ThreadPoolSampleBugTest
10 Thread.sleep(TIMEOUT); in shouldPass1()
15 Thread.sleep(TIMEOUT); in shouldPass2()
20 Thread.sleep(TIMEOUT); in shouldFail1()
25 Thread.sleep(TIMEOUT); in shouldFail2()
/external/strace/tests/
Drun.sh8 TIMEOUT="timeout -s 9 $TIMEOUT_DURATION"
9 $TIMEOUT true > /dev/null 2>&1 ||
10 TIMEOUT=
12 exec $TIMEOUT "$@"
/external/autotest/client/site_tests/network_MobileSuspendResume/
Dnetwork_MobileSuspendResume.py24 TIMEOUT = 60 variable in network_MobileSuspendResume
95 timeout=self.TIMEOUT)
128 def __get_mobile_device(self, timeout=TIMEOUT):
143 lsusb_output = utils.system_output('lsusb', timeout=self.TIMEOUT)
221 if not self.FindMobileService(self.TIMEOUT*2):
230 service = self.FindMobileService(self.TIMEOUT)
248 service = self.FindMobileService(self.TIMEOUT)
254 self.TIMEOUT)
266 def _get_modem_status(self, duration=TIMEOUT):
269 status = utils.system_output('modem status', timeout=self.TIMEOUT)
[all …]
/external/autotest/client/common_lib/
Dpxssh.py194 …)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT, "(?i)connection …
202 … "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT])
205 … "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT])
208 … "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT])
277 i = self.expect([self.PROMPT, TIMEOUT], timeout=timeout)
301 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10)
304 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10)
Dpexpect.py131 class TIMEOUT(ExceptionPexpect): class
249 except TIMEOUT, e:
824 raise TIMEOUT ('Timeout exceeded in read_nonblocking().')
1224 elif p is TIMEOUT:
1225 compiled_pattern_list.append(TIMEOUT)
1341 if type(pattern_list) in types.StringTypes or pattern_list in (TIMEOUT, EOF):
1376 raise TIMEOUT ('Timeout exceeded in expect_any().')
1397 except TIMEOUT, e:
1400 self.after = TIMEOUT
1403 self.match = TIMEOUT
[all …]
/external/libmicrohttpd/src/testspdy/
Dtest_session_timeout.c36 #define TIMEOUT 2 macro
146 TIMEOUT, in parentproc()
174 if(now - beginning > TIMEOUT*1000 + SELECT_MS_TIMEOUT) in parentproc()
178 printf("Timeout is: %i\n",TIMEOUT); in parentproc()
183 if(timeoutlong > beginning + TIMEOUT *1000) in parentproc()
187 printf("Timeout is: %i\n",TIMEOUT); in parentproc()
/external/iptables/iptables/
Diptables-apply13 TIMEOUT=10
51 -t | --timeout Specify the timeout in seconds (default: $TIMEOUT)
67 eval TIMEOUT=$opt
68 case "$TIMEOUT" in
/external/autotest/client/cros/cellular/
Denvironment.py19 TIMEOUT = 60 variable
53 response = urllib2.urlopen(http_config['url'], timeout=TIMEOUT).read()
61 def CheckedConnectToCellular(self, timeout=TIMEOUT):
/external/autotest/server/site_tests/network_StressServoEthernetPlug/
Dnetwork_StressServoEthernetPlug.py9 TIMEOUT = 60 variable
25 end_time = time.time() + TIMEOUT
89 def verify_eth_status(self, up_list, timeout=TIMEOUT):
/external/autotest/site_utils/rpm_control_system/
Ddli.py30 TIMEOUT=5 variable
47 curl.setopt(curl.TIMEOUT,TIMEOUT)
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DMonitorWaitAndWaitedDebuggee.java26 public static long TIMEOUT = 500; field in MonitorWaitAndWaitedDebuggee
40 monitor.wait(TIMEOUT); in run()
DMonitorWaitTest.java140 … assertEquals("Invalid reference type of prepared class,", MonitorWaitAndWaitedDebuggee.TIMEOUT in verifyEvent()
142 logWriter.println("==> CHECK: Wait time out: " + MonitorWaitAndWaitedDebuggee.TIMEOUT); in verifyEvent()
/external/llvm/cmake/modules/
DVersionFromVCS.cmake29 TIMEOUT 5
43 TIMEOUT 5
58 TIMEOUT 5
DGetSVN.cmake48 TIMEOUT 5
67 TIMEOUT 5
75 TIMEOUT 5
/external/apache-http/src/org/apache/http/conn/params/
DConnManagerParams.java71 return params.getLongParameter(TIMEOUT, 0); in getTimeout()
85 params.setLongParameter(TIMEOUT, timeout); in setTimeout()
/external/deqp/scripts/log/
Dlog_parser.py36 TIMEOUT = 'Timeout' variable in StatusCode
48 TIMEOUT
149 statusCode = StatusCode.TIMEOUT
/external/autotest/client/site_tests/video_WebRtcMediaRecorder/
Dvideo_WebRtcMediaRecorder.py21 TIMEOUT = 90 variable
69 test_done, timeout=TIMEOUT,
/external/autotest/client/site_tests/enterprise_RemoraRequisition/
Denterprise_RemoraRequisition.py11 TIMEOUT = 20 variable
60 time.sleep(TIMEOUT)
/external/valgrind/auxprogs/
Dposixtestsuite-1.5.1-diff.txt70 - $(TIMEOUT) $< > $$COMPLOG 2>&1; \
72 + $(TIMEOUT) $(GRIND) $< > $$COMPLOG 2>&1; \
86 - $(TIMEOUT) $< > $$COMPLOG 2>&1; \
87 + $(TIMEOUT) $(GRIND) $< > $$COMPLOG 2>&1; \
/external/autotest/client/cros/
Dhttp_speed.py11 TIMEOUT = 90 variable
21 result = urllib2.urlopen(url, data=data, timeout=TIMEOUT)
/external/autotest/client/site_tests/video_WebRtcCamera/
Dvideo_WebRtcCamera.py20 TIMEOUT = 240 variable
82 test_done, timeout=TIMEOUT,
/external/v8/test/mjsunit/
Dmjsunit.status41 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]],
196 'array-constructor': [PASS, TIMEOUT],
201 'apply': [PASS, TIMEOUT],
204 … android_arm64 or arch == mipsel or arch == mips64el or arch == mips64 or arch == mips', TIMEOUT]],
385 'regress/regress-1257': [PASS, TIMEOUT],
451 'whitespaces': [PASS, TIMEOUT, SLOW],
457 'array-iterate-backwards': [PASS, TIMEOUT],
458 'array-sort': [PASS, TIMEOUT],
463 'math-floor-of-div': [PASS, TIMEOUT],
464 'math-floor-of-div-nosudiv': [PASS, TIMEOUT],
[all …]
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
Dvideo_WebRtcPeerConnectionWithCamera.py20 TIMEOUT = 90 variable
87 test_done, timeout=TIMEOUT,
/external/apache-http/android/src/android/net/http/
DIdleCache.java41 private final static int TIMEOUT = 6 * 1000; field in IdleCache
79 entry.mTimeout = time + TIMEOUT; in cacheConnection()
/external/clang/
Dupdate-prebuilts.py102 TIMEOUT = '60' # In seconds.
107 ['sso_client', '--location', '--request_timeout', TIMEOUT, url],

1234