Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dbenchmark_run_unittest.py347 result = br.GetExtraAutotestArgs()
351 result = br.GetExtraAutotestArgs()
358 result = br.GetExtraAutotestArgs()
364 result = br.GetExtraAutotestArgs()
370 self.assertRaises(Exception, br.GetExtraAutotestArgs)
Dbenchmark_run.py55 self.profiler_args = self.GetExtraAutotestArgs()
178 def GetExtraAutotestArgs(self): member in BenchmarkRun