Home
last modified time | relevance | path

Searched refs:TestInterface (Results 1 – 4 of 4) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
DT_new_instance_8.smali30 new-instance v1, Ldot/junit/opcodes/new_instance/d/TestInterface;
31 # invoke-direct {v1}, Ldot/junit/opcodes/new_instance/d/TestInterface;-><init>()V
DTestStubs.java20 interface TestInterface { interface
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/TestAbstractClass.smalis/
DTestInterface.smali15 .class public interface Ldot/junit/opcodes/new_instance/d/TestInterface;
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java606 private interface TestInterface { interface in FrameRateCtsActivity
619 private void runTestsWithPreconditions(TestInterface test, String testName) in runTestsWithPreconditions()