Home
last modified time | relevance | path

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

/cts/tests/tests/os/jni/
Dandroid_os_cts_CpuInstructions.cpp36 static jboolean test_instruction(void (*func)()) in test_instruction() function
74 return test_instruction(cntvct); in android_os_cts_CpuInstructions_canReadCntvct()
106 return test_instruction(swp); in android_os_cts_CpuInstructions_hasSwp()
111 return test_instruction(setend); in android_os_cts_CpuInstructions_hasSetend()
116 return test_instruction(cp15_dsb); in android_os_cts_CpuInstructions_hasCp15Barriers()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java113 mInstructionView = (TextView) root.findViewById(R.id.test_instruction); in onCreate()