| /development/ndk/platforms/android-L/include/linux/ |
| fd.h | 105 unsigned long timeout; member in struct:floppy_drive_params
|
| /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
| ANTLR3.java | 119 * Whether to override the default conversion timeout with -Xconversiontimeout nnnn 251 * override the default conversion timeout with -Xconversiontimeout nnnn 257 int timeout = Integer.valueOf(conversiontimeoutString); local
|
| /external/apache-http/src/org/apache/http/impl/client/ |
| DefaultRequestDirector.java | 297 long timeout = ConnManagerParams.getTimeout(params); local 326 managedConn = connRequest.getConnection(timeout, TimeUnit.MILLISECONDS); 364 // b/3241899 set the per request timeout parameter on reused connections [all...] |
| /external/bluetooth/bluedroid/btif/src/ |
| btif_config.c | 927 int timeout; local 928 ret = btif_config_get_int(section, key, "connect time out", &timeout); 929 //debug("btif_config_get_int return:%d, Remote devices:%s, connect time out:%d", ret, key, timeout);
|
| /external/bluetooth/bluedroid/stack/btu/ |
| btu_hcif.c | 60 //Counter to track number of HCI command timeout 2168 UINT16 handle, timeout; local 2317 UINT16 int_min, int_max, latency, timeout; local [all...] |
| /external/bluetooth/bluedroid/stack/gatt/ |
| gatt_utils.c | 1175 UINT32 timeout = GATT_WAIT_FOR_RSP_TOUT; local [all...] |
| /external/bluetooth/bluedroid/stack/l2cap/ |
| l2c_utils.c | 1617 UINT16 timeout; local 2752 UINT16 timeout = p_lcb->idle_timeout; local [all...] |
| /external/chromium_org/chrome/browser/chromeos/login/ |
| wizard_controller.cc | 88 // Total timezone resolving process timeout. 1126 const base::TimeDelta timeout = local [all...] |
| /external/chromium_org/chrome/browser/local_discovery/ |
| privet_http_impl.cc | 704 int timeout = kPrivetLocalPrintDefaultTimeout; local 705 value->GetInteger(kPrivetKeyTimeout, &timeout); 710 timeout = static_cast<int>(timeout * random_scaling_factor); 712 timeout = std::max(timeout, kPrivetMinimumTimeout); 717 base::TimeDelta::FromSeconds(timeout));
|
| /external/chromium_org/dbus/ |
| bus.cc | 102 // The class is used for monitoring the timeout used for D-Bus method 105 // Unlike Watch, Timeout is a ref counted object, to ensure that |this| of 110 class Timeout : public base::RefCountedThreadSafe<Timeout> { 112 explicit Timeout(DBusTimeout* timeout) 113 : raw_timeout_(timeout), 120 // Returns true if the timeout is ready to be monitored. 125 // Starts monitoring the timeout. 129 base::Bind(&Timeout::HandleTimeout, this) 1031 Timeout* timeout = new Timeout(raw_timeout); local 1042 Timeout* timeout = static_cast<Timeout*>(dbus_timeout_get_data(raw_timeout)); local 1050 Timeout* timeout = static_cast<Timeout*>(dbus_timeout_get_data(raw_timeout)); local [all...] |
| /external/chromium_org/net/ocsp/ |
| nss_ocsp.cc | 52 // The default timeout for network fetches in NSS is 60 seconds. Choose a 139 const PRIntervalTime timeout, 185 base::TimeDelta timeout) 188 timeout_(timeout), 235 base::TimeDelta timeout = timeout_; local 239 cv_.TimedWait(timeout); 242 timeout -= elapsed_time; 243 if (timeout < base::TimeDelta()) { 261 base::TimeDelta timeout() const { function in class:net::__anon13373::OCSPRequestSession 428 base::TimeDelta timeout_; // The timeout for OCS 652 << " timeout=" << timeout; local [all...] |
| /external/chromium_org/net/quic/ |
| quic_connection.cc | 64 // An alarm that is scheduled to send an ack if a timeout occurs. 1906 QuicTime::Delta timeout = idle_network_timeout_.Subtract(delta); local [all...] |
| /external/chromium_org/net/socket/ |
| client_socket_pool_base.cc | 29 // The timeout value, in seconds, used to clean up idle sockets that can't be 35 const int kCleanupInterval = 10; // DO NOT INCREASE THIS TIMEOUT. 38 // after a certain timeout has passed without receiving an ACK. 659 base::TimeDelta timeout) const { 660 bool timed_out = (now - start_time) >= timeout; 680 base::TimeDelta timeout = local 683 if (force || j->ShouldCleanup(now, timeout)) { [all...] |
| /external/chromium_org/third_party/libusb/src/libusb/ |
| libusbi.h | 243 /* this is a list of in-flight transfer handles, sorted by timeout 244 * expiration. URBs to timeout the soonest are placed at the beginning of 246 * infinite timeout are always placed at the very end. */ 276 /* used for timeout handling, if supported by OS. 277 * this timerfd is maintained to trigger on the next pending timeout */ 358 struct timeval timeout; member in struct:usbi_transfer 376 /* Set by backend submit_transfer() if the OS handles timeout */ [all...] |
| /external/chromium_org/third_party/libxml/src/ |
| nanohttp.c | 169 static unsigned int timeout = 60;/* the select() timeout in seconds */ variable 477 * socket to be writable or default timeout prior 486 tv.tv_sec = timeout; 501 (void) poll(&p, 1, timeout * 1000); 598 if ((poll(&p, 1, timeout * 1000) < 1) 610 tv.tv_sec = timeout; 938 tv.tv_sec = timeout; 967 switch (poll(&p, 1, timeout * 1000)) [all...] |
| /external/chromium_org/third_party/sqlite/src/src/ |
| main.c | 881 ** again until a timeout value is reached. The timeout value is 896 int timeout = db->busyTimeout; local 907 if( prior + delay > timeout ){ 908 delay = timeout - prior; 915 int timeout = ((sqlite3 *)ptr)->busyTimeout; 916 if( (count+1)*1000 > timeout ){ [all...] |
| os_os2.c | 77 #define LOCK_TIMEOUT 10L /* the default locking timeout */ 838 ULONG mode, timeout; local 844 timeout = 0; /* no wait */ 850 timeout = (ULONG)-1; /* wait forever */ 855 NULL, &area, timeout, mode); [all...] |
| /external/dhcpcd/ |
| dhcpcd.c | 167 "\t\t[-s, --inform address[/cidr]] [-t, --timeout seconds]\n" 220 int timeout; local 231 timeout = (PROBE_NUM * PROBE_MAX) + (PROBE_WAIT * 2); 232 syslog(LOG_WARNING, "allowing %d seconds for IPv4LL timeout", timeout); 233 add_timeout_sec(timeout, handle_exit_timeout, NULL); 961 int timeout = ifo->timeout; local 964 * to shorten the normal timeout to ensure we try correctly 969 timeout -= ifo->reboot [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
| ant-jdepend.jar | |
| /external/fio/ |
| server.c | 801 int timeout = 1000; local 804 timeout = 100; 806 ret = poll(&pfd, 1, timeout); 872 int timeout = 1000; local 875 timeout = 100; 877 ret = poll(&pfd, 1, timeout); [all...] |
| /external/iputils/ |
| arping.c | 85 int timeout; variable 120 "Usage: arping [-fqbDUAV] [-c count] [-w timeout] [-I device] [-s source] destination\n" 129 " -w timeout : how long to wait for a reply\n" 348 tv_o.tv_sec = timeout; 351 if (count-- == 0 || (timeout && timercmp(&tv_s, &tv_o, >))) 1038 timeout = atoi(optarg);
|
| /external/libusb/libusb/ |
| libusbi.h | 159 /* this is a list of in-flight transfer handles, sorted by timeout 160 * expiration. URBs to timeout the soonest are placed at the beginning of 162 * infinite timeout are always placed at the very end. */ 192 /* used for timeout handling, if supported by OS. 193 * this timerfd is maintained to trigger on the next pending timeout */ 254 struct timeval timeout; member in struct:usbi_transfer
|
| /external/libxml2/ |
| nanohttp.c | 164 static unsigned int timeout = 60;/* the select() timeout in seconds */ variable 482 * socket to be writable or default timeout prior 491 tv.tv_sec = timeout; 506 (void) poll(&p, 1, timeout * 1000); 603 if ((poll(&p, 1, timeout * 1000) < 1) 615 tv.tv_sec = timeout; 943 tv.tv_sec = timeout; 972 switch (poll(&p, 1, timeout * 1000)) [all...] |
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ |
| builtin-trace.c | 299 bool timeout; member in struct:syscall_fmt 338 { .name = "poll", .errmsg = true, .timeout = true, }, 339 { .name = "ppoll", .errmsg = true, .timeout = true, }, 344 { .name = "select", .errmsg = true, .timeout = true, }, 797 } else if (ret == 0 && sc->fmt->timeout) 798 fprintf(trace->output, ") = 0 Timeout"); [all...] |
| /external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
| python.c | 740 static char *kwlist[] = { "timeout", NULL }; 741 int timeout = -1, n; local 743 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i", kwlist, &timeout)) 746 n = poll(evlist->pollfd, evlist->nr_fds, timeout);
|