Searched refs:timeout (Results 201 - 225 of 1476) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fence.c55 uint64_t timeout)
53 softpipe_fence_finish(struct pipe_screen *screen, struct pipe_fence_handle *fence, uint64_t timeout) argument
/external/toybox/toys/pending/
H A Dsulogin.c27 long timeout;
50 if(TT.timeout) {
52 alarm(TT.timeout);
56 if(TT.timeout) alarm(0);
/external/v8/tools/testrunner/local/
H A Dcommands.py52 def RunProcess(verbose, timeout, args, **rest):
106 timer = Timer(timeout, kill_process, [process, timeout_result])
113 def Execute(args, verbose=False, timeout=None):
117 timeout,
/external/valgrind/memcheck/tests/solaris/
H A Dscalar_lwp_sigqueue.stderr.exp16 Syscall param lwp_sigqueue(timeout) contains uninitialised byte(s)
19 Syscall param lwp_sigqueue(timeout) points to unaddressable byte(s)
H A Dscalar_lwp_sigqueue_pid.stderr.exp19 Syscall param lwp_sigqueue(timeout) contains uninitialised byte(s)
22 Syscall param lwp_sigqueue(timeout) points to unaddressable byte(s)
/external/vogar/src/org/junit/
H A DTest.java33 long timeout() default 0L;
/external/autotest/client/site_tests/desktopui_Respawn/
H A Ddesktopui_Respawn.py26 def _nuke_ui_with_prejudice_and_wait(self, timeout):
29 @param timeout: time in seconds to wait for browser to come back."""
38 timeout=timeout)
/external/autotest/client/site_tests/kernel_FirmwareRequest/src/
H A Dfw_filesystem.sh18 OLD_TIMEOUT=$(cat /sys/class/firmware/timeout)
29 echo "$OLD_TIMEOUT" >/sys/class/firmware/timeout
39 # Turn down the timeout so failures don't take so long.
40 echo 1 >/sys/class/firmware/timeout
71 echo "$0: timeout works"
/external/autotest/client/site_tests/logging_AsanCrash/
H A Dlogging_AsanCrash.py45 timeout=10,
57 timeout=10,
64 timeout=10,
/external/autotest/client/tests/kvm/tests/
H A Dnic_bonding.py20 timeout = int(params.get("login_timeout", 1200))
23 session_serial = vm.wait_for_serial_login(timeout=timeout)
/external/autotest/client/virt/tests/
H A Dnicdriver_unload.py22 timeout = int(params.get("login_timeout", 360))
25 session_serial = vm.wait_for_serial_login(timeout=timeout)
/external/autotest/server/site_tests/platform_USBHIDWake/
H A Dplatform_USBHIDWake.py65 def wait_for_host(self, host=None, timeout=30):
66 '''Wait for the DUT to come back up, with a timeout
69 @param timeout: maximum time in seconds to wait
72 return site_utils.ping(host, deadline=timeout) == 0
95 if not self.wait_for_host(host=client_ip, timeout=10):
/external/autotest/server/
H A Dsubcommand.py14 def parallel(tasklist, timeout=None, return_results=False):
19 @param timeout: Number of seconds after which the commands should timeout.
29 if timeout:
30 endtime = time.time() + timeout
34 if timeout:
37 status = task.fork_waitfor(timeout=remaining_timeout)
56 def parallel_simple(function, arglist, log=True, timeout=None,
73 @param timeout: Number of seconds after which the commands should timeout
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
H A Drepeatable_scroll.py12 repeat_count=0, repeat_delay_ms=250, timeout=60):
19 self._timeout = timeout
40 timeout=self._timeout)
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
H A Dchrome_browser_backend.py166 timeout = self.browser_options.browser_startup_timeout
167 util.WaitFor(self.HasBrowserFinishedLaunching, timeout=timeout)
182 util.WaitFor(self._AllExtensionsLoaded, timeout=60)
242 timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
253 trace_options, custom_categories, timeout)
295 def DumpMemory(self, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
296 return self.devtools_client.DumpMemory(timeout)
303 self, suppressed, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
305 suppressed, timeout)
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
H A Ddo_nothing_forwarder.py64 (self.host_ip, local_port), timeout=10)
73 def _WaitForConnectionEstablished(self, address, timeout):
77 util.WaitFor(CanConnect, timeout)
/external/guava/guava-bootstrap/src/java/util/concurrent/
H A DExecutorService.java25 boolean awaitTermination(long timeout, TimeUnit unit) argument
38 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
45 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
37 invokeAll( Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
44 invokeAny( Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
/external/iptables/extensions/
H A Dlibxt_IDLETIMER.c35 {.name = "timeout", .id = O_TIMEOUT, .type = XTTYPE_UINT32,
36 .flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s, timeout)},
49 " --timeout time Timeout until the notification is sent (in seconds)\n"
63 printf(" timeout:%u", info->timeout);
74 printf(" --timeout %u", info->timeout);
/external/junit/src/org/junit/internal/runners/
H A DTestMethod.java37 long timeout= annotation.timeout();
38 return timeout;
/external/libbrillo/brillo/dbus/
H A Ddbus_connection.cc31 base::TimeDelta timeout) {
35 base::TimeTicks deadline = base::TimeTicks::Now() + timeout;
53 LOG(ERROR) << "Failed to get system bus after " << timeout.InSeconds()
30 ConnectWithTimeout( base::TimeDelta timeout) argument
/external/libchrome/base/test/
H A Dtest_timeouts.cc26 // timeout multiplier. See http://crbug.com/412471
48 int timeout; local
49 base::StringToInt(string_value, &timeout);
50 *value = std::max(*value, timeout);
70 // The timeout values should increase in the order they appear in this block.
105 // Test launcher timeout is independent from anything above action timeout.
109 // The timeout values should be increasing in the right order.
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_uart.c267 static struct timeval timeval_remaining(struct timespec timeout) { argument
272 delta.tv_sec = timeout.tv_sec - now.tv_sec;
273 delta.tv_usec = (timeout.tv_nsec - now.tv_nsec) / (long)1000;
302 struct timespec timeout; local
310 // Read timeout:
311 // FW mode: 10s timeout
313 // >1 byte read: LLC payload, 100ms timeout (before pn544 re-transmit)
315 clock_gettime(CLOCK_MONOTONIC, &timeout);
316 timeout.tv_nsec += 100000000;
317 if (timeout
[all...]
/external/rmi4utils/rmidevice/
H A Dhiddevice.h41 virtual int WaitForAttention(struct timeval * timeout = NULL,
43 virtual int GetAttentionReport(struct timeval * timeout, unsigned int source_mask,
76 int GetReport(int *reportId, struct timeval * timeout = NULL);
/external/tpm2/
H A DPolicySecret.c69 // Create ticket and timeout buffer if in->expiration < 0 and this is not
77 // Generate timeout buffer. The format of output timeout buffer is
83 out->timeout.t.size = sizeof(UINT64);
84 UINT64_TO_BYTE_ARRAY(authTimeout, out->timeout.t.buffer);
93 // timeout buffer is null
94 out->timeout.t.size = 0;
/external/autotest/client/virt/
H A Dkvm_monitor.py112 def _acquire_lock(self, timeout=20):
113 end_time = time.time() + timeout
121 def _data_available(self, timeout=0):
122 timeout = max(0, timeout)
124 return bool(select.select([self._socket], [], [], timeout)[0])
197 def _read_up_to_qemu_prompt(self, timeout=20):
199 end_time = time.time() + timeout
238 def cmd(self, command, timeout=20, debug=True):
243 @param timeout
[all...]

Completed in 766 milliseconds

1234567891011>>