Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dbenchmark_run_unittest.py342 result = br.GetExtraAutotestArgs()
346 result = br.GetExtraAutotestArgs()
353 result = br.GetExtraAutotestArgs()
359 result = br.GetExtraAutotestArgs()
365 self.assertRaises(Exception, br.GetExtraAutotestArgs)
Dbenchmark_run.py54 self.profiler_args = self.GetExtraAutotestArgs()
176 def GetExtraAutotestArgs(self): member in BenchmarkRun