Searched refs:composite_file_id (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/ |
D | capture_replay_tests.py | 520 def BuildReplay(self, replay_build_dir, composite_file_id, tests, child_processes_manager): argument 522 self.CreateTestNamesFile(composite_file_id, tests) 526 ('angle_capture_replay_composite_file_id', str(composite_file_id))] 650 def CreateTestNamesFile(self, composite_file_id, tests): argument 652 names_path = os.path.join(self.trace_folder_path, 'test_names_%d.json' % composite_file_id) 806 composite_file_id = 1 825 success = test_batch.BuildReplay(replay_build_dir, composite_file_id, continued_tests, 828 composite_file_id += 1
|