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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
cond_version.c 42 if (res != ETIMEDOUT)
43 exit(printf("bad return value %d, want %d\n", res, ETIMEDOUT));
  /bionic/libc/private/
bionic_time_conversions.h 60 return ETIMEDOUT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 182 #ifndef ETIMEDOUT
183 #define ETIMEDOUT 138
  /system/core/libsysutils/src/
ServiceManager.cpp 63 errno = ETIMEDOUT;
93 errno = ETIMEDOUT;
  /external/drm_hwcomposer/
drmcompositorworker.cpp 54 // prevent wait_ret == -ETIMEDOUT which would trigger a SquashAll and be a
70 case -ETIMEDOUT:
  /hardware/qcom/gps/msm8084/utils/
loc_timer.c 55 int ret = -ETIMEDOUT;
89 case ETIMEDOUT:
95 case -ETIMEDOUT:
107 if(ETIMEDOUT == ret)
  /hardware/qcom/gps/msm8994/utils/
loc_timer.c 55 int ret = -ETIMEDOUT;
89 case ETIMEDOUT:
95 case -ETIMEDOUT:
104 if(ETIMEDOUT == ret)
  /hardware/qcom/gps/utils/
loc_timer.c 55 int ret = -ETIMEDOUT;
89 case ETIMEDOUT:
95 case -ETIMEDOUT:
104 if(ETIMEDOUT == ret)
  /system/core/include/utils/
Errors.h 65 TIMED_OUT = -ETIMEDOUT,
  /external/libmicrohttpd/src/include/
w32functions.h 149 #ifndef ETIMEDOUT
150 #define ETIMEDOUT (MHDW32ERRBASE+36)
  /external/dng_sdk/source/
dng_pthread.h 51 // Get this included so ETIMEDOUT is predefined.
185 #if defined(WIN32) || !defined(ETIMEDOUT)
186 #undef ETIMEDOUT
187 #define ETIMEDOUT DNG_ETIMEDOUT
  /frameworks/av/cmds/screenrecord/
FrameOutput.cpp 97 if (cc == -ETIMEDOUT) {
99 return ETIMEDOUT;
110 return ETIMEDOUT;
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 116 #define ETIMEDOUT 110
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-21/include/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/kernel-headers/original/uapi/asm-generic/
errno.h 92 #define ETIMEDOUT 110 /* Connection timed out */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 98 #define ETIMEDOUT 145 /* Connection timed out */
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp 125 if ((waitResult != 0) && (waitResult != ETIMEDOUT))
  /external/libxml2/include/
wsockcompat.h 68 #define ETIMEDOUT WSAETIMEDOUT
  /frameworks/native/cmds/bugreport/
bugreport.cpp 73 errno = ETIMEDOUT;

Completed in 455 milliseconds

1 2 3 4 5 6 7 8 91011>>