Searched refs:TestBaseRemote (Results 1 - 25 of 37) sorted by last modified time

12

/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)):
/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_allocation_dump_1.py20 from harness.test_base_remote import TestBaseRemote namespace
28 class TestAllocationDump1(TestBaseRemote):
H A Dtest_allocation_dump_2.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestAllocationDump2(TestBaseRemote):
H A Dtest_allocation_dump_2_cpp.py19 from harness.test_base_remote import TestBaseRemote namespace
22 class TestAllocationDump2Cpp(TestBaseRemote):
H A Dtest_allocation_dump_2_jni.py19 from harness.test_base_remote import TestBaseRemote namespace
22 class TestAllocationDump2JNI(TestBaseRemote):
H A Dtest_allocation_dump_struct.py19 from harness.test_base_remote import TestBaseRemote namespace
22 class TestAllocationDumpStruct(TestBaseRemote):
H A Dtest_allocation_file.py21 from harness.test_base_remote import TestBaseRemote namespace
28 class TestAllocationFile(TestBaseRemote):
H A Dtest_allocation_list.py19 from harness.test_base_remote import TestBaseRemote namespace
28 class TestAllocationList(TestBaseRemote):
H A Dtest_backtrace.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestBacktrace(TestBaseRemote):
H A Dtest_breakpoint_coordinate.py19 from harness.test_base_remote import TestBaseRemote namespace
28 class TestBreakpointCoordinate(TestBaseRemote, CoordinateAssertionsMixin):
H A Dtest_breakpoint_fileline.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestBreakpointFileLine(TestBaseRemote):
H A Dtest_breakpoint_fileline_multiple_rs_files.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestBreakpointFileLineMultipleRSFiles(TestBaseRemote):
H A Dtest_breakpoint_kernel_1.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestBreakpointKernel1(TestBaseRemote):
H A Dtest_breakpoint_kernel_2.py19 from harness.test_base_remote import TestBaseRemote namespace
22 class TestBreakpointKernel2(TestBaseRemote):
H A Dtest_breakpoint_kernel_all.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestBreakpointKernelAll(TestBaseRemote):
H A Dtest_breakpoint_kernel_all_multiple_rs_files.py19 from harness.test_base_remote import TestBaseRemote namespace
27 class TestBreakpointKernelAllMultipleRSFiles(TestBaseRemote):
H A Dtest_breakpoint_kernel_multiple_rs_files.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestBreakpointKernelMultipleRSFiles(TestBaseRemote):
H A Dtest_call_api_funs.py22 from harness.test_base_remote import TestBaseRemote namespace
73 class TestCallApiFuns(TestBaseRemote):
H A Dtest_coordinates.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestCoordinates(TestBaseRemote):
H A Dtest_dwarf_lang.py19 from harness.test_base_remote import TestBaseRemote namespace
22 class TestDWARFLang(TestBaseRemote):
H A Dtest_invoke_fun.py19 from harness.test_base_remote import TestBaseRemote namespace
26 class TestInvokeFun(TestBaseRemote):
H A Dtest_language_subcmds.py21 from harness.test_base_remote import TestBaseRemote namespace
28 class TestLanguageSubcmds(TestBaseRemote):
H A Dtest_language_subcmds_no_debug.py21 from harness.test_base_remote import TestBaseRemote namespace
28 class TestLanguageSubcmdsNoDebug(TestBaseRemote):
H A Dtest_multiple_rs_files.py19 from harness.test_base_remote import TestBaseRemote namespace
25 class TestMultipleRSFiles(TestBaseRemote):

Completed in 221 milliseconds

12