/external/libmicrohttpd/src/include/ |
H A D | w32functions.h | 68 #ifndef EPROTONOSUPPORT 69 #define EPROTONOSUPPORT (MHDW32ERRBASE+9) macro
|
/external/libxml2/include/ |
H A D | wsockcompat.h | 52 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/external/bison/lib/ |
H A D | errno.in.h | 105 # define EPROTONOSUPPORT 135 macro
|
/external/libcxx/include/ |
H A D | errno.h | 210 #ifndef EPROTONOSUPPORT 211 #define EPROTONOSUPPORT 9933 macro
|
/external/webrtc/webrtc/base/ |
H A D | socket.h | 53 #undef EPROTONOSUPPORT macro 54 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/external/c-ares/ |
H A D | setup_once.h | 409 #undef EPROTONOSUPPORT /* override definition in errno.h */ macro 410 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/external/curl/lib/ |
H A D | curl_setup_once.h | 479 #undef EPROTONOSUPPORT /* override definition in errno.h */ macro 480 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
H A D | errno.h | 75 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
H A D | errno.h | 74 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
H A D | ERRNO.py | 99 EPROTONOSUPPORT = 120 variable
|
/external/syslinux/com32/include/ |
H A D | errno.h | 100 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
|
/external/syslinux/core/lwip/src/include/lwip/ |
H A D | arch.h | 173 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
|
/external/python/cpython2/Lib/plat-beos5/ |
H A D | IN.py | 171 EPROTONOSUPPORT = (B_POSIX_ERROR_BASE + 19) variable
|
/external/python/cpython2/Lib/plat-irix6/ |
H A D | ERRNO.py | 104 EPROTONOSUPPORT = 120 variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
H A D | system_error.h | 187 protocol_not_supported, // EPROTONOSUPPORT 424 # ifndef EPROTONOSUPPORT 425 # define EPROTONOSUPPORT 135 macro 594 protocol_not_supported = EPROTONOSUPPORT,
|
/external/syslinux/gpxe/src/include/ |
H A D | errno.h | 424 #define EPROTONOSUPPORT ( ERRFILE | PXENV_STATUS_UNSUPPORTED | 0x44000000 ) macro
|
/external/v8/tools/profviz/ |
H A D | gnuplot-4.6.3-emscripten.js | 989 var ERRNO_CODES={EPERM:1,ENOENT:2,ESRCH:3,EINTR:4,EIO:5,ENXIO:6,E2BIG:7,ENOEXEC:8,EBADF:9,ECHILD:10,EAGAIN:11,EWOULDBLOCK:11,ENOMEM:12,EACCES:13,EFAULT:14,ENOTBLK:15,EBUSY:16,EEXIST:17,EXDEV:18,ENODEV:19,ENOTDIR:20,EISDIR:21,EINVAL:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE:32,EDOM:33,ERANGE:34,ENOMSG:35,EIDRM:36,ECHRNG:37,EL2NSYNC:38,EL3HLT:39,EL3RST:40,ELNRNG:41,EUNATCH:42,ENOCSI:43,EL2HLT:44,EDEADLK:45,ENOLCK:46,EBADE:50,EBADR:51,EXFULL:52,ENOANO:53,EBADRQC:54,EBADSLT:55,EDEADLOCK:56,EBFONT:57,ENOSTR:60,ENODATA:61,ETIME:62,ENOSR:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:74,ELBIN:75,EDOTDOT:76,EBADMSG:77,EFTYPE:79,ENOTUNIQ:80,EBADFD:81,EREMCHG:82,ELIBACC:83,ELIBBAD:84,ELIBSCN:85,ELIBMAX:86,ELIBEXEC:87,ENOSYS:88,ENMFILE:89,ENOTEMPTY:90,ENAMETOOLONG:91,ELOOP:92,EOPNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:106,EPROTOTYPE:107,ENOTSOCK:108,ENOPROTOOPT:109,ESHUTDOWN:110,ECONNREFUSED:111,EADDRINUSE:112,ECONNABORTED:113,ENETUNREACH:114,ENETDOWN:115,ETIMEDOUT:116,EHOSTDOWN:117,EHOSTUNREACH:118,EINPROGRESS:119,EALREADY:120,EDESTADDRREQ:121,EMSGSIZE:122,EPROTONOSUPPORT:123,ESOCKTNOSUPPORT:124,EADDRNOTAVAIL:125,ENETRESET:126,EISCONN:127,ENOTCONN:128,ETOOMANYREFS:129,EPROCLIM:130,EUSERS:131,EDQUOT:132,ESTALE:133,ENOTSUP:134,ENOMEDIUM:135,ENOSHARE:136,ECASECLASH:137,EILSEQ:138,EOVERFLOW:139,ECANCELED:140,ENOTRECOVERABLE:141,EOWNERDEAD:142,ESTRPIPE:143}; [all...] |
/external/python/cpython2/Lib/plat-sunos5/ |
H A D | STROPTS.py | 1044 EPROTONOSUPPORT = 120 variable
|
/external/python/cpython2/Lib/plat-mac/ |
H A D | macerrors.py | 1829 EPROTONOSUPPORT = 43 #Protocol not supported variable
|
/external/robolectric/v1/lib/main/ |
H A D | sqlite-jdbc-3.7.2.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |