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

1 2 3 4 56 7 8

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 146 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
  /system/netd/
ndc.c 130 return ETIMEDOUT;
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 107 case ETIMEDOUT: return ETIMEDOUT_PORTABLE;
210 case ETIMEDOUT_PORTABLE: return ETIMEDOUT;
  /external/libusb_aah/libusb/os/
threads_windows.c 168 if(r2 == WAIT_TIMEOUT) return ((errno=ETIMEDOUT));
  /external/openssh/
roaming_common.c 171 || errno == ECONNABORTED || errno == ETIMEDOUT
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 251 if (!timeoutCapped && err == -ETIMEDOUT) {
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_events.c 376 if (ETIMEDOUT == status)
  /ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/
errc.pass.cpp 97 static_assert(static_cast<int>(std::errc::timed_out) == ETIMEDOUT, "");
  /sdk/emulator/opengl/tests/event_injector/
iolooper-select.c 213 errno = ETIMEDOUT;
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 84 case ETIMEDOUT:
261 return MapConnectError(ETIMEDOUT);
  /external/qemu/
posix-aio-compat.c 104 if (ret && ret != ETIMEDOUT) die2(ret, "pthread_cond_timedwait");
323 !(ret == ETIMEDOUT)) {
  /external/quake/quake/src/WinQuake/
net_bw.cpp 46 #define ETIMEDOUT 60 /* Connection timed out */
266 case BW_ERR_TIME_OUT: return ETIMEDOUT;
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 135 public static final int ETIMEDOUT = placeholder();
704 if (errno == ETIMEDOUT) {
705 return "ETIMEDOUT";
  /external/valgrind/main/helgrind/
hg_intercepts.c 180 case ETIMEDOUT: return "ETIMEDOUT: Connection timed out";
584 if (ret != ETIMEDOUT)
772 if ((ret == 0 || ret == ETIMEDOUT) && mutex_is_valid) {
783 if (ret != 0 && ret != ETIMEDOUT) {
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 388 terrno = ETIMEDOUT;
655 errno = ETIMEDOUT; /* no answer obtained */
1002 errno = ETIMEDOUT;
    [all...]

Completed in 2051 milliseconds

1 2 3 4 56 7 8