Lines Matching refs:self
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
71 if self.name == 'hwui':
77 elif self.name == 'hwbinder':
83 def apct_test_tag(self): argument
86 def profdata_file(self, suffix=''): argument
88 '{}_arm_arm64.profdata'.format(self.name))
93 def profraw_files(self, profile_dir): argument