Searched refs:TestBaseRemote (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_source_step.py20 from harness.test_base_remote import TestBaseRemote namespace
27 class TestSourceStep(TestBaseRemote):
H A Dtest_allocation_dump_1.py20 from harness.test_base_remote import TestBaseRemote namespace
28 class TestAllocationDump1(TestBaseRemote):
H A Dtest_call_api_funs.py22 from harness.test_base_remote import TestBaseRemote namespace
73 class TestCallApiFuns(TestBaseRemote):
H A Dtest_write_global.py19 from harness.test_base_remote import TestBaseRemote namespace
27 class TestWriteGlobal(TestBaseRemote):
H A Dtest_write_local.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestWriteLocal(TestBaseRemote):
H A Dtest_read_global.py19 from harness.test_base_remote import TestBaseRemote namespace
27 class TestReadGlobal(TestBaseRemote):
H A Dtest_read_local.py19 from harness.test_base_remote import TestBaseRemote namespace
28 class TestReadLocal(TestBaseRemote):
H A Dtest_reduction.py19 from harness.test_base_remote import TestBaseRemote namespace
49 TestBaseRemote, CoordinateAssertionsMixin, ReductionMixin):
H A Dtest_write_global_element.py19 from harness.test_base_remote import TestBaseRemote namespace
27 class TestWriteGlobalElement(TestBaseRemote):
H A Dtest_write_local_element.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestWriteLocalElement(TestBaseRemote):
/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base_remote.py15 '''Module that contains the base class TestBaseRemote'''
26 class TestBaseRemote(TestBase): class in inherits:TestBase
33 super(TestBaseRemote, self).__init__(device_port, device, timer, *args, **kwargs)
171 return super(TestBaseRemote, self).run(dbg, remote_pid, lldb)
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py326 # if our test inherits from TestBaseRemote, check we have a valid device
327 if (hasattr(test_module, "TestBaseRemote") and
328 issubclass(test_class, test_module.TestBaseRemote)):

Completed in 114 milliseconds

12