HomeSort by relevance Sort by last modified time
    Searched refs:ELAST (Results 1 - 25 of 42) sorted by null

1 2

  /external/libcxx/src/include/
config_elast.h 21 #if defined(ELAST)
22 #define _LIBCPP_ELAST ELAST
37 #warning ELAST for this platform not yet implemented
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/include/
config_elast.h 19 #if defined(ELAST)
20 #define _LIBCPP_ELAST ELAST
33 #warning ELAST for this platform not yet implemented
  /prebuilts/ndk/r10/sources/android/support/include/
errno.h 39 #define ELAST ENOTRECOVERABLE
  /prebuilts/ndk/r11/sources/android/support/include/
errno.h 39 #define ELAST ENOTRECOVERABLE
  /prebuilts/ndk/r13/sources/android/support/include/
errno.h 39 #define ELAST ENOTRECOVERABLE
  /external/libcxx/include/
errno.h 38 #ifdef ELAST
40 static const int __elast1 = ELAST+1;
41 static const int __elast2 = ELAST+2;
54 #ifdef ELAST
55 #undef ELAST
56 #define ELAST EOWNERDEAD
62 #ifdef ELAST
63 #undef ELAST
64 #define ELAST ENOTRECOVERABLE
71 #ifdef ELAST
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 38 #ifdef ELAST
40 static const int __elast1 = ELAST+1;
41 static const int __elast2 = ELAST+2;
54 #ifdef ELAST
55 #undef ELAST
56 #define ELAST EOWNERDEAD
62 #ifdef ELAST
63 #undef ELAST
64 #define ELAST ENOTRECOVERABLE
71 #ifdef ELAST
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 38 #ifdef ELAST
40 static const int __elast1 = ELAST+1;
41 static const int __elast2 = ELAST+2;
54 #ifdef ELAST
55 #undef ELAST
56 #define ELAST EOWNERDEAD
62 #ifdef ELAST
63 #undef ELAST
64 #define ELAST ENOTRECOVERABLE
71 #ifdef ELAST
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
errno.h 38 #ifdef ELAST
40 static const int __elast1 = ELAST+1;
41 static const int __elast2 = ELAST+2;
54 #ifdef ELAST
55 #undef ELAST
56 #define ELAST EOWNERDEAD
62 #ifdef ELAST
63 #undef ELAST
64 #define ELAST ENOTRECOVERABLE
71 #ifdef ELAST
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
system_error.cpp 68 #ifdef ELAST
69 if (ev > ELAST)
74 #endif // ELAST
103 #ifdef ELAST
104 if (ev > ELAST)
109 #endif // ELAST
116 #ifdef ELAST
117 if (ev > ELAST)
122 #endif // ELAST
ios.cpp 57 #ifdef ELAST
58 && ev <= ELAST
61 #endif // ELAST
  /external/swiftshader/third_party/LLVM/lib/Support/
system_error.cpp 62 #ifdef ELAST
63 if (ev > ELAST)
65 #endif // ELAST
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
errno.h 182 #define ELAST 94 /* Must be equal largest errno */
  /external/valgrind/include/vki/
vki-darwin.h 644 #define VKI_ELAST ELAST
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]

Completed in 1392 milliseconds

1 2