HomeSort by relevance Sort by last modified time
    Searched refs:TestStub (Results 1 - 13 of 13) sorted by null

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/
TestStubs.java 21 private void TestStub() {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/
TestStubs.java 21 private void TestStub() {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/
TestStubs.java 21 private void TestStub() {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/
TestStubs.java 21 private void TestStub() {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/
TTestClass.java 22 private class TestStub {
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
UniqueModuleCountUtilTest.java 22 import com.android.compatibility.common.tradefed.testtype.TestStub;
46 list.add(new ModuleDef("moduleA", new Abi("arm64", "64"), new TestStub(),
48 list.add(new ModuleDef("moduleA", new Abi("arm32", "32"), new TestStub(),
56 list.add(new ModuleDef("moduleA", new Abi("arm32", "32"), new TestStub(),
58 list.add(new ModuleDef("moduleA", new Abi("arm32", "32"), new TestStub(),
66 list.add(new ModuleDef("moduleA", new Abi("arm64", "64"), new TestStub(),
68 list.add(new ModuleDef("moduleA", new Abi("arm32", "32"), new TestStub(),
70 list.add(new ModuleDef("moduleC", new Abi("arm32", "32"), new TestStub(),
72 list.add(new ModuleDef("moduleB", new Abi("arm64", "64"), new TestStub(),
74 list.add(new ModuleDef("moduleB", new Abi("arm32", "32"), new TestStub(),
    [all...]
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
TestStubShardable.java 28 public class TestStubShardable extends TestStub implements IStrictShardableTest {
35 TestIdentifier tid = new TestIdentifier("TestStub", "test" + shardIndex);
38 TestIdentifier tid2 = new TestIdentifier("TestStub", "test" + shardIndex + 100);
TestStub.java 36 public class TestStub implements IRemoteTest, IAbiReceiver, IRuntimeHintProvider, ITestCollector,
63 TestIdentifier tid = new TestIdentifier("TestStub", "test1");
69 TestIdentifier tid2 = new TestIdentifier("TestStub", "test2");
74 TestIdentifier tid3 = new TestIdentifier("TestStub", "test3");
119 TestIdentifier tid = new TestIdentifier("TestStub", "failed" + mShardIndex);
ModuleRepoTest.java 103 private static final String TEST_ARG = TestStub.class.getName() + ":foo:bar";
105 private static final String TEST_STUB = "TestStub"; // Trivial test stub
392 assertTrue("Incorrect test type", test instanceof TestStub);
393 TestStub stub = (TestStub) test;
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
T_invoke_super_18.d 30 invoke-super {v4}, dot/junit/opcodes/invoke_super/TestStubs/TestStub()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_18.d 30 invoke-super/range {v4}, dot/junit/opcodes/invoke_super_range/TestStubs/TestStub()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_18.d 29 invoke-virtual {v4}, dot/junit/opcodes/invoke_virtual/TestStubs/TestStub()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_18.d 29 invoke-virtual/range {v4}, dot/junit/opcodes/invoke_virtual_range/TestStubs/TestStub()V

Completed in 1334 milliseconds