HomeSort by relevance Sort by last modified time
    Searched defs:EALREADY (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libmicrohttpd/src/include/
w32functions.h 50 #ifndef EALREADY
51 #define EALREADY (MHDW32ERRBASE+3)
  /frameworks/base/core/java/android/net/metrics/
ConnectStats.java 31 private final static int EALREADY = OsConstants.EALREADY;
106 // On non-blocking TCP sockets that are connecting, connect() immediately returns EALREADY.
107 return (errno == EINPROGRESS) || (errno == EALREADY);
  /external/libxml2/include/
wsockcompat.h 46 #define EALREADY WSAEALREADY
  /external/webrtc/webrtc/base/
socket.h 41 #undef EALREADY
42 #define EALREADY WSAEALREADY
  /external/bison/lib/
errno.in.h 99 # define EALREADY 103
  /external/libcxx/include/
errno.h 106 #ifndef EALREADY
107 #define EALREADY 9907
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 106 #ifndef EALREADY
107 #define EALREADY 9907
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 106 #ifndef EALREADY
107 #define EALREADY 9907
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 105 #ifndef EALREADY
106 #define EALREADY 103
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
errno.h 106 #ifndef EALREADY
107 #define EALREADY 9907
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 101 #define EALREADY 114
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 108 #define EALREADY 149
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 130 #define EALREADY 149
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 130 #define EALREADY 149
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 121 #define EALREADY 114
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 130 #define EALREADY 149
  /development/ndk/platforms/android-9/include/asm-generic/
errno.h 98 #define EALREADY 114
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
errno.h 96 #define EALREADY 37 /* Operation already in progress */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 94 #define EALREADY __EALREADY /* 37 Operation already in progress */
  /external/c-ares/
setup_once.h 397 #undef EALREADY /* override definition in errno.h */
398 #define EALREADY WSAEALREADY
  /external/curl/lib/
curl_setup_once.h 467 #undef EALREADY /* override definition in errno.h */
468 #define EALREADY WSAEALREADY
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 96 #define EALREADY 114 /* Operation already in progress */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 103 #define EALREADY 149 /* Operation already in progress */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 87 #define EALREADY 114 /* Operation already in progress */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 87 #define EALREADY 114 /* Operation already in progress */

Completed in 707 milliseconds

1 2 3 4 5 6 7 8 9