Lines Matching full:one
110 for one in file_name_list:
112 one.endswith(EXTENTION_JS)
113 or one.endswith(EXTENTION_TS)
114 or one.endswith(EXTENTION_DETS)
135 for one in NO_NEED_RUN_WITH_NODE_FILES:
136 if file_path.endswith(one):
184 for one in files:
185 abs_path = os.path.join(directory, one)
295 for one in self.all_file_list:
296 if should_run_with_node(one):
297 run_with_node_list.append(one)
317 for one in self.all_file_list:
318 self.__compare_content(one)
337 for one in files:
338 sub_path = os.path.join(root_dir, one)
351 for one in self.obfuscate_result.failed_cases:
352 logging.info(one)
356 for one in self.run_with_node_result.failed_cases:
357 logging.info(one)
361 for one in self.content_compare_result.failed_cases:
362 logging.info(one)
395 for one in file_list:
396 if re.match(f".*{self.test_filter}.*", one):
397 target.append(one)
414 for i, one in enumerate(self.all_file_list):
415 logging.info("%d -> %s ", i, one)