Home
last modified time | relevance | path

Searched defs:TestStub (Results 1 – 6 of 6) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/
DTTestClass.java22 private class TestStub { class in TTestClass
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/
DTestStubs.java21 private void TestStub() { in TestStub() method in TestStubs
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/
DTestStubs.java21 private void TestStub() { in TestStub() method in TestStubs
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/
DTestStubs.java21 private void TestStub() { in TestStub() method in TestStubs
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/
DTestStubs.java21 private void TestStub() { in TestStub() method in TestStubs
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DTestStub.java33 public class TestStub implements IRemoteTest, IAbiReceiver, IRuntimeHintProvider, ITestCollector, class