Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dtest.py174 TEST_HELPER = TestHelper() variable
180 self.test_dir = TEST_HELPER.test_dir('%s.%s' % (
211 TEST_HELPER.write_progress(
217 args += TEST_HELPER.browser_option
219 args = [sys.executable, TEST_HELPER.script_path(args[0])] + args[1:]
278 cls.example_path = TEST_HELPER.testdata_path(example_name)
298 cls.use_compiled_java_code = TEST_HELPER.android_version <= 8
299 cls.testcase_dir = TEST_HELPER.test_dir(cls.__name__)
309 if 'TraceOffCpu' in self.id() and not TEST_HELPER.is_trace_offcpu_supported():
503 args = [sys.executable, TEST_HELPER.script_path("app_profiler.py"),
[all …]