Home
last modified time | relevance | path

Searched refs:HWCAP_NEON (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCpuFeatures.java33 public static final int HWCAP_NEON = (1 << 12); field in CpuFeatures
/cts/tests/tests/os/src/android/os/cts/
DCpuFeaturesTest.java50 assertHwCap("NEON", hwcaps, CpuFeatures.HWCAP_NEON); in testArm64RequiredHwCaps()