Home
last modified time | relevance | path

Searched refs:ANDROID_LOLLIPOP_MR1 (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc51 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return; in SanitizerInitializeUnwinder()
Dsanitizer_common.h709 ANDROID_LOLLIPOP_MR1 = 22, enumerator
747 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4; in GetPthreadDestructorIterations()
Dsanitizer_linux_libcdep.cc466 if (api_level <= ANDROID_LOLLIPOP_MR1) { // L or earlier in init()
Dsanitizer_linux.cc1206 return ANDROID_LOLLIPOP_MR1; // L MR1 in AndroidDetectApiLevel()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cpp96 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return; in SanitizerInitializeUnwinder()
Dsanitizer_common.h830 ANDROID_LOLLIPOP_MR1 = 22, enumerator
877 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4; in GetPthreadDestructorIterations()
Dsanitizer_linux_libcdep.cpp611 return AndroidGetApiLevel() <= ANDROID_LOLLIPOP_MR1; in requiresProcmaps()
Dsanitizer_linux.cpp1706 return ANDROID_LOLLIPOP_MR1; in AndroidDetectApiLevelStatic()
1718 return ANDROID_LOLLIPOP_MR1; // L MR1 in AndroidDetectApiLevel()