Searched refs:timeout (Results 26 - 50 of 1718) sorted by relevance

1234567891011>>

/external/curl/src/
H A Dtool_sleep.c51 struct timeval timeout;
52 timeout.tv_sec = ms / 1000L;
54 timeout.tv_usec = ms * 1000L;
55 select(0, NULL, NULL, NULL, &timeout);
/external/fio/os/windows/posix/include/sys/
H A Dpoll.h13 int poll(struct pollfd fds[], nfds_t nfds, int timeout);
/external/libcxx/test/std/thread/futures/futures.overview/
H A Dfuture_status.pass.cpp17 // timeout,
26 static_assert(static_cast<int>(std::future_status::timeout) == 1, "");
/external/libcxx/test/std/thread/thread.condition/
H A Dcv_status.pass.cpp14 // enum class cv_status { no_timeout, timeout };
22 assert(static_cast<int>(std::cv_status::timeout) == 1);
/external/ltp/testcases/commands/tpm-tools/tpm/tpm_clear/
H A Dtpm_clear_tests_exp01.sh22 set timeout 30
28 expect timeout
/external/ltp/testcases/commands/tpm-tools/tpm/tpm_getpubek/
H A Dtpm_getpubek_tests_exp01.sh22 set timeout 30
35 expect timeout
/external/ltp/testcases/commands/tpm-tools/tpm/tpm_restrictpubek/
H A Dtpm_restrictpubek_tests_exp01.sh22 set timeout 30
28 expect timeout
H A Dtpm_restrictpubek_tests_exp02.sh22 set timeout 30
28 expect timeout
H A Dtpm_restrictpubek_tests_exp03.sh22 set timeout 30
35 expect timeout
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_objects/
H A Dtpmtoken_objects_tests_exp01.sh22 set timeout 30
28 expect timeout
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
H A Ddevtools_http.py38 def _Connect(self, timeout):
43 self._conn = httplib.HTTPConnection(host_port, timeout=timeout)
59 def Request(self, path, timeout=30):
67 timeout: Timeout defaults to 30 seconds.
72 assert timeout
75 self._Connect(timeout)
81 self._conn.sock.settimeout(timeout)
83 self._conn.timeout = timeout
[all...]
H A Dinspector_page.py16 def __init__(self, inspector_websocket, timeout):
26 self._EnablePageNotifications(timeout=timeout)
49 def _SetScriptToEvaluateOnCommit(self, source, timeout):
61 self._inspector_websocket.SyncRequest(request, timeout)
70 res = self._inspector_websocket.SyncRequest(request, timeout)
76 def _EnablePageNotifications(self, timeout=60):
80 res = self._inspector_websocket.SyncRequest(request, timeout)
83 def WaitForNavigate(self, timeout=60):
87 when the navigation is complete or when the timeout ha
[all...]
H A Dinspector_console.py35 def GetCurrentConsoleOutputBuffer(self, timeout=10):
37 self._EnableConsoleOutputStream(timeout)
39 self._inspector_websocket.DispatchNotifications(timeout)
44 self._DisableConsoleOutputStream(timeout)
49 def _EnableConsoleOutputStream(self, timeout):
50 self._inspector_websocket.SyncRequest({'method': 'Console.enable'}, timeout)
52 def _DisableConsoleOutputStream(self, timeout):
54 {'method': 'Console.disable'}, timeout)
/external/autotest/server/
H A Dstandalone_profiler.py45 profilers to start (None means no timeout)
47 profilers to stop (None means no timeout)
50 timeout)
68 def wait_for_profilers(machines, timeout=300):
70 timeout, port=_PORT)
74 def start_profilers(machines, timeout=120):
76 timeout, port=_PORT)
80 def stop_profilers(machines, timeout=120):
82 timeout, port=_PORT)
86 def finish_profilers(machines, timeout
[all...]
/external/curl/docs/examples/
H A Dmulti-double.c67 struct timeval timeout; local
82 /* set a suitable timeout to play around with */
83 timeout.tv_sec = 1;
84 timeout.tv_usec = 0;
88 timeout.tv_sec = curl_timeo / 1000;
89 if(timeout.tv_sec > 1)
90 timeout.tv_sec = 1;
92 timeout.tv_usec = (curl_timeo % 1000) * 1000;
120 /* Note that on some platforms 'timeout' may be modified by select().
122 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
[all...]
/external/curl/tests/libtest/
H A Dlib1531.c60 struct timeval timeout; local
75 /* set a suitable timeout to play around with */
76 timeout.tv_sec = 1;
77 timeout.tv_usec = 0;
81 timeout.tv_sec = curl_timeo / 1000;
82 if(timeout.tv_sec > 1)
83 timeout.tv_sec = 1;
85 timeout.tv_usec = (curl_timeo % 1000) * 1000;
113 /* Note that on some platforms 'timeout' may be modified by select().
115 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
[all...]
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpsServiceConnectionSEIgnoringConnectionClose.java9 int timeout)
11 super(host, port, file, timeout);
8 HttpsServiceConnectionSEIgnoringConnectionClose(String host, int port, String file, int timeout) argument
/external/libusb/libusb/os/
H A Dthreads_posix.c43 struct timespec timeout; local
46 r = usbi_backend->clock_gettime(USBI_CLOCK_REALTIME, &timeout);
50 timeout.tv_sec += tv->tv_sec;
51 timeout.tv_nsec += tv->tv_usec * 1000;
52 while (timeout.tv_nsec >= 1000000000L) {
53 timeout.tv_nsec -= 1000000000L;
54 timeout.tv_sec++;
57 return pthread_cond_timedwait(cond, mutex, &timeout);
/external/linux-kselftest/tools/testing/selftests/firmware/
H A Dfw_userhelper.sh18 OLD_TIMEOUT=$(cat /sys/class/firmware/timeout)
29 echo "$OLD_TIMEOUT" >/sys/class/firmware/timeout
43 local timeout=10
46 timeout=$(( $timeout - 1 ))
47 if [ "$timeout" -eq 0 ]; then
67 # Test failure when doing nothing (timeout works).
68 echo 1 >/sys/class/firmware/timeout
74 echo "$0: timeout works"
77 # Put timeout hig
[all...]
/external/ltp/testcases/kdump/lib/
H A Dssh.tcl6 # 1 min timeout
7 #set timeout 60
8 set timeout -1
17 #timeout { exit 1 }
/external/ltp/testcases/kernel/syscalls/epoll_pwait/
H A Depoll_pwait.h29 int timeout, const sigset_t *sigmask)
32 timeout, sigmask, _NSIG / 8);
28 epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigmask) argument
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
H A D10-1-buildonly.c14 struct timespec timeout; local
25 err = mq_timedsend(mqdes, msgp, msg_len, msg_prio, &timeout);
/external/toolchain-utils/automation/clients/helper/
H A Djobs.py7 def CreateLinuxJob(label, command, lock=False, timeout=4 * 60 * 60):
8 to_return = job.Job(label, command, timeout)
/external/toolchain-utils/binary_search_tool/android/
H A Dboot_test.sh27 # WARNING: Do not run without timeout command, could run forever
37 timeout 60 adb wait-for-device
48 # Spawn subshell that will timeout in 60 seconds
49 # Feed to cat so that timeout will recognize it as a command
50 # (timeout only works for commands/programs, not functions)
51 timeout 60 cat <(wait_for_boot)
H A Dinteractive_test.sh20 timeout 60 adb wait-for-device

Completed in 2013 milliseconds

1234567891011>>