Searched refs:timeout (Results 351 - 375 of 1718) sorted by relevance

<<11121314151617181920>>

/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A Datrace_from_file_agent.py49 def StartAgentTracing(self, config, timeout=None):
54 def StopAgentTracing(self, timeout=None):
65 def GetResults(self, timeout=None):
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
H A Dinspector_runtime_unittest.py46 self._tab.WaitForJavaScriptCondition(test_defined_js, timeout=10)
49 timeout=10)
65 py_utils.WaitFor(lambda: TestVarReady(context_id), timeout=10)
/external/ltp/testcases/kernel/ipc/ipc_stress/
H A Dsignal_test_03.c69 #define MAXTIME 2 /* MAX timeout (minutes) */
96 int timeout = MAXTIME * 60; /* Number sec to wait for signal */ local
157 while (signals_received == 0 && --timeout) {
163 if (timeout == 0)
H A Dsignal_test_07.c91 int timeout = MAXTIME * 60; /* Timeout value */ local
113 while (signals_received < MAXSIG && --timeout)
116 if (timeout == 0) {
/external/syslinux/com32/modules/
H A Dkontron_wdt.c8 * Note: From the PLD watchdog point of view timeout and pretimeout are
10 * First the pretimeout stage runs out before the timeout stage gets
14 * |-----------------------T timeout
128 wdt.timeout = TIMEOUT;
158 uint32_t timeout; local
168 timeout = kempld_read32(pld, KEMPLD_WDT_STAGE_TIMEOUT(i));
171 kempld_write32(pld, KEMPLD_WDT_STAGE_TIMEOUT(i), timeout);
184 /* assign available stages to timeout and pretimeout */
238 int timeout)
251 stage_timeout64 = ((uint64_t)timeout*pl
236 kempld_wdt_setstagetimeout(struct kempld_watchdog_data *wdt, struct kempld_watchdog_stage *stage, int timeout) argument
[all...]
/external/toybox/toys/other/
H A Dnbd_client.c28 -t timeout in seconds
43 unsigned long timeout = 0; local
76 if (timeout && ioctl(nbd, NBD_SET_TIMEOUT, timeout)<0) break;
/external/tpm2/
H A DPolicySigned.c116 // Create ticket and timeout buffer if in->expiration < 0 and this is not
124 // Generate timeout buffer. The format of output timeout buffer is
130 out->timeout.t.size = sizeof(UINT64);
131 UINT64_TO_BYTE_ARRAY(authTimeout, out->timeout.t.buffer);
141 // timeout buffer is null
142 out->timeout.t.size = 0;
/external/v8/tools/testrunner/local/
H A Dverbose.py38 * %(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/webrtc/webrtc/base/
H A Dhttprequest.h60 int timeout() { return timeout_; } function in class:rtc::HttpRequest
61 void set_timeout(int timeout) { timeout_ = timeout; } argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.h21 const char *uuid, const char *pin, int timeout);
28 const char * hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout);
31 int timeout);
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.h21 const char *uuid, const char *pin, int timeout);
28 const char * hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout);
31 int timeout);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.h21 const char *uuid, const char *pin, int timeout);
28 const char * hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout);
31 int timeout);
/external/autotest/client/common_lib/cros/graphite/
H A Delasticsearch_mock_unittest.py12 timeout=10)
/external/autotest/client/common_lib/cros/
H A Dkiosk_utils.py51 timeout=DEFAULT_TIMEOUT)
/external/autotest/client/common_lib/cros/tendo/
H A Dwebservd_helper.py47 timeout=startup_timeout_seconds,
/external/autotest/client/site_tests/network_TwoShills/
H A Dnetwork_TwoShills.py55 timeout=self.SHILL_EXIT_TIMEOUT_SECONDS,
/external/autotest/client/site_tests/power_LoadTest/extension/
H A Durls.js42 timeout: seconds(30),
53 timeout: seconds(30),
68 timeout: seconds(30),
82 timeout: seconds(30),
/external/autotest/server/cros/
H A Dstress.py157 def stop(self, timeout=45):
161 @param timeout: maximum time to wait for a single run of the stressor to
165 self.join(timeout)
202 def wait(self, timeout=None):
205 @param timeout: maximum time for the thread to complete, by default
208 self.join(timeout)
/external/autotest/server/site_tests/firmware_ECUsbPorts/
H A Dfirmware_ECUsbPorts.py94 def wait_port_disabled(self, port_count, timeout):
100 @param timeout: Timeout range.
103 while timeout > 0:
105 timeout = timeout - 1
/external/autotest/server/site_tests/p2p_EndToEndTest/
H A Dp2p_EndToEndTest.py80 barrier.master_barrier(timeout=P2P_INITIALIZE_TIMEOUT_SECS)
92 barrier.slave_barrier(timeout=P2P_INITIALIZE_TIMEOUT_SECS)
124 timeout=P2P_SERVING_TIMEOUT_SECS)
136 barrier.slave_barrier(sha1, timeout=P2P_SERVING_TIMEOUT_SECS)
/external/autotest/server/site_tests/platform_InstallRecoveryImage/
H A Dplatform_InstallRecoveryImage.py25 if host.ping_wait_up(timeout=self._RECOVERY_INSTALL_DELAY):
/external/autotest/site_utils/
H A Dkill_slow_queries.py36 parser.add_option('-t', '--timeout', type=int, default=300,
85 def kill_slow_queries(user, password, timeout):
86 """Kill the slow database queries running beyond the timeout limit.
90 @param timeout: Timeout limit to kill the slow queries.
100 slow_queries = [p for p in processlist if p[4]=='Query' and p[5]>=timeout]
111 logging.info('No slow queries over %ds!', timeout)
126 options.timeout)
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
H A Dmouse_click.py36 tab.WaitForJavaScriptCondition('window.__mouseClickActionDone', timeout=60)
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
H A Doobe.py40 self.WaitForJavaScriptCondition("typeof Oobe == 'function'", timeout=120)
76 'Oobe.isEnrollmentSuccessfulForTest()', timeout=30)
93 gaia_iframe_context = py_utils.WaitFor(self._GaiaIFrameContext, timeout=30)
125 field=field, timeout=20)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
H A Dbattor_tracing_agent.py54 def StartAgentTracing(self, config, timeout):
59 timeout: number of seconds that this tracing agent should try to start
111 def CollectAgentTraceData(self, trace_data_builder, timeout=None):
112 data = self._battor.CollectTraceData(timeout=timeout)

Completed in 6192 milliseconds

<<11121314151617181920>>