Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DCpuInstructionsTest.java20 import android.os.cts.CpuInstructions;
34 CpuInstructions.canReadCntvct()); in testArmVirtualCounter()
43 CpuInstructions.hasSwp()); in testEmulatedArmCpuFeatures()
45 CpuInstructions.hasSetend()); in testEmulatedArmCpuFeatures()
47 CpuInstructions.hasCp15Barriers()); in testEmulatedArmCpuFeatures()
DCpuInstructions.java19 public class CpuInstructions { class