Searched refs:test_instruction (Results 1 – 2 of 2) sorted by relevance
36 static jboolean test_instruction(void (*func)()) in test_instruction() function74 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()
113 mInstructionView = (TextView) root.findViewById(R.id.test_instruction); in onCreate()