Lines Matching refs:one
97 for one in file_name_list:
99 one.endswith(EXTENTION_JS)
100 or one.endswith(EXTENTION_TS)
101 or one.endswith(EXTENTION_DETS)
122 for one in NO_NEED_RUN_WITH_NODE_FILES:
123 if file_path.endswith(one):
171 for one in files:
172 abs_path = os.path.join(directory, one)
282 for one in self.all_file_list:
283 if should_run_with_node(one):
284 run_with_node_list.append(one)
304 for one in self.all_file_list:
305 self.__compare_content(one)
324 for one in files:
325 sub_path = os.path.join(root_dir, one)
338 for one in self.obfuscate_result.failed_cases:
339 logging.info(one)
343 for one in self.run_with_node_result.failed_cases:
344 logging.info(one)
348 for one in self.content_compare_result.failed_cases:
349 logging.info(one)
382 for one in file_list:
383 if re.match(f".*{self.test_filter}.*", one):
384 target.append(one)
401 for i, one in enumerate(self.all_file_list):
402 logging.info("%d -> %s ", i, one)