HomeSort by relevance Sort by last modified time
    Searched defs:ENOTSUP (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 147 ENOTSUP = 1008
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 178 not_supported, // ENOTSUP
397 # ifndef ENOTSUP
398 # define ENOTSUP 129
573 not_supported = ENOTSUP,
  /external/syslinux/gpxe/src/include/
errno.h 400 #define ENOTSUP ( ERRFILE | PXENV_STATUS_UNSUPPORTED | 0x3c000000 )
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 210 ENOTSUP Errno = EOPNOTSUPP /* Not supported */
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 210 ENOTSUP Errno = EOPNOTSUPP /* Not supported */
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 104 #ifndef ENOTSUP
105 #define ENOTSUP 129
174 #define pthread_mutex_getprioceiling(M, P) ENOTSUP
175 #define pthread_mutex_setprioceiling(M, P) ENOTSUP
176 #define pthread_getcpuclockid(T, C) ENOTSUP
177 #define pthread_attr_getguardsize(A, S) ENOTSUP
178 #define pthread_attr_setgaurdsize(A, S) ENOTSUP
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 234 public static final int ENOTSUP = placeholder();
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 994 ENOTSUP = 48
    [all...]

Completed in 281 milliseconds

12 3 4