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 = []
123 self.temp_files.extend([src, out])
132 self.temp_files.extend([src, obj])
147 self.temp_files.append(prog)
153 filenames = self.temp_files
154 self.temp_files = []
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
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()
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()
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
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()
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()
/external/autotest/utils/
Drun_pylint.py350 temp_files = [os.path.join(tempdir.name, file_path.split('/')[-1:][0])
353 for file_tuple in zip(work_tree_files, temp_files):
356 return batch_check_files(temp_files, pylint_base_opts)
/external/perf_data_converter/src/quipper/
Dscoped_temp_path_test.cc103 std::vector<ScopedTempFile> temp_files(kNumMultiplePaths); in TEST() local
105 paths[i] = temp_files[i].path(); in TEST()
/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)