Searched refs:TIMEOUT (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.9.5/ppp-727.90.1/Documentation/scripts/
H A Dppp-on-dialer7 TIMEOUT 3 \
13 TIMEOUT 30 \
H A Dcallback31 TIMEOUT 3 \
37 TIMEOUT 30 \
58 TIMEOUT 30 \
62 TIMEOUT 10 \
64 TIMEOUT 45 \
76 chat -v TIMEOUT 3 "" AT 'OK-+++\c-OK' 'AT&C1&D2S0=0H0' OK
H A Dredialer36 chat -v TIMEOUT 3 '' AT 'OK-+++\c-OK'
/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DPositionError.idl36 const unsigned short TIMEOUT = 3;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/t/
H A D21-public.t31 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
48 -> proxy('http://superhonker.userland.com/', timeout => $SOAP::Test::TIMEOUT)
57 -> proxy('http://services.soaplite.com/examples.cgi', timeout => $SOAP::Test::TIMEOUT)
71 -> proxy('http://soap.4s4c.com/ssss4c/soap.asp', timeout => $SOAP::Test::TIMEOUT)
81 -> proxy('http://www.soap-wrc.com/webservices/soapv11.asp', timeout => $SOAP::Test::TIMEOUT)
102 -> proxy('http://soapl.develop.com/soap?class=SPTest', timeout => $SOAP::Test::TIMEOUT)
111 -> proxy('http://beta.search.microsoft.com/search/MSComSearchService.asmx', timeout => $SOAP::Test::TIMEOUT)
118 -> proxy('http://beta.search.microsoft.com/search/MSComSearchService.asmx', timeout => $SOAP::Test::TIMEOUT)
128 -> proxy('http://soap.4s4c.com/whois/soap.asp', timeout => $SOAP::Test::TIMEOUT)
[all...]
H A D19-apachesoap.t31 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D23-ppm.t31 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D29-uddi_publishing.t24 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D26-xmlrpc.t23 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D28-uddi_search.t25 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/t/
H A D21-public.t32 $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT)
50 -> proxy('http://superhonker.userland.com/', timeout => $SOAP::Test::TIMEOUT);
58 -> proxy('http://services.soaplite.com/examples.cgi', timeout => $SOAP::Test::TIMEOUT);
71 -> proxy('http://soap.4s4c.com/ssss4c/soap.asp', timeout => $SOAP::Test::TIMEOUT)
81 -> proxy('http://www.soap-wrc.com/webservices/soapv11.asp', timeout => $SOAP::Test::TIMEOUT)
101 -> proxy('http://soapl.develop.com/soap?class=SPTest', timeout => $SOAP::Test::TIMEOUT)
110 -> proxy('http://search.microsoft.com/search/MSComSearchService.asmx', timeout => $SOAP::Test::TIMEOUT)
117 -> proxy('http://search.microsoft.com/search/MSComSearchService.asmx', timeout => $SOAP::Test::TIMEOUT)
127 -> proxy('http://soap.4s4c.com/whois/soap.asp', timeout => $SOAP::Test::TIMEOUT)
[all...]
H A D19-apachesoap.t31 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D23-ppm.t35 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D29-uddi_publishing.t24 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/t/
H A D21-public.t32 $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT)
50 -> proxy('http://superhonker.userland.com/', timeout => $SOAP::Test::TIMEOUT);
58 -> proxy('http://services.soaplite.com/examples.cgi', timeout => $SOAP::Test::TIMEOUT);
71 -> proxy('http://soap.4s4c.com/ssss4c/soap.asp', timeout => $SOAP::Test::TIMEOUT)
81 -> proxy('http://www.soap-wrc.com/webservices/soapv11.asp', timeout => $SOAP::Test::TIMEOUT)
101 -> proxy('http://soapl.develop.com/soap?class=SPTest', timeout => $SOAP::Test::TIMEOUT)
110 -> proxy('http://search.microsoft.com/search/MSComSearchService.asmx', timeout => $SOAP::Test::TIMEOUT)
117 -> proxy('http://search.microsoft.com/search/MSComSearchService.asmx', timeout => $SOAP::Test::TIMEOUT)
127 -> proxy('http://soap.4s4c.com/whois/soap.asp', timeout => $SOAP::Test::TIMEOUT)
[all...]
H A D19-apachesoap.t31 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D23-ppm.t35 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D29-uddi_publishing.t24 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
/macosx-10.9.5/ntp-88/
H A Dntpd-wrapper4 TIMEOUT=30
13 DEADLINE=$((SECONDS+TIMEOUT))
14 for (( CURTIMEOUT=TIMEOUT; SECONDS < DEADLINE; CURTIMEOUT=DEADLINE-SECONDS )); do
20 logger -p daemon.err "$0: scutil key ${KEY} not present after ${TIMEOUT} seconds"
/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dtest.c39 static struct timeval TIMEOUT = { 0, 0 }; variable in typeref:struct:timeval
49 if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
65 if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
82 if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
97 if (clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
112 if (clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
127 if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
142 if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
158 if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
173 if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) !
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockOperation.java66 public static final LockOperation TIMEOUT = field in class:LockOperation
67 new LockOperation("TIMEOUT", DbConstants.DB_LOCK_TIMEOUT);
83 return TIMEOUT;
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dabort.c54 #define TIMEOUT 10000 /* 10 milliseconds */ macro
93 usleep(TIMEOUT); /* give time for signal to happen */
130 usleep(TIMEOUT); /* give time for signal to happen */
/macosx-10.9.5/remote_cmds-41.90.1/talkd.tproj/
H A Dtalkd.c82 #define TIMEOUT 30 macro
111 alarm(TIMEOUT);
141 alarm(TIMEOUT);
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dtest.c53 static struct timeval TIMEOUT = {25, 0}; variable in typeref:struct:timeval
62 if (clnt_call(clnt, SM_STAT, (xdrproc_t)xdr_sm_name, argp, (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
77 if (clnt_call(clnt, SM_MON, (xdrproc_t)xdr_mon, argp, (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
92 if (clnt_call(clnt, SM_UNMON, (xdrproc_t)xdr_mon_id, argp, (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
107 if (clnt_call(clnt, SM_UNMON_ALL, (xdrproc_t)xdr_my_id, argp, (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
122 if (clnt_call(clnt, SM_SIMU_CRASH, (xdrproc_t)xdr_void, argp, (xdrproc_t)xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
136 if (clnt_call(clnt, SM_NOTIFY, (xdrproc_t)xdr_stat_chge, argp, (xdrproc_t)xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
/macosx-10.9.5/network_cmds-433/spray.tproj/
H A Dspray.c76 struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
165 if (clnt_call(cl, SPRAYPROC_CLEAR, (xdrproc_t)xdr_void, NULL, (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
185 if (clnt_call(cl, SPRAYPROC_GET, (xdrproc_t)xdr_void, NULL, (xdrproc_t)xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS) {

Completed in 247 milliseconds

1234