/aosp12/bionic/tools/versioner/tests/preprocessor/expected/ |
H A D | foo.h | 10 #if __ANDROID_API__ >= 13 15 #if __ANDROID_API__ >= 12 17 #if __ANDROID_API__ >= 13 23 #if __ANDROID_API__ >= 13 27 #if __ANDROID_API__ > 13 33 #if __ANDROID_API__ >= 14 38 #if __ANDROID_API__ >= 14 42 #if __ANDROID_API__ > 14 49 #if __ANDROID_API__ >= 14 57 #if (!defined(__LP64__) && __ANDROID_API__ >= 13) || (defined(__LP64__)) [all …]
|
/aosp12/bionic/libc/include/bits/fortify/ |
H A D | string.h | 43 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED 59 #if __ANDROID_API__ >= 30 81 #if __ANDROID_API__ >= 21 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in stpcpy() 93 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in strcpy() 105 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in strcat() 112 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED 125 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in memset() 132 #if __ANDROID_API__ >= 23 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED 156 #if __ANDROID_API__ >= 21 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED 193 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in strlcpy() [all …]
|
H A D | unistd.h | 76 #if __ANDROID_API__ >= 24 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in getcwd() 92 #if __ANDROID_API__ >= 23 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in pread() 108 #if __ANDROID_API__ >= 23 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in pread64() 124 #if __ANDROID_API__ >= 24 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in pwrite() 140 #if __ANDROID_API__ >= 24 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in pwrite64() 155 #if __ANDROID_API__ >= 21 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in read() 170 #if __ANDROID_API__ >= 24 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in write() 185 #if __ANDROID_API__ >= 23 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in readlink() 195 #if __ANDROID_API__ >= 21 201 #if __ANDROID_API__ >= 23 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in readlinkat()
|
H A D | stdio.h | 39 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED 60 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED 93 #if __ANDROID_API__ >= 24 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in fread() 110 #if __ANDROID_API__ >= 24 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in fwrite() 127 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in fgets()
|
H A D | poll.h | 47 #if __ANDROID_API__ >= 23 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in poll() 57 #if __ANDROID_API__ >= 21 63 #if __ANDROID_API__ >= 23 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in ppoll() 74 #if __ANDROID_API__ >= 28
|
H A D | fcntl.h | 62 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in open() 86 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in openat() 101 #if __ANDROID_API__ >= 21
|
H A D | strings.h | 36 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in __bionic_bcopy() 51 #if __ANDROID_API__ >= 17 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in __bionic_bzero()
|
H A D | socket.h | 45 #if __ANDROID_API__ >= 24 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in recvfrom() 60 #if __ANDROID_API__ >= 26 && __BIONIC_FORTIFY_RUNTIME_CHECKS_ENABLED in sendto()
|
/aosp12/bionic/tools/versioner/tests/preprocessor/headers/ |
H A D | foo.h | 11 #if __ANDROID_API__ >= 12 15 #if __ANDROID_API__ >= 13 19 #if __ANDROID_API__ > 13 26 #if __ANDROID_API__ >= 14 30 #if __ANDROID_API__ > 14
|
/aosp12/bionic/tools/versioner/tests/preprocessor_idempotence/expected/ |
H A D | foo.h | 5 #if __ANDROID_API__ >= 10 9 #if __ANDROID_API__ >= 21 13 #if __ANDROID_API__ >= 10
|
/aosp12/bionic/tools/versioner/tests/preprocessor_idempotence/headers/ |
H A D | foo.h | 5 #if __ANDROID_API__ >= 10 9 #if __ANDROID_API__ >= 21 13 #if __ANDROID_API__ >= 10
|
/aosp12/bionic/libc/include/android/ |
H A D | api-level.h | 58 #ifndef __ANDROID_API__ 96 #define __ANDROID_API__ __ANDROID_API_FUTURE__ macro 171 #if __ANDROID_API__ < 29
|
H A D | legacy_stdlib_inlines.h | 33 #if __ANDROID_API__ < 19 51 #if __ANDROID_API__ < 21 91 #if __ANDROID_API__ < 26
|
H A D | legacy_sys_statvfs_inlines.h | 38 #if __ANDROID_API__ < 21 41 #if __ANDROID_API__ < 19
|
/aosp12/bionic/libc/include/bits/ |
H A D | pthread_types.h | 46 #if __ANDROID_API__ >= 24 56 #if __ANDROID_API__ >= 24 94 #if __ANDROID_API__ >= 24
|
/aosp12/bionic/libc/include/ |
H A D | stdlib.h | 46 #if __ANDROID_API__ >= 21 170 #if __ANDROID_API__ >= 21 186 #if __ANDROID_API__ >= 19 194 #if __ANDROID_API__ >= 21 210 #if __ANDROID_API__ >= 26
|
H A D | pthread.h | 57 #if __ANDROID_API__ >= 21 70 #if __ANDROID_API__ >= 24 210 #if __ANDROID_API__ < 21 257 #if __ANDROID_API__ >= 24 264 #if __ANDROID_API__ >= 24 270 #if __ANDROID_API__ >= 24
|
H A D | fcntl.h | 87 #if __ANDROID_API__ >= 21 98 #if __ANDROID_API__ >= 26
|
H A D | stdio.h | 49 #if __ANDROID_API__ < 24 61 #if __ANDROID_API__ >= 23 139 #if __ANDROID_API__ >= 21
|
/aosp12/bionic/tools/versioner/tests/preprocessor_extern_cpp/expected/ |
H A D | foo.h | 5 #if __ANDROID_API__ >= 24 20 #if __ANDROID_API__ >= 24
|
/aosp12/bionic/linker/ |
H A D | linker_sdk_versions.cpp | 38 static std::atomic<int> g_target_sdk_version(__ANDROID_API__); 43 target = __ANDROID_API__; in set_application_target_sdk_version()
|
/aosp12/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/ |
H A D | foo.h | 17 #if defined(__USE_FILE_OFFSET64) && __ANDROID_API__ >= 21 25 #if __ANDROID_API__ >= 12
|
/aosp12/bionic/libc/include/sys/ |
H A D | statvfs.h | 115 #if __ANDROID_API__ >= 19 136 #if __ANDROID_API__ >= 21
|
H A D | mman.h | 58 #if __ANDROID_API__ >= 21 186 #if __ANDROID_API__ >= 23
|
/aosp12/bionic/docs/ |
H A D | defines.md | 24 ## `__ANDROID_API__` 27 `__ANDROID_API__` to test which version you're building against. This is 34 value of `__ANDROID_API__` drops to that number.
|