Searched refs:self (Results 1 – 2 of 2) sorted by relevance
20 + def run_once(self, host=None):21 + self.client = host44 + self.client.run('chmod u+x ' + bench_dir_DUT)48 + self.client.run('taskset %s /data/local/tmp/'53 + self.client.run('taskset %s /data/local/tmp/'136 + def run_once(self, host=None):137 + self.client = host174 + result = self.client.run('time taskset %s dex2oat'257 + def run_once(self, host=None):258 + self.client = host[all …]
40 def __init__(self, name): argument41 self.name = name43 def x20_profile_location(self): argument46 def apct_job_name(self): argument49 def profdata_file(self, suffix=''): argument50 profdata = os.path.join(self.name, '{}.profdata'.format(self.name))55 def profraw_files(self): argument58 def merge_profraws(self, profile_dir, output): argument59 profraws = [os.path.join(profile_dir, p) for p in self.profraw_files(profile_dir)]64 def apct_job_name(self): argument[all …]