Home
last modified time | relevance | path

Searched refs:TestExampleBase (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/scripts/test/
H A Dcpp_app_test.py21 from . app_test import TestExampleBase
25 class TestExampleCpp(TestExampleBase):
94 class TestExampleCppRoot(TestExampleBase):
106 class TestExampleCppTraceOffCpu(TestExampleBase):
144 class TestExampleCppJniCall(TestExampleBase):
H A Dkotlin_app_test.py21 from . app_test import TestExampleBase
25 class TestExampleKotlin(TestExampleBase):
104 class TestExampleKotlinRoot(TestExampleBase):
116 class TestExampleKotlinTraceOffCpu(TestExampleBase):
H A Djava_app_test.py25 from . app_test import TestExampleBase
29 class TestExampleJava(TestExampleBase):
191 class TestExampleJavaRoot(TestExampleBase):
203 class TestExampleJavaTraceOffCpu(TestExampleBase):
H A Dapp_test.py31 class TestExampleBase(TestBase): class
65 super(TestExampleBase, self).setUp()
88 super(TestExampleBase, self).run(result)