Searched refs:timeout (Results 1 - 25 of 1252) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Ddead006.tcl10 {timeout 1000} {tnum 006} } {
13 dead001 $procs $tests $timeout $tnum
14 dead002 $procs $tests $timeout $tnum
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dtimeout.rb1 require 'timeout'
8 p timeout(5) {
11 p timeout(5, TimeoutError) {
14 p timeout(nil) {
17 p timeout(0) {
21 timeout(5) {progress}
26 timeout(3) {
28 timeout(5) {progress}
39 timeout(2, MyTimeout) {progress}
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dtimed-run5 set timeout [lindex $argv 0]
H A Dreprompt5 # Usage: reprompt timeout prompt
8 foreach {timeout prompt} $argv {}
12 timeout {
H A Dweather26 set timeout 60
32 expect timeout {
52 expect timeout timedout "Selection:"
54 expect timeout timedout "Selection:"
56 expect timeout timedout "Selection:"
58 expect timeout timedout "city code:"
63 expect timeout {
H A Dirsh8 set timeout -1
H A Drogue.exp6 set timeout -1
H A Dtimed-read5 set timeout $argv
H A Drlogin-cwd11 set timeout 60
12 expect eof exit timeout {send_user "timed out\n"; exit} -re $prompt
/macosx-10.9.5/dtrace-118.1/test/tst/common/pid/
H A Dtst.coverage.d41 timeout = timestamp + 2000000000;
54 /timestamp > timeout/
H A Dtst.float.d40 timeout = timestamp + 5000000000;
47 /timestamp > timeout/
H A Dtst.gcc.d42 timeout = timestamp + 2000000000;
49 /timestamp > timeout/
H A Dtst.ret1.d42 timeout = timestamp + 1000000000;
57 timeout = timestamp + 500000000;
73 /timestamp > timeout/
H A Dtst.ret2.d42 timeout = timestamp + 1000000000;
57 timeout = timestamp + 500000000;
73 /timestamp > timeout/
/macosx-10.9.5/cups-372.4/cups/test/
H A Dwaitjobs.sh17 # Get timeout from command-line
21 timeout=$1
23 timeout=360
41 while test $timeout -gt 0; do
53 timeout=`expr $timeout - 5`
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dtimed_read.c5 /* read operation with pre-read timeout
9 /* ssize_t timed_read(fd, buf, len, timeout, context)
13 /* int timeout;
26 /* .IP timeout
61 int timeout, void *unused_context)
76 if (timeout > 0 && read_wait_no_poll(fd, timeout) < 0)
80 if (timeout > 0 && read_wait(fd, timeout) < 0)
85 if ((ret = read(fd, buf, len)) < 0 && timeout >
60 timed_read(int fd, void *buf, size_t len, int timeout, void *unused_context) argument
[all...]
H A Dtimed_connect.c5 /* connect operation with timeout
10 /* int timed_connect(fd, buf, buf_len, timeout)
14 /* int timeout;
27 /* .IP timeout
67 int timed_connect(int sock, struct sockaddr * sa, int len, int timeout) argument
73 * Sanity check. Just like with timed_wait(), the timeout must be a
76 if (timeout <= 0)
77 msg_panic("timed_connect: bad timeout: %d", timeout);
91 if (write_wait(sock, timeout) <
[all...]
H A Dtimed_write.c5 /* write operation with pre-write timeout
9 /* ssize_t timed_write(fd, buf, len, timeout, context)
13 /* int timeout;
26 /* .IP timeout
61 int timeout, void *unused_context)
79 if (timeout > 0 && write_wait(fd, timeout) < 0)
81 if ((ret = write(fd, buf, len)) < 0 && timeout > 0 && errno == EAGAIN) {
60 timed_write(int fd, void *buf, size_t len, int timeout, void *unused_context) argument
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_select.c90 fd_set *exceptfds, struct timeval *timeout)
92 DCETHREAD_SYSCALL(int, select(nfds, readfds, writefds, exceptfds, timeout));
89 dcethread_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) argument
/macosx-10.9.5/KerberosHelper-148/regression/
H A Dkinit.tcl2 set timeout 10
11 } timeout {
/macosx-10.9.5/dtrace-118.1/test/tst/common/usdt/
H A Dtst.args.d40 timeout = timestamp + 5000000000;
56 /timestamp > timeout/
/macosx-10.9.5/ppp-727.90.1/Documentation/scripts/
H A Dsecure-card29 set timeout 60
37 set timeout 15
44 set timeout 5
49 set timeout 5
69 set timeout -1
72 set timeout 30
76 set timeout -1
79 set timeout 30
94 timeout {
98 set timeout 1
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/
H A Dutil.cpp40 * can return earlier on a timeout.
43 * \p false on timeout
45 bool waitForSignal(QObject* obj, const char* signal, int timeout) argument
50 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
51 if (timeout > 0) {
52 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
54 timer.start(timeout);
77 bool waitForLoadSucceeded(QQuickWebView* webView, int timeout) argument
83 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
84 if (timeout >
93 waitForLoadFailed(QQuickWebView* webView, int timeout) argument
109 waitForViewportReady(QQuickWebView* webView, int timeout) argument
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/raise/
H A Dtst.raise1.d43 timeout = timestamp + 1000000000;
58 timeout = timestamp + 500000000;
71 /timestamp > timeout/
H A Dtst.raise2.d43 timeout = timestamp + 1000000000;
58 timeout = timestamp + 500000000;
71 /timestamp > timeout/

Completed in 140 milliseconds

1234567891011>>