HomeSort by relevance Sort by last modified time
    Searched refs:ETIMEDOUT (Results 151 - 175 of 185) sorted by null

1 2 3 4 5 67 8

  /external/qemu/
usb-linux.c 489 case ETIMEDOUT:
503 if (errno == ETIMEDOUT)
612 case ETIMEDOUT:
    [all...]
sockets.c 103 EE(WSAETIMEDOUT,ETIMEDOUT,"connection timed out") \
    [all...]
  /bionic/libc/bionic/
pthread-timers.c 554 if (ret != ETIMEDOUT) {
  /external/qemu/android/
looper-generic.c 459 return ETIMEDOUT;
  /external/qemu/proxy/
proxy_common.c 575 errno = ETIMEDOUT;
  /external/quake/quake/src/WinQuake/
snd_android.cpp 561 if (ETIMEDOUT == pthread_cond_timedwait( &condition_cond, &condition_mutex, &ts)) {
mpdosock.h 662 #define ETIMEDOUT WSAETIMEDOUT
  /dalvik/vm/
Sync.cpp 589 assert(ret == 0 || ret == ETIMEDOUT);
718 assert(ret == 0 || ret == ETIMEDOUT);
    [all...]
  /external/openssh/
sshconnect.c 284 errno = ETIMEDOUT;
317 errno = ETIMEDOUT;
    [all...]
  /external/libxml2/
xmlIO.c 194 "Operation timed out", /* ETIMEDOUT */
392 #ifdef ETIMEDOUT
393 else if (errno == ETIMEDOUT) code = XML_IO_ETIMEDOUT;
407 #ifdef ETIMEDOUT
408 else if (errno == ETIMEDOUT) code = XML_IO_ETIMEDOUT;
    [all...]
  /external/netcat/
netcat.c 676 errno = ETIMEDOUT;
  /external/v8/src/
platform-cygwin.cc 586 if (result == -1 && errno == ETIMEDOUT) return false; // Timeout.
platform-solaris.cc 655 if (result == -1 && errno == ETIMEDOUT) return false; // Timeout.
platform-freebsd.cc 650 if (result == -1 && errno == ETIMEDOUT) return false; // Timeout.
platform-linux.cc 925 if (result == -1 && errno == ETIMEDOUT) return false; // Timeout.
    [all...]
  /hardware/ril/reference-ril/
atchannel.c 763 if (err == ETIMEDOUT) {
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 220 if (cause.errno == ETIMEDOUT) {
  /system/core/adb/
usb_linux.c 487 if((errno == ETIMEDOUT) && (h->desc != -1)) {
  /dalvik/vm/alloc/
HeapSource.cpp 452 if (result == ETIMEDOUT) {
    [all...]
  /external/libusb/libusb/
io.c     [all...]
  /external/libusb-compat/libusb/
core.c 80 return ETIMEDOUT;
  /external/libusb_aah/libusb/
io.c     [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 450 #define ETIMEDOUT_compat ETIMEDOUT
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 582 #define VKI_ETIMEDOUT ETIMEDOUT
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 146 initConstant(env, c, "ETIMEDOUT", ETIMEDOUT);

Completed in 839 milliseconds

1 2 3 4 5 67 8