Searched refs:new_files (Results 1 – 9 of 9) sorted by relevance
/external/v8/ |
D | merge.py | 27 new_files = [f for f in os.listdir(args.v8_path) if not f.startswith(".")] variable 29 to_remove = [f for f in current_files if f in new_files]
|
/external/autotest/client/bin/ |
D | site_sysinfo_unittest.py | 35 self.new_files = ['new_file_'+str(i) for i in range(2)] 38 for f,folder in zip(self.new_files, 95 for file_name, file_path in zip(self.new_files, 121 for file_name, file_path in zip(self.existing_files+self.new_files,
|
/external/autotest/client/bin/result_tools/ |
D | utils.py | 122 new_files = summary_new.get_file_names() 126 if name not in new_files:
|
D | result_info.py | 630 new_files = new_info.get_file_names() 635 for name in new_files:
|
/external/googletest/googletest/scripts/ |
D | upload.py | 889 old_files, new_files = self.svnls_cache[dirname] 890 if relfilename in old_files and relfilename not in new_files: 892 elif relfilename in old_files and relfilename in new_files:
|
/external/googletest/googlemock/scripts/ |
D | upload.py | 889 old_files, new_files = self.svnls_cache[dirname] 890 if relfilename in old_files and relfilename not in new_files: 892 elif relfilename in old_files and relfilename in new_files:
|
/external/google-breakpad/src/testing/scripts/ |
D | upload.py | 889 old_files, new_files = self.svnls_cache[dirname] 890 if relfilename in old_files and relfilename not in new_files: 892 elif relfilename in old_files and relfilename in new_files:
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | upload.py | 889 old_files, new_files = self.svnls_cache[dirname] 890 if relfilename in old_files and relfilename not in new_files: 892 elif relfilename in old_files and relfilename in new_files:
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 2641 auto &new_files = in GetIncludedFilesRecursive() local 2644 for (auto it = new_files.begin(); it != new_files.end(); ++it) { in GetIncludedFilesRecursive()
|