Lines Matching full:one
90 for one in file_name_list:
92 one.endswith(EXTENTION_JS)
93 or one.endswith(EXTENTION_TS)
94 or one.endswith(EXTENTION_DETS)
115 for one in NO_NEED_RUN_WITH_NODE_FILES:
116 if file_path.endswith(one):
161 for one in files:
162 abs_path = os.path.join(directory, one)
269 for one in self.all_file_list:
270 if should_run_with_node(one):
271 run_with_node_list.append(one)
291 for one in self.all_file_list:
292 self.__compare_content(one)
311 for one in files:
312 sub_path = os.path.join(root_dir, one)
325 for one in self.obfuscate_result.failed_cases:
326 logging.info("->", one)
330 for one in self.run_with_node_result.failed_cases:
331 logging.info("->", one)
335 for one in self.content_compare_result.failed_cases:
336 logging.info("->", one)
357 for one in file_list:
358 if re.match(f".*{self.test_filter}.*", one):
359 target.append(one)
376 for i, one in enumerate(self.all_file_list):
377 logging.info("%d -> %s ", i, one)