Searched refs:self (Results 1 – 3 of 3) sorted by relevance
/toolchain/benchmark/ |
D | autotest.diff | 20 + def run_once(self, host=None): 21 + self.client = host 44 + 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 = host 174 + result = self.client.run('time taskset %s dex2oat' 257 + def run_once(self, host=None): 258 + self.client = host [all …]
|
/toolchain/pgo-profiles/scripts/ |
D | update_profiles.py | 42 def __init__(self, name): argument 43 self.name = name 45 def apct_test_tag(self): argument 48 def profdata_file(self, suffix=''): argument 49 profdata = os.path.join(self.name, '{}.profdata'.format(self.name)) 54 def profraw_files(self): argument 57 def merge_profraws(self, profile_dir, output): argument 60 for p in self.profraw_files(profile_dir) 67 def apct_test_tag(self): argument 70 def profraw_files(self, profile_dir): argument [all …]
|
D | android_build_client.py | 46 def __init__(self): argument 48 self.creds = creds.create_scoped([ANDROID_BUILD_API_SCOPE]) 50 self.client = apiclient.discovery.build( 57 def get_invocation_id(self, build, test_tag): argument 58 request = self.client.testresult().list( 74 def get_test_artifact_name(self, build, test_tag, invocation_id): argument 75 request = self.client.testartifact().list( 97 def download_test_artifact(self, build, invocation_id, artifact_name, argument 99 request = self.client.testartifact().get_media( 122 def download_pgo_zip(self, build, test_tag, output_dir): argument [all …]
|