HomeSort by relevance Sort by last modified time
    Searched full:timeout (Results 126 - 150 of 5099) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/tools/site_compare/scrapers/chrome/
chromebase.py 50 def Scrape(urls, outdir, size, pos, timeout, kwargs):
58 timeout: amount of time to wait for page to load
84 load_time = windowing.WaitForThrobber(wnd, (20, 16, 36, 32), timeout)
108 if not windowing.WaitForProcessExit(proc, timeout):
113 return "timeout"
118 def Time(urls, size, timeout, kwargs):
124 timeout: amount of time to wait for page to load
128 A list of tuples (url, time). "time" can be "crashed" or "timeout"
153 load_time = windowing.WaitForThrobber(wnd, (20, 16, 36, 32), timeout)
158 load_time = "timeout"
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_memory.py 25 def GetDOMCounters(self, timeout):
29 timeout: The number of seconds to wait for the inspector backend to
38 }, timeout)
misc_web_contents_backend.py 29 def _ListWebContents(self, timeout=None):
30 data = self._browser_backend.Request('', timeout=timeout)
  /external/guava/guava-bootstrap/src/java/util/concurrent/
ExecutorService.java 25 boolean awaitTermination(long timeout, TimeUnit unit)
38 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
45 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
  /external/iptables/extensions/
libxt_SET.man 16 \fB\-\-timeout\fP \fIvalue\fP
17 when adding entry, the timeout value to use instead of the default
21 when adding entry if it already exists, reset the timeout value
  /external/junit/src/org/junit/internal/runners/
TestMethod.java 37 long timeout= annotation.timeout(); local
38 return timeout;
  /frameworks/base/core/java/com/android/internal/util/
DumpUtils.java 35 * trying to acquire, we use a short timeout to avoid deadlocks. The process
38 public static void dumpAsync(Handler handler, final Dump dump, PrintWriter pw, long timeout) {
47 }, timeout)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hysdn_if.h 24 #define ERR_BOOTSEQ_FAIL 1006 /* 2. stage boot seq handshake timeout */
25 #define ERR_POF_TIMEOUT 1007 /* timeout waiting for card pof ready */
29 #define ERR_ASYNC_TIME 1011 /* timeout sending async data */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hysdn_if.h 24 #define ERR_BOOTSEQ_FAIL 1006 /* 2. stage boot seq handshake timeout */
25 #define ERR_POF_TIMEOUT 1007 /* timeout waiting for card pof ready */
29 #define ERR_ASYNC_TIME 1011 /* timeout sending async data */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hysdn_if.h 24 #define ERR_BOOTSEQ_FAIL 1006 /* 2. stage boot seq handshake timeout */
25 #define ERR_POF_TIMEOUT 1007 /* timeout waiting for card pof ready */
29 #define ERR_ASYNC_TIME 1011 /* timeout sending async data */
  /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)
  /system/netd/
IdletimerController.h 27 int addInterfaceIdletimer(const char *iface, uint32_t timeout,
29 int removeInterfaceIdletimer(const char *iface, uint32_t timeout,
40 int modifyInterfaceIdletimer(IptOp op, const char *iface, uint32_t timeout,
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamRequest.java 59 /* timeout to connect to all SOCKS5 proxies */
62 /* minimum timeout to connect to one SOCKS5 proxy */
103 * Returns the maximum timeout to connect to SOCKS5 proxies. Default is 10000ms.
106 * by the initiator until a connection is established. This timeout divided by the number of
107 * SOCKS5 proxies determines the timeout for every connection attempt.
109 * You can set the minimum timeout for establishing a connection to one SOCKS5 proxy by invoking
112 * @return the maximum timeout to connect to SOCKS5 proxies
122 * Sets the maximum timeout to connect to SOCKS5 proxies. Default is 10000ms.
125 * by the initiator until a connection is established. This timeout divided by the number of
126 * SOCKS5 proxies determines the timeout for every connection attempt.
207 int timeout = Math.max(getTotalConnectTimeout() \/ streamHosts.size(), local
    [all...]
  /frameworks/base/docs/html/tools/help/uiautomator/
Configurator.jd 72 <div class="jd-descrdiv">Gets the current timeout for waiting for an acknowledgment of generic
127 <div class="jd-descrdiv">Gets the timeout for waiting for an acknowledgement of an
146 <div class="jd-descrdiv">Gets the current timeout used for waiting for the user interface to go
165 <div class="jd-descrdiv">Gets the current timeout for waiting for a widget to become visible in
182 <span class="sympad"><a href="#setActionAcknowledgmentTimeout(long)">setActionAcknowledgmentTimeout</a></span>(long timeout)</nobr>
184 <div class="jd-descrdiv">Sets the timeout for waiting for an acknowledgment of generic uiautomator
219 <span class="sympad"><a href="#setScrollAcknowledgmentTimeout(long)">setScrollAcknowledgmentTimeout</a></span>(long timeout)</nobr>
221 <div class="jd-descrdiv">Sets the timeout for waiting for an acknowledgement of an
238 <span class="sympad"><a href="#setWaitForIdleTimeout(long)">setWaitForIdleTimeout</a></span>(long timeout)</nobr>
240 <div class="jd-descrdiv">Sets the timeout for waiting for the user interface to go into an idl
    [all...]
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 123 new Timeout(content); // for its side effects
131 new Timeout(content); // for its side effects
147 new Timeout(content); // for its side effects
213 new Timeout(content); // for its side effects
215 // Set up the callback so we can remove the timeout if the
243 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class); local
245 for (int i = 0; i < timeout.length; i++) {
246 Timeout t = timeout[i]
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoTestCase.java 53 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
63 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
73 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
82 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
90 WifiP2pInfo info = mReceiverTest.waitConnectionNotice(TIMEOUT);
P2pClientPbcTestCase.java 62 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
87 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
95 Timeout t = new Timeout(TIMEOUT);
P2pClientPinTestCase.java 59 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
84 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
92 Timeout t = new Timeout(TIMEOUT);
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
TestListParser.java 55 int timeout = -1; local
57 timeout = Integer.parseInt(tokens[2]);
59 handleTest(currentCase, value, timeout);
102 private void handleTest(TestCase testCase, String test, int timeout) {
103 testCase.addTest(test, timeout);
  /external/chromium/base/test/
test_timeouts.cc 23 int timeout; local
24 base::StringToInt(string_value, &timeout);
25 *value = std::max(*value, timeout);
43 // The timeout values should increase in the order they appear in this block.
77 // The timeout values should be increasing in the right order.
  /external/chromium_org/base/test/
test_switches.cc 9 const char switches::kTestLargeTimeout[] = "test-large-timeout";
53 const char switches::kTestLauncherTimeout[] = "test-launcher-timeout";
55 const char switches::kTestTinyTimeout[] = "test-tiny-timeout";
56 const char switches::kUiTestActionTimeout[] = "ui-test-action-timeout";
57 const char switches::kUiTestActionMaxTimeout[] = "ui-test-action-max-timeout";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_input.py 34 def __init__(self, test_name, timeout=None, requires_lock=None, reference_files=None, should_run_pixel_tests=None, should_add_missing_baselines=True):
39 self.timeout = timeout # in msecs; should rename this for consistency
46 return "TestInput('%s', timeout=%s, requires_lock=%s, reference_files=%s, should_run_pixel_tests=%s, should_add_missing_baselines%s)" % (self.test_name, self.timeout, self.requires_lock, self.reference_files, self.should_run_pixel_tests, self.should_add_missing_baselines)
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.h 69 // The timeout pointer MUST NOT be NULL.
70 // Set timeout->tv_sec to 0x3FFFFFFF if you want to have effectively no timeout
71 // After calling mDNSPosixGetFDSet(), call select(nfds, &readfds, NULL, NULL, &timeout); as usual
73 extern void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, struct timeval *timeout);
  /external/qemu/distrib/sdl-1.2.15/src/thread/beos/
SDL_syssem.c 65 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
76 if ( timeout == SDL_MUTEX_MAXWAIT ) {
79 timeout *= 1000; /* BeOS uses a timeout in microseconds */
80 val = acquire_sem_etc(sem->id, 1, B_RELATIVE_TIMEOUT, timeout);

Completed in 709 milliseconds

1 2 3 4 56 7 8 91011>>