Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dbenchmark_run_unittest.py358 result = br.GetExtraAutotestArgs()
362 result = br.GetExtraAutotestArgs()
370 result = br.GetExtraAutotestArgs()
377 self.assertRaises(Exception, br.GetExtraAutotestArgs)
Dbenchmark_run.py57 self.profiler_args = self.GetExtraAutotestArgs()
180 def GetExtraAutotestArgs(self): member in BenchmarkRun