HomeSort by relevance Sort by last modified time
    Searched defs:StubTest (Results 1 - 4 of 4) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
StubTest.java 36 public class StubTest implements IShardableTest {
80 throw new RuntimeException("StubTest RuntimeException");
83 throw new DeviceNotAvailableException("StubTest DeviceNotAvailableException", "serial");
86 throw new DeviceUnresponsiveException("StubTest DeviceUnresponsiveException", "serial");
92 TestIdentifier testId = new TestIdentifier("StubTest", "StubMethod");
104 shards.add(new StubTest());
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
TfSuiteRunnerTest.java 33 import com.android.tradefed.testtype.StubTest;
58 + " <test class=\"com.android.tradefed.testtype.StubTest\" />\n"
151 // assert that the TfSuiteRunner was removed from the config, only the stubTest remains
153 assertTrue(config.getTests().get(0) instanceof StubTest);
  /art/runtime/arch/
stub_test.cc 36 class StubTest : public CommonRuntimeTest {
545 TEST_F(StubTest, Memcpy) {
557 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self);
582 TEST_F(StubTest, LockObject) {
589 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject);
656 static void TestUnlockObject(StubTest* test) NO_THREAD_SAFETY_ANALYSIS {
663 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject);
664 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject);
801 TEST_F(StubTest, UnlockObject) {
813 TEST_F(StubTest, CheckCast)
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 

Completed in 104 milliseconds