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

1 2 3 4 5 6 7 8

  /external/chromium/net/base/
net_errors_posix.cc 26 case ETIMEDOUT:
  /external/libusb_aah/libusb/os/
threads_windows.h 53 // We *were* getting ETIMEDOUT from pthread.h:
54 #ifndef ETIMEDOUT
55 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */
  /system/core/libsysutils/src/
ServiceManager.cpp 63 errno = ETIMEDOUT;
93 errno = ETIMEDOUT;
  /frameworks/native/include/utils/
Errors.h 66 TIMED_OUT = -ETIMEDOUT,
  /bionic/libc/kernel/arch-mips/asm/
errno.h 124 #define ETIMEDOUT 145
  /bionic/libc/kernel/common/asm-generic/
errno.h 116 #define ETIMEDOUT 110
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 94 #define ETIMEDOUT 110
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 124 #define ETIMEDOUT 145
  /external/bison/lib/
strerror-override.c 82 case ETIMEDOUT:
169 /* WSAETIMEDOUT maps to ETIMEDOUT */
  /external/chromium/base/synchronization/
condition_variable_posix.cc 61 DCHECK(rv == 0 || rv == ETIMEDOUT);
  /external/kernel-headers/original/asm-generic/
errno.h 83 #define ETIMEDOUT 110 /* Connection timed out */
  /external/kernel-headers/original/asm-mips/
errno.h 98 #define ETIMEDOUT 145 /* Connection timed out */
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp 125 if ((waitResult != 0) && (waitResult != ETIMEDOUT))
  /frameworks/rs/
rsSignal.cpp 99 if (status != ETIMEDOUT) {
  /ndk/sources/cxx-stl/llvm-libc++/src/
condition_variable.cpp 71 if (ec != 0 && ec != ETIMEDOUT)
  /ndk/sources/host-tools/sed-4.2.1/lib/
errno.in.h 70 # define ETIMEDOUT 10060
  /packages/apps/Nfc/nci/jni/
CondVar.cpp 121 if ((waitResult != 0) && (waitResult != ETIMEDOUT))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h 83 #define ETIMEDOUT 110 /* Connection timed out */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 83 #define ETIMEDOUT 110 /* Connection timed out */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 83 #define ETIMEDOUT 110 /* Connection timed out */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 94 #define ETIMEDOUT 110
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
errno.h 94 #define ETIMEDOUT 110
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
errno.h 94 #define ETIMEDOUT 110
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
errno.h 94 #define ETIMEDOUT 110
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
errno.h 94 #define ETIMEDOUT 110

Completed in 430 milliseconds

1 2 3 4 5 6 7 8