HomeSort by relevance Sort by last modified time
    Searched refs:TIMEOUT (Results 26 - 50 of 175) sorted by null

12 3 4 5 6 7

  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 14 String TIMEOUT = "Timeout";
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 43 private static final int TIMEOUT = 5000;
63 this.wait(TIMEOUT);
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerParams.java 56 * Returns the timeout in milliseconds used when retrieving a
60 * @return timeout in milliseconds.
66 return params.getLongParameter(TIMEOUT, 0);
70 * Sets the timeout in milliseconds used when retrieving a
74 * @param timeout the timeout in milliseconds
76 public static void setTimeout(final HttpParams params, long timeout) {
80 params.setLongParameter(TIMEOUT, timeout);
  /external/chromium_org/third_party/pexpect/
pxssh.py 90 def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None):
92 spawn.__init__(self, None, timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, logfile=logfile, cwd=cwd, env=env)
161 self.read_nonblocking(size=10000,timeout=1)
162 except TIMEOUT:
167 x = self.read_nonblocking(size=1000,timeout=1)
171 a = self.read_nonblocking(size=1000,timeout=1)
175 b = self.read_nonblocking(size=1000,timeout=1)
198 a timeout when looking for the prompt we assume that the original
227 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT, "(?i)connection closed by remote host"], timeout=login_timeout
    [all...]
  /external/lldb/test/pexpect-2.4/
pxssh.py 73 def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None):
74 spawn.__init__(self, None, timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, logfile=logfile, cwd=cwd, env=env)
136 self.read_nonblocking(size=10000,timeout=1) # GAS: Clear out the cache before getting the prompt
137 except TIMEOUT:
142 x = self.read_nonblocking(size=1000,timeout=1)
146 a = self.read_nonblocking(size=1000,timeout=1)
150 b = self.read_nonblocking(size=1000,timeout=1)
173 a timeout when looking for the prompt we assume that the original
196 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT, "(?i)connection closed by remote host"], timeout=login_timeout
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 49 NULL, TIMEOUT, NOW
235 assert_select_OP_ACCEPT(SelectType.TIMEOUT, 0);
236 assert_select_OP_CONNECT(SelectType.TIMEOUT, 0);
237 assert_select_OP_READ(SelectType.TIMEOUT, 0);
238 assert_select_OP_WRITE(SelectType.TIMEOUT, 0);
240 assert_select_OP_ACCEPT(SelectType.TIMEOUT, WAIT_TIME);
241 assert_select_OP_CONNECT(SelectType.TIMEOUT, WAIT_TIME);
242 assert_select_OP_READ(SelectType.TIMEOUT, WAIT_TIME);
243 assert_select_OP_WRITE(SelectType.TIMEOUT, WAIT_TIME);
250 assert_select_SelectorClosed(SelectType.TIMEOUT, 0)
    [all...]
  /external/iptables/iptables/
iptables-apply 13 TIMEOUT=10
51 -t | --timeout Specify the timeout in seconds (default: $TIMEOUT)
58 LONGOPTS="timeout:,version,help";
67 eval TIMEOUT=$opt
68 case "$TIMEOUT" in
71 echo "E: non-numeric timeout value." >&2
83 (-t|--timeout) OPT_STATE=SET_TIMEOUT;;
151 read -n1 -t "${TIMEOUT:-15}" ret 2>&1 ||
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
ssh_tunnel.py 49 index = ps.expect (['/usr/bin/ssh', pexpect.EOF, pexpect.TIMEOUT])
51 print 'TIMEOUT in ps command...'
monitor.py 80 i = child.expect([pexpect.TIMEOUT, SSH_NEWKEY, COMMAND_PROMPT, '(?i)password'])
81 if i == 0: # Timeout
107 i = child.expect ([pexpect.TIMEOUT, COMMAND_PROMPT], timeout=10)
111 i = child.expect ([pexpect.TIMEOUT, COMMAND_PROMPT], timeout=10)
passmass.py 21 i = child.expect([pexpect.TIMEOUT, SSH_NEWKEY, '[Pp]assword: '])
22 if i == 0: # Timeout
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
GLReferenceBenchmark.java 33 private static final int TIMEOUT = 1000000;
46 intent.putExtra(GLActivityIntentKeys.INTENT_EXTRA_TIMEOUT, TIMEOUT);
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 49 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) set_dns_props;;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PreparePageFadeoutTexture.java 11 private static final long TIMEOUT = 200;
41 } else if (mResultReady.block(TIMEOUT)) {
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults_unittest.py 47 "expected": "TIMEOUT",
48 "actual": "TIMEOUT",
52 "expected": "TIMEOUT",
53 "actual": "TIMEOUT"
57 "expected": "PASS FAIL IMAGE TIMEOUT CRASH MISSING",
58 "actual": "TIMEOUT",
129 "TIMEOUT": 16,
384 "num_failures_by_type": {"AUDIO": [0], "CRASH": [3], "FAIL": [2], "IMAGE": [1], "IMAGE+TEXT": [0], "MISSING": [0], "PASS": [10], "SKIP": [2], "TEXT": [3], "TIMEOUT": [16], "LEAK": [1]},
401 "expected": "TIMEOUT",
402 "results": [[1, TIMEOUT]],
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientOnFormResubmissionTest.java 58 // Server timeout in seconds. Used to detect dontResend case.
59 private static final long TIMEOUT = scaleTimeout(3);
124 // Wait for page finished callback, or a timeout. A timeout is necessary
126 onPageFinishedHelper.waitForCallback(callCount, 1, TIMEOUT, TimeUnit.SECONDS);
  /external/chromium_org/tools/android/adb_profile_chrome/
chrome_controller.py 42 re.compile(r'{"traceCategoriesList(.*)'), None, timeout=5).group(0)
43 except pexpect.TIMEOUT:
80 self._trace_start_re, None, timeout=5)
81 except pexpect.TIMEOUT:
90 self._trace_finish_re, None, timeout=120).group(1)
  /frameworks/base/core/java/android/net/http/
IdleCache.java 43 /* six second timeout for connections */
44 private final static int TIMEOUT = 6 * 1000;
82 entry.mTimeout = time + TIMEOUT;
  /external/clang/utils/ABITest/layout/
Makefile 10 TIMEOUT := 5
  /external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 753 SetMockDnsClientRules(MockDnsClientRule::TIMEOUT,
754 MockDnsClientRule::TIMEOUT);
782 SetMockDnsClientRules(MockDnsClientRule::TIMEOUT,
783 MockDnsClientRule::TIMEOUT);
843 // TODO(mmenke): This test could flakily pass due to the timeout on downloading
844 // the corrections. Disable that timeout for browser tests.
848 SetMockDnsClientRules(MockDnsClientRule::TIMEOUT, MockDnsClientRule::TIMEOUT);
872 SetMockDnsClientRules(MockDnsClientRule::TIMEOUT, MockDnsClientRule::TIMEOUT);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results_unittest.py 40 if result_type == test_expectations.TIMEOUT:
52 tests = ['passes/text.html', 'failures/expected/timeout.html', 'failures/expected/crash.html', 'failures/expected/leak.html', 'failures/expected/keyboard.html',
67 initial_results.add(get_result('failures/expected/timeout.html', test_expectations.TIMEOUT), expected, test_is_slow)
77 initial_results.add(get_result('failures/expected/timeout.html'), expected, test_is_slow)
81 initial_results.add(get_result('passes/text.html', test_expectations.TIMEOUT, run_time=1), expected, test_is_slow)
83 initial_results.add(get_result('failures/expected/timeout.html', test_expectations.CRASH, run_time=0.05), expected, test_is_slow)
84 initial_results.add(get_result('failures/expected/crash.html', test_expectations.TIMEOUT), expected, test_is_slow)
85 initial_results.add(get_result('failures/expected/leak.html', test_expectations.TIMEOUT), expected, test_is_slow)
93 retry_results.add(get_result('failures/expected/timeout.html'), True, test_is_slow
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MonitorWaitTest.java 139 // Check wait's timeout
140 assertEquals("Invalid reference type of prepared class,", MonitorWaitAndWaitedDebuggee.TIMEOUT
142 logWriter.println("==> CHECK: Wait time out: " + MonitorWaitAndWaitedDebuggee.TIMEOUT);
  /external/chromium_org/v8/tools/testrunner/local/
statusfile.py 34 TIMEOUT = "TIMEOUT"
46 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK,
verbose.py 38 * %(timeout)4d tests are expected to timeout sometimes
47 skipped = timeout = nocrash = passes = fail_ok = fail = 0
56 if statusfile.TIMEOUT in o: timeout += 1
64 "timeout": timeout,
  /external/chromium_org/build/android/pylib/linker/
test_case.py 151 def _StartActivityAndWaitForLinkerTestStatus(device, timeout):
152 """Force-start an activity and wait up to |timeout| seconds until the full
156 timeout: Timeout in seconds
170 # 3. Wait up to |timeout| seconds until the test status is in the logcat.
172 max_tries = timeout
186 return ResultType.TIMEOUT, logs
332 elif status == ResultType.TIMEOUT:
333 result_text = 'TIMEOUT'
368 found, stop the loop. Otherwise timeout after 30 seconds
    [all...]
  /external/chromium_org/build/android/pylib/base/
base_test_result.py 12 TIMEOUT = 'TIMEOUT'
19 ResultType.TIMEOUT, ResultType.UNKNOWN]
108 s.append('[ FAILED ] %s (TIMEOUT)' % str(t))
176 return self._GetType(ResultType.TIMEOUT)

Completed in 1134 milliseconds

12 3 4 5 6 7