| /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
| V8WindowCustom.cpp | 134 int32_t timeout = argumentCount >= 2 ? info[1]->Int32Value() : 0; local 137 timerId = DOMWindowTimers::setTimeout(*impl, action.release(), timeout); 139 timerId = DOMWindowTimers::setInterval(*impl, action.release(), timeout); 141 // Try to do the idle notification before the timeout expires to get better 143 if (timeout >= 0) { 144 double maximumFireInterval = static_cast<double>(timeout) / 1000 / 2;
|
| /external/chromium_org/third_party/WebKit/Source/core/xml/ |
| XMLHttpRequest.h | 128 unsigned long timeout() const { return m_timeoutMilliseconds; } function in class:WebCore::FINAL 129 void setTimeout(unsigned long timeout, ExceptionState&); 209 // Handles didFail() call not caused by cancellation or timeout. 213 // Handles didFail() call for timeout.
|
| /external/chromium_org/third_party/libevent/ |
| http-internal.h | 74 int timeout; /* timeout in seconds for events */ member in struct:evhttp_connection 119 int timeout; member in struct:evhttp
|
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| macsocketserver.cc | 243 EventTimeout timeout = local 245 EventTimeout end_time = GetCurrentEventTime() + timeout; 250 OSStatus result = ReceiveNextEvent(num_types, events, timeout, true, 275 timeout = end_time - GetCurrentEventTime();
|
| /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
| pseudotcpchannel.cc | 529 long timeout = 0; local 530 if (tcp_->GetNextClock(PseudoTcp::Now(), timeout)) { 535 worker_thread_->PostDelayed(_max(timeout, 0L), this, MSG_WK_CLOCK);
|
| /external/chromium_org/third_party/openssl/openssl/ssl/ |
| ssl_asn1.c | 106 ASN1_INTEGER timeout; member in struct:ssl_session_asn1_st 225 if (in->timeout != 0L) 227 a.timeout.length=LSIZE2; 228 a.timeout.type=V_ASN1_INTEGER; 229 a.timeout.data=ibuf4; 230 ASN1_INTEGER_set(&(a.timeout),in->timeout); 298 if (in->timeout != 0L) 299 M_ASN1_I2D_len_EXP_opt(&(a.timeout),i2d_ASN1_INTEGER,2,v2); 344 if (in->timeout != 0L [all...] |
| /external/chromium_org/third_party/skia/experimental/Networking/ |
| SkSockets.cpp | 271 timeval timeout; local 272 timeout.tv_sec = 0; 273 timeout.tv_usec = 0; 274 int sel = select(fSockfd + 1, &workingSet, NULL, NULL, &timeout);
|
| /external/chromium_org/third_party/usrsctp/usrsctplib/ |
| user_recv_thread.c | 1082 struct timeval timeout; local 1084 timeout.tv_sec = (SOCKET_TIMEOUT / 1000); 1085 timeout.tv_usec = (SOCKET_TIMEOUT % 1000) * 1000; 1087 unsigned int timeout = SOCKET_TIMEOUT; /* Timeout in milliseconds */ local 1116 if (setsockopt(SCTP_BASE_VAR(userspace_route), SOL_SOCKET, SO_RCVTIMEO,(const void*)&timeout, sizeof(struct timeval)) < 0) { 1117 SCTPDBG(SCTP_DEBUG_USR, "Can't set timeout on routing socket (errno = %d).\n", errno); [all...] |
| /external/chromium_org/third_party/webrtc/base/ |
| macsocketserver.cc | 252 EventTimeout timeout = local 254 EventTimeout end_time = GetCurrentEventTime() + timeout; 259 OSStatus result = ReceiveNextEvent(num_types, events, timeout, true, 284 timeout = end_time - GetCurrentEventTime();
|
| /external/chromium_org/ui/views/corewm/ |
| tooltip_controller.cc | 175 // This is the same behavior as hiding tooltips on timeout. Hence, we can 176 // simply simulate a timeout. 315 int timeout = GetTooltipShownTimeout(); local 316 if (timeout > 0) { 318 base::TimeDelta::FromMilliseconds(timeout),
|
| /external/conscrypt/src/main/java/org/conscrypt/ |
| AbstractSessionContext.java | 42 volatile int timeout; field in class:AbstractSessionContext 67 * @param timeout for cache entries 69 AbstractSessionContext(int maximumSize, int timeout) { 71 this.timeout = timeout; 126 return timeout; 153 timeout = seconds; 160 // timeout as part of their validity condition.
|
| /external/e2fsprogs/misc/ |
| uuidd.c | 48 "[-T timeout]\n"), progname); 229 int debug, int timeout, int quiet) 337 if (timeout > 0) 338 alarm(timeout); 453 int timeout = 0, quiet = 0, drop_privs = 0; local 495 timeout = strtol(optarg, &tmp, 0); 496 if ((timeout < 0) || *tmp) { 596 server_loop(socket_path, pidfile_path, debug, timeout, quiet);
|
| /external/iproute2/include/linux/hdlc/ |
| ioctl.h | 76 unsigned int timeout; member in struct:__anon26077
|
| /external/iputils/ |
| tftpd.c | 77 #define TIMEOUT 5 80 int rexmtval = TIMEOUT; 81 int maxtimeout = 5*TIMEOUT; 163 * they timeout. The positive effect of 334 int timeout; variable 340 timeout += rexmtval; 341 if (timeout >= maxtimeout) 368 timeout = 0; 431 timeout = 0; 481 signal(SIGALRM, justquit); /* just quit on timeout */ [all...] |
| /external/junit/src/org/junit/runners/ |
| BlockJUnit4ClassRunner.java | 211 * timeout} attribute, throw an exception if the previous step takes more 281 * has the {@code timeout} attribute, throw an exception if {@code next} 289 long timeout= getTimeout(method.getAnnotation(Test.class)); local 290 return timeout > 0 ? new FailOnTimeout(next, timeout) : next; 405 return annotation.timeout();
|
| /external/kernel-headers/original/uapi/linux/ |
| dlm_device.h | 40 __u64 timeout; member in struct:dlm_lock_params
|
| pps.h | 58 #define PPS_TIME_INVALID (1<<0) /* used to specify timeout==NULL */ 114 struct pps_ktime timeout; member in struct:pps_fdata
|
| /external/kernel-headers/original/uapi/linux/hdlc/ |
| ioctl.h | 78 unsigned int timeout; member in struct:__anon26826
|
| /external/libcap-ng/libcap-ng-0.7/utils/ |
| netcap.c | 254 int local_port, rem_port, d, state, timer_run, uid, timeout; local 275 &uid, &timeout, &inode, more); 288 int local_port, rem_port, d, state, timer_run, uid, timeout; local 309 &uid, &timeout, &inode, more); 322 int local_port, rem_port, d, state, timer_run, uid, timeout; local 343 &uid, &timeout, &inode, more);
|
| /external/libmtp/src/ |
| libusb-glue.h | 59 int timeout; member in struct:_PTP_USB 77 void set_usb_device_timeout(PTP_USB *ptp_usb, int timeout); 78 void get_usb_device_timeout(PTP_USB *ptp_usb, int *timeout);
|
| /external/openssl/ssl/ |
| ssl_asn1.c | 106 ASN1_INTEGER timeout; member in struct:ssl_session_asn1_st 226 if (in->timeout != 0L) 228 a.timeout.length=LSIZE2; 229 a.timeout.type=V_ASN1_INTEGER; 230 a.timeout.data=ibuf4; 231 ASN1_INTEGER_set(&(a.timeout),in->timeout); 306 if (in->timeout != 0L) 307 M_ASN1_I2D_len_EXP_opt(&(a.timeout),i2d_ASN1_INTEGER,2,v2); 354 if (in->timeout != 0L [all...] |
| /external/skia/experimental/Networking/ |
| SkSockets.cpp | 271 timeval timeout; local 272 timeout.tv_sec = 0; 273 timeout.tv_usec = 0; 274 int sel = select(fSockfd + 1, &workingSet, NULL, NULL, &timeout);
|
| /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
| Socks5BytestreamRequest.java | 59 /* timeout to connect to all SOCKS5 proxies */
62 /* minimum timeout to connect to one SOCKS5 proxy */
103 * Returns the maximum timeout to connect to SOCKS5 proxies. Default is 10000ms.
106 * by the initiator until a connection is established. This timeout divided by the number of
107 * SOCKS5 proxies determines the timeout for every connection attempt.
109 * You can set the minimum timeout for establishing a connection to one SOCKS5 proxy by invoking
112 * @return the maximum timeout to connect to SOCKS5 proxies
122 * Sets the maximum timeout to connect to SOCKS5 proxies. Default is 10000ms.
125 * by the initiator until a connection is established. This timeout divided by the number of
126 * SOCKS5 proxies determines the timeout for every connection attempt. 207 int timeout = Math.max(getTotalConnectTimeout() \/ streamHosts.size(), local [all...] |
| /external/wpa_supplicant_8/src/ap/ |
| wnm_ap.c | 482 int timeout, beacon_int; local 494 /* Calculate timeout in ms based on beacon_int in TU */ 495 timeout = disassoc_timer * beacon_int * 128 / 125; 497 " set to %d ms", MAC2STR(sta->addr), timeout); 501 eloop_register_timeout(timeout / 1000, 502 timeout % 1000 * 1000,
|
| /external/wpa_supplicant_8/src/l2_packet/ |
| l2_packet_pcap.c | 178 int timeout; local 181 timeout = 20000; 184 timeout = 100000; 186 /* Register new timeout before calling l2_packet_receive() since 188 * cancel this timeout). */ 189 eloop_register_timeout(0, timeout, l2_packet_receive_timeout,
|