Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/platform/bionic/
Dmte.h42 static bool supported = getauxval(AT_HWCAP2) & HWCAP2_MTE; in mte_supported() local
44 static bool supported = false; in mte_supported()
46 return supported; in mte_supported()
/bionic/tests/
Dmembarrier_test.cpp39 int supported = syscall(__NR_membarrier, MEMBARRIER_CMD_QUERY, 0); in TEST() local
41 ASSERT_TRUE(supported >= 0); in TEST()
43 ASSERT_TRUE(errno == ENOSYS && supported == -1); in TEST()
/bionic/benchmarks/
DAndroid.bp131 // Only supported on linux systems.
/bionic/libc/kernel/uapi/linux/
Dethtool.h27 __u32 supported; member
66 __u32 supported; member
131 __u32 supported; member
/bionic/docs/
Dstatus.md16 Some POSIX functionality is not supported by the Linux kernel, and
18 supported by bionic or glibc, and guarded with tests for `__BIONIC__`
81 (strftime already supported them all.)
103 * `%C` and `%S` support in the printf family (previously only the wprintf family supported these).
105 * `%s` support in strptime (strftime already supported it).
Dlibc_assembler.md16 When benchmarking, it's best to verify on the latest Pixel device supported.
Delf-tls.md324 * GCC and the BFD linker support both designs on all supported Android architectures (arm32, arm64,
391 pointer was removed in [D10661] ([this function][r240543]). (arm32 was apparently never supported.)
710 supported sizes. (It supports 12, 24, 32, and 48.) Clang has only implemented the 24-bit model,
712 because no linker supported them: [BFD], [Gold], [LLD]).
/bionic/
Dandroid-changes-for-ndk-developers.md102 symbol lookup and is now supported by the dynamic linker in API 23 and
133 version. This is supported in API level 23 and above.
368 substitutions supported on some systems are not currently implemented on
/bionic/libc/
DAndroid.bp2066 // Generate NDK variants of the CRT objects for every supported API level.