Home
last modified time | relevance | path

Searched refs:temp_files (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dconfig.py67 self.temp_files = []
128 self.temp_files.extend([src, out])
137 self.temp_files.extend([src, obj])
152 self.temp_files.append(prog)
158 filenames = self.temp_files
159 self.temp_files = []
/external/python/cpython3/Lib/distutils/command/
Dconfig.py64 self.temp_files = []
122 self.temp_files.extend([src, out])
131 self.temp_files.extend([src, obj])
146 self.temp_files.append(prog)
152 filenames = self.temp_files
153 self.temp_files = []
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
Dnonmember_swap.pass.cpp42 std::pair<std::string, std::string> temp_files = get_temp_file_names(); in main() local
43 std::string& temp1 = temp_files.first; in main()
44 std::string& temp2 = temp_files.second; in main()
Dmember_swap.pass.cpp41 std::pair<std::string, std::string> temp_files = get_temp_file_names(); in main() local
42 std::string& temp1 = temp_files.first; in main()
43 std::string& temp2 = temp_files.second; in main()
/external/vulkan-validation-layers/scripts/
Dgenerate_source.py96 temp_files = set(os.listdir(temp_dir))
99 for filename in sorted((temp_files | repo_files) - set(verify_exclude)):
103 elif filename not in temp_files:
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
Dnonmember_swap.pass.cpp43 std::pair<std::string, std::string> temp_files = get_temp_file_names(); in main() local
44 std::string& temp1 = temp_files.first; in main()
45 std::string& temp2 = temp_files.second; in main()
Dmember_swap.pass.cpp41 std::pair<std::string, std::string> temp_files = get_temp_file_names(); in main() local
42 std::string& temp1 = temp_files.first; in main()
43 std::string& temp2 = temp_files.second; in main()
/external/autotest/utils/
Drun_pylint.py372 temp_files = [os.path.join(tempdir.name, file_path.split('/')[-1:][0])
375 for file_tuple in zip(work_tree_files, temp_files):
378 return batch_check_files(temp_files, pylint_base_opts)
/external/scapy/scapy/
Dmain.py339 for f in conf.temp_files:
344 del(conf.temp_files[:])
Dconfig.py445 temp_files = [] variable in Conf
Dutils.py43 conf.temp_files.append(fname)
1313 conf.temp_files.append(tmpfile.name)
/external/scapy/test/
Dregression.uts209 assert(conf.temp_files[0].endswith(".ut"))
211 assert(len(conf.temp_files) == 0)