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

1 2 3 4 5 6 7 8 91011

  /external/chromium/net/base/
net_errors_posix.cc 26 case ETIMEDOUT:
  /external/chromium_org/third_party/libusb/src/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;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_timedrdlock.c 89 if (result == ETIMEDOUT)
w32_CancelableWait.c 138 result = ETIMEDOUT;
  /system/core/include/utils/
Errors.h 66 TIMED_OUT = -ETIMEDOUT,
  /external/chromium_org/net/third_party/nss/ssl/
unix_err.c 78 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
88 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
108 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
126 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
149 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
164 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
175 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
342 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
508 case ETIMEDOUT: prError = PR_IO_TIMEOUT_ERROR; break;
  /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/chromium_org/base/synchronization/
condition_variable_posix.cc 64 DCHECK(rv == 0 || rv == ETIMEDOUT);
  /external/chromium_org/net/base/
net_errors_posix.cc 33 case ETIMEDOUT:
  /external/chromium_org/third_party/libxml/src/include/
wsockcompat.h 66 #define ETIMEDOUT WSAETIMEDOUT
  /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 100 if (status != ETIMEDOUT) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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 123 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 */

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011