/external/strace/tests/ |
D | run.sh | 8 TIMEOUT="timeout -s 9 $TIMEOUT_DURATION" 9 $TIMEOUT true > /dev/null 2>&1 || 10 TIMEOUT= 12 exec $TIMEOUT "$@"
|
/external/lldb/test/pexpect-2.4/ |
D | pxssh.py | 137 except TIMEOUT: 196 …)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT, "(?i)connection … 204 … "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT]) 207 … "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT]) 210 … "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT]) 279 i = self.expect([self.PROMPT, TIMEOUT], timeout=timeout) 303 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10) 306 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10)
|
D | pexpect.py | 132 class TIMEOUT(ExceptionPexpect): class 250 except TIMEOUT, e: 829 raise TIMEOUT ('Timeout exceeded in read_nonblocking().') 1229 elif p is TIMEOUT: 1230 compiled_pattern_list.append(TIMEOUT) 1346 if type(pattern_list) in types.StringTypes or pattern_list in (TIMEOUT, EOF): 1381 raise TIMEOUT ('Timeout exceeded in expect_any().') 1402 except TIMEOUT, e: 1405 self.after = TIMEOUT 1408 self.match = TIMEOUT [all …]
|
/external/iptables/iptables/ |
D | iptables-apply | 13 TIMEOUT=10 51 -t | --timeout Specify the timeout in seconds (default: $TIMEOUT) 67 eval TIMEOUT=$opt 68 case "$TIMEOUT" in
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 46 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]], 146 'array-constructor': [PASS, TIMEOUT], 149 …oid_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips', TIMEOUT]], 242 'regress/regress-1257': [PASS, TIMEOUT], 270 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], 271 'regress/regress-2185-2': [PASS, TIMEOUT], 272 'whitespaces': [PASS, TIMEOUT, SLOW], 316 'array-sort': [PASS, TIMEOUT], 346 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]], 347 'array-splice': [PASS, TIMEOUT], [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | MonitorWaitAndWaitedDebuggee.java | 26 public static long TIMEOUT = 500; field in MonitorWaitAndWaitedDebuggee 40 monitor.wait(TIMEOUT); in run()
|
D | MonitorWaitTest.java | 140 … assertEquals("Invalid reference type of prepared class,", MonitorWaitAndWaitedDebuggee.TIMEOUT in verifyEvent() 142 logWriter.println("==> CHECK: Wait time out: " + MonitorWaitAndWaitedDebuggee.TIMEOUT); in verifyEvent()
|
/external/lldb/test/pexpect-2.4/examples/ |
D | sshls.py | 22 i = child.expect([pexpect.TIMEOUT, ssh_newkey, 'password: ']) 31 i = child.expect([pexpect.TIMEOUT, 'password: '])
|
D | monitor.py | 80 i = child.expect([pexpect.TIMEOUT, SSH_NEWKEY, COMMAND_PROMPT, '(?i)password']) 107 i = child.expect ([pexpect.TIMEOUT, COMMAND_PROMPT], timeout=10) 111 i = child.expect ([pexpect.TIMEOUT, COMMAND_PROMPT], timeout=10)
|
D | ssh_tunnel.py | 49 index = ps.expect (['/usr/bin/ssh', pexpect.EOF, pexpect.TIMEOUT])
|
/external/llvm/cmake/modules/ |
D | VersionFromVCS.cmake | 29 TIMEOUT 5 43 TIMEOUT 5 58 TIMEOUT 5
|
D | GetSVN.cmake | 48 TIMEOUT 5 67 TIMEOUT 5 75 TIMEOUT 5
|
/external/apache-http/src/org/apache/http/conn/params/ |
D | ConnManagerParams.java | 71 return params.getLongParameter(TIMEOUT, 0); in getTimeout() 85 params.setLongParameter(TIMEOUT, timeout); in setTimeout()
|
D | ConnManagerPNames.java | 56 public static final String TIMEOUT = "http.conn-manager.timeout"; field
|
D | ConnManagerParamBean.java | 54 params.setLongParameter(ConnManagerPNames.TIMEOUT, timeout); in setTimeout()
|
/external/deqp/scripts/log/ |
D | log_parser.py | 36 TIMEOUT = 'Timeout' variable in StatusCode 48 TIMEOUT 149 statusCode = StatusCode.TIMEOUT
|
/external/valgrind/auxprogs/ |
D | posixtestsuite-1.5.1-diff.txt | 70 - $(TIMEOUT) $< > $$COMPLOG 2>&1; \ 72 + $(TIMEOUT) $(GRIND) $< > $$COMPLOG 2>&1; \ 86 - $(TIMEOUT) $< > $$COMPLOG 2>&1; \ 87 + $(TIMEOUT) $(GRIND) $< > $$COMPLOG 2>&1; \
|
/external/v8/tools/testrunner/local/ |
D | statusfile.py | 34 TIMEOUT = "TIMEOUT" variable 46 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK,
|
/external/apache-http/android/src/android/net/http/ |
D | IdleCache.java | 41 private final static int TIMEOUT = 6 * 1000; field in IdleCache 79 entry.mTimeout = time + TIMEOUT; in cacheConnection()
|
/external/vogar/src/vogar/ |
D | TestProperties.java | 50 public static final String TIMEOUT = "timeout"; field in TestProperties
|
/external/nist-sip/java/javax/sip/header/ |
D | SubscriptionStateHeader.java | 14 String TIMEOUT = "Timeout"; field
|
/external/v8/test/promises-aplus/lib/ |
D | mocha.js | 42 var TIMEOUT = 1000; 129 }.bind(this), TIMEOUT);
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 20-dns.conf | 49 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) set_dns_props;;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
D | HttpsURLConnectionTest.java | 74 private static final int TIMEOUT = 5000; field in HttpsURLConnectionTest 997 clientConnection.setConnectTimeout(TIMEOUT); in doInteraction() 998 clientConnection.setReadTimeout(TIMEOUT); in doInteraction() 1232 serverSocket.setSoTimeout(TIMEOUT); in run() 1236 peerSocket.setSoTimeout(TIMEOUT); in run() 1287 peerSocket.setSoTimeout(TIMEOUT); in run()
|
/external/iputils/ |
D | tftpd.c | 77 #define TIMEOUT 5 macro 80 int rexmtval = TIMEOUT; 81 int maxtimeout = 5*TIMEOUT;
|