Home
last modified time | relevance | path

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

123

/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DSelectorTest.java55 NULL, TIMEOUT, NOW enumConstant
244 assert_select_OP_ACCEPT(SelectType.TIMEOUT, 0); in test_selectJ()
245 assert_select_OP_CONNECT(SelectType.TIMEOUT, 0); in test_selectJ()
246 assert_select_OP_READ(SelectType.TIMEOUT, 0); in test_selectJ()
247 assert_select_OP_WRITE(SelectType.TIMEOUT, 0); in test_selectJ()
249 assert_select_OP_ACCEPT(SelectType.TIMEOUT, WAIT_TIME); in test_selectJ()
250 assert_select_OP_CONNECT(SelectType.TIMEOUT, WAIT_TIME); in test_selectJ()
251 assert_select_OP_READ(SelectType.TIMEOUT, WAIT_TIME); in test_selectJ()
252 assert_select_OP_WRITE(SelectType.TIMEOUT, WAIT_TIME); in test_selectJ()
259 assert_select_SelectorClosed(SelectType.TIMEOUT, 0); in test_selectJ_SelectorClosed()
[all …]
/external/v8/test/mjsunit/
Dmjsunit.status56 array-constructor: PASS || TIMEOUT
59 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == mips)
62 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
90 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
91 array-splice: PASS || TIMEOUT
94 mirror-object: PASS || TIMEOUT
95 string-indexof-2: PASS || TIMEOUT
139 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
140 array-splice: PASS || TIMEOUT
143 mirror-object: PASS || TIMEOUT
[all …]
/external/iptables/iptables/
Diptables-apply13 TIMEOUT=10
52 -t | --timeout Specify the timeout in seconds (default: $TIMEOUT)
68 eval TIMEOUT=$opt
69 case "$TIMEOUT" in
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dtimeout-zero-expected.txt1 …imeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.
6 PASS error.code is error.TIMEOUT
Derror-expected.txt11 PASS error.TIMEOUT is 3
Dtimeout-clear-watch-expected.txt6 PASS error.code is error.TIMEOUT
/external/llvm/cmake/modules/
DVersionFromVCS.cmake29 TIMEOUT 5
43 TIMEOUT 5
58 TIMEOUT 5
/external/apache-http/src/org/apache/http/conn/params/
DConnManagerParams.java66 return params.getLongParameter(TIMEOUT, 0); in getTimeout()
80 params.setLongParameter(TIMEOUT, timeout); in setTimeout()
DConnManagerPNames.java51 public static final String TIMEOUT = "http.conn-manager.timeout"; field
DConnManagerParamBean.java49 params.setLongParameter(ConnManagerPNames.TIMEOUT, timeout); in setTimeout()
/external/valgrind/main/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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DChannelCondition.java25 public static final int TIMEOUT = 1; field
/external/v8/test/mozilla/
Dmozilla.status73 js1_5/GC/regress-203278-2: PASS || TIMEOUT if $mode == debug
101 js1_5/Regress/regress-360969-03: PASS || TIMEOUT if $mode == debug
102 js1_5/Regress/regress-360969-04: PASS || TIMEOUT if $mode == debug
103 js1_5/Regress/regress-360969-05: PASS || TIMEOUT if $mode == debug
104 js1_5/Regress/regress-360969-06: PASS || TIMEOUT if $mode == debug
105 js1_5/extensions/regress-365527: PASS || TIMEOUT if $mode == debug
115 ecma/Date/15.9.5.10-2: PASS || (FAIL || TIMEOUT if $mode == debug)
166 js1_5/Regress/regress-416628: PASS || FAIL || TIMEOUT if $mode == debug
188 js1_5/extensions/regress-371636: PASS || FAIL || TIMEOUT if $mode == debug
281 ecma_3/RegExp/regress-330684: TIMEOUT
[all …]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dprinting_unittest.py135 if result_type == test_expectations.TIMEOUT:
391 rs.add(self.get_result('passes/text.html', test_expectations.TIMEOUT), False)
420 rs.add(self.get_result('passes/text.html', test_expectations.TIMEOUT), False)
494 test_expectations.TIMEOUT), expected)
502 rs.add(self.get_result('passes/text.html', test_expectations.TIMEOUT),
507 test_expectations.TIMEOUT),
Dresult_summary.py88 if result.type == test_expectations.CRASH or result.type == test_expectations.TIMEOUT:
Dtest_expectations.py44 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, SKIP, WONTFIX,
264 'timeout': TIMEOUT,
279 TIMEOUT: ('test timed out', 'tests timed out'),
283 EXPECTATION_ORDER = (PASS, CRASH, TIMEOUT, MISSING, IMAGE_PLUS_TEXT,
579 if 'slow' in options and TIMEOUT in expectations:
/external/nist-sip/java/javax/sip/header/
DSubscriptionStateHeader.java14 String TIMEOUT = "Timeout"; field
/external/webkit/Source/WebCore/page/
DPositionError.h40 TIMEOUT = 3 enumerator
/external/grub/netboot/
Dmain.c277 timeout = rfc2131_sleep_interval (TIMEOUT, retry); in udp_transmit()
333 timeout = rfc2131_sleep_interval (block ? TFTP_REXMT : TIMEOUT, retry); in tftp()
335 timeout = rfc2131_sleep_interval (TIMEOUT, retry); in tftp()
511 timeout = rfc2131_sleep_interval (TIMEOUT, retry); in rarp()
603 timeout = rfc2131_sleep_interval (TIMEOUT, retry++); in bootp()
655 timeout = rfc2131_sleep_interval (TIMEOUT, reqretry++); in bootp()
/external/dhcpcd/dhcpcd-hooks/
D20-dns.conf49 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) set_dns_props;;
D95-configured16 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java74 private static final int TIMEOUT = 5000; field in HttpsURLConnectionTest
999 clientConnection.setConnectTimeout(TIMEOUT); in doInteraction()
1000 clientConnection.setReadTimeout(TIMEOUT); in doInteraction()
1237 serverSocket.setSoTimeout(TIMEOUT); in run()
1241 peerSocket.setSoTimeout(TIMEOUT); in run()
1292 peerSocket.setSoTimeout(TIMEOUT); in run()
/external/ppp/pppd/
Dfsm.c237 TIMEOUT(fsm_timeout, f, f->timeouttime);
300 TIMEOUT(fsm_timeout, f, f->timeouttime);
632 TIMEOUT(fsm_timeout, f, f->timeouttime);
786 TIMEOUT(fsm_timeout, f, f->timeouttime);
/external/clang/utils/ABITest/layout/
DMakefile10 TIMEOUT := 5 macro
/external/ganymed-ssh2/examples/
DSingleThreadStdoutStderr.java76 if ((conditions & ChannelCondition.TIMEOUT) != 0) in main()

123