HomeSort by relevance Sort by last modified time
    Searched defs:timeout (Results 276 - 300 of 314) sorted by null

<<111213

  /external/chromium/third_party/libevent/
evdns.c 220 struct event timeout_event; /* used to keep the timeout for */
315 /* These are the timeout values for nameservers. If we find a nameserver is down */
462 const struct timeval * timeout; local
470 timeout =
475 if (evtimer_add(&ns->timeout_event, (struct timeval *) timeout) < 0) {
566 log(EVDNS_LOG_DEBUG, "Removing timeout for request %lx",
719 * Treat this as a timeout, not a failure.
2664 const int timeout = strtoint(val); local
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 586 time_t timeout; member in struct:tftp_transfer
  /external/grub/netboot/
via-rhine.c 882 unsigned int timeout; local
899 timeout = currticks() + 2;
900 for (timeout = currticks() + 2; currticks() < timeout;)
  /frameworks/base/core/java/android/server/
BluetoothService.java 116 // The timeout used to sent the UUIDs Intent
117 // This timeout should be greater than the page timeout
1150 String timeout = getProperty("DiscoverableTimeout"); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 289 int timeout; member in struct:cdrom_generic_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
cdrom.h 190 int timeout; member in struct:cdrom_generic_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
cdrom.h 190 int timeout; member in struct:cdrom_generic_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
cdrom.h 190 int timeout; member in struct:cdrom_generic_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
cdrom.h 190 int timeout; member in struct:cdrom_generic_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
cdrom.h 190 int timeout; member in struct:cdrom_generic_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
cdrom.h 190 int timeout; member in struct:cdrom_generic_command
  /external/kernel-headers/original/linux/
cdrom.h 289 int timeout; member in struct:cdrom_generic_command
920 int timeout; member in struct:packet_command
    [all...]
  /external/qemu/
vl-android.c 1558 struct itimerspec timeout; local
4373 int timeout; local
    [all...]
vl.c 1616 struct itimerspec timeout; local
4437 int timeout; local
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 721 extern NCURSES_EXPORT(void) timeout (int); /* generated */
1046 #define timeout macro
    [all...]
ncurses.h 721 extern NCURSES_EXPORT(void) timeout (int); /* generated */
1046 #define timeout macro
    [all...]
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11.h 1064 uint16 timeout; member in struct:dot11_addba_req
1076 uint16 timeout; member in struct:dot11_addba_resp
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 919 milliseconds

<<111213