HomeSort by relevance Sort by last modified time
    Searched refs:__ANDROID_API__ (Results 101 - 125 of 160) sorted by null

1 2 3 45 6 7

  /bionic/libc/include/
stdio.h 49 #if __ANDROID_API__ < __ANDROID_API_N__
61 #if __ANDROID_API__ >= __ANDROID_API_M__
139 #if __ANDROID_API__ >= 21
time.h 81 #if __ANDROID_API__ >= __ANDROID_API_L__
string.h 96 #if defined(__USE_GNU) && __ANDROID_API__ >= 23
122 #if __ANDROID_API__ >= __ANDROID_API_L__
signal.h 67 #if __ANDROID_API__ >= __ANDROID_API_L__
  /bionic/libc/include/android/
legacy_fenv_inlines_mips.h 34 #if __ANDROID_API__ < __ANDROID_API_L__ && (defined(__mips__) && !defined(__LP64__))
168 #endif /* __ANDROID_API__ < __ANDROID_API_L__ && (defined(__mips__) && !defined(__LP64__)) */
  /bionic/libc/include/bits/
posix_limits.h 40 (((__ANDROID_API__) >= level) ? _POSIX_VERSION : __BIONIC_POSIX_FEATURE_MISSING)
  /bionic/libc/include/sys/
select.h 71 #if __ANDROID_API__ >= __ANDROID_API_L__
stat.h 174 #if __ANDROID_API__ >= __ANDROID_API_L__
  /bionic/linker/
linker_config.h 131 Config() : target_sdk_version_(__ANDROID_API__) {}
linker_config.cpp 335 : properties_(properties), target_sdk_version_(__ANDROID_API__) {}
446 int target_sdk_version = __ANDROID_API__;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 52 #if SANITIZER_ANDROID && __ANDROID_API__ < 21
454 #if SANITIZER_ANDROID && __ANDROID_API__ < 21
461 #if SANITIZER_ANDROID && __ANDROID_API__ <= 22
537 #if SANITIZER_ANDROID &&__ANDROID_API__ < 21
  /bionic/libc/include/bits/fortify/
poll.h 38 #if __ANDROID_API__ >= __ANDROID_API_M__
101 #endif /* __ANDROID_API__ >= __ANDROID_API_M__ */
  /external/skia/include/core/
SkImage.h 19 #if defined(SK_BUILD_FOR_ANDROID) && __ANDROID_API__ >= 26
443 #if defined(SK_BUILD_FOR_ANDROID) && __ANDROID_API__ >= 26
448 Only available on Android, when __ANDROID_API__ is defined to be 26 or greater.
    [all...]
  /frameworks/native/include/android/
configuration.h 674 #if __ANDROID_API__ >= 13
707 #endif /* __ANDROID_API__ >= 13 */
709 #if __ANDROID_API__ >= 17
720 #endif /* __ANDROID_API__ >= 17 */
  /system/core/liblog/include/log/
log_event_list.h 36 #ifndef __ANDROID_API__
38 #elif __ANDROID_API__ > 23 /* > Marshmallow */
  /frameworks/av/media/ndk/include/media/
NdkMediaDrm.h 81 #if __ANDROID_API__ >= 21
449 #endif /* __ANDROID_API__ >= 21 */
  /external/icu/icu4c/source/common/unicode/
platform.h 660 #elif U_PLATFORM == U_PF_ANDROID && __ANDROID_API__ < 9
679 #elif (U_PLATFORM == U_PF_ANDROID && __ANDROID_API__ < 9)
  /external/skqp/include/core/
SkImage.h 18 #if defined(SK_BUILD_FOR_ANDROID) && __ANDROID_API__ >= 26
303 #if defined(SK_BUILD_FOR_ANDROID) && __ANDROID_API__ >= 26
  /external/fio/os/
os-android.h 66 #if __ANDROID_API__ >= 26
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 424 // Used to define __ANDROID_API__ matching the target NDK API level.
432 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9)
777 (defined(__arm__) && __ANDROID_API__ >= 9) || \
778 (defined(__mips__) && __ANDROID_API__ >= 12) || \
779 (defined(__i386__) && __ANDROID_API__ >= 17)
    [all...]
  /external/skia/src/gpu/
GrAHardwareBufferImageGenerator.cpp 10 #if defined(SK_BUILD_FOR_ANDROID) && __ANDROID_API__ >= 26
  /external/skqp/src/gpu/
GrAHardwareBufferImageGenerator.cpp 10 #if defined(SK_BUILD_FOR_ANDROID) && __ANDROID_API__ >= 26
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 300 // Used to define __ANDROID_API__ matching the target NDK API level.
308 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9)
617 (defined(__arm__) && __ANDROID_API__ >= 9) || \
618 (defined(__mips__) && __ANDROID_API__ >= 12) || \
619 (defined(__i386__) && __ANDROID_API__ >= 17)
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 481 #if defined(__ANDROID_API__) && __ANDROID_API__ < 18
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 503 #if defined(__ANDROID_API__) && __ANDROID_API__ < 18

Completed in 1897 milliseconds

1 2 3 45 6 7