HomeSort by relevance Sort by last modified time
    Searched refs:EOPNOTSUPP (Results 151 - 175 of 336) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyExceptionUtils.java 121 } else if (errorFlag == -EOPNOTSUPP) {
  /external/toybox/toys/other/
lsattr.c 83 errno = EOPNOTSUPP;
96 errno = EOPNOTSUPP;
193 errno = EOPNOTSUPP;
  /external/bison/lib/
errno.in.h 106 # define EOPNOTSUPP 130
  /external/opencv3/3rdparty/openexr/Iex/
IexThrowErrnoExc.cpp 528 #if defined (EOPNOTSUPP)
529 case EOPNOTSUPP:
718 #if defined (ENOTSUP) && defined (EOPNOTSUPP)
719 #if ENOTSUP != EOPNOTSUPP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
error_constants.h 131 operation_not_supported = EOPNOTSUPP,
  /external/c-ares/
setup_once.h 412 #undef EOPNOTSUPP /* override definition in errno.h */
413 #define EOPNOTSUPP WSAEOPNOTSUPP
  /external/curl/lib/
curl_setup_once.h 482 #undef EOPNOTSUPP /* override definition in errno.h */
483 #define EOPNOTSUPP WSAEOPNOTSUPP
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 273 #ifndef EOPNOTSUPP
274 #error EOPNOTSUPP not defined
  /libcore/ojluni/src/main/native/
FileChannelImpl.c 197 if (errno == EOPNOTSUPP)
223 if (errno == EOPNOTSUPP || errno == ENOTSOCK || errno == ENOTCONN)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
cerrno.pass.cpp 273 #ifndef EOPNOTSUPP
274 #error EOPNOTSUPP not defined
  /device/google/contexthub/firmware/src/
spi.c 293 ret = -EOPNOTSUPP;
357 ret = -EOPNOTSUPP;
405 return -EOPNOTSUPP;
  /bionic/libc/include/sys/
_errdefs.h 132 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /device/google/contexthub/firmware/inc/
toolchain.h 35 #define EOPNOTSUPP 95

Completed in 2002 milliseconds

1 2 3 4 5 67 8 91011>>