Searched refs:temp_files (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/distutils/command/ |
D | config.py | 67 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/ |
D | config.py | 64 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/ |
D | member_swap.pass.cpp | 41 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()
|
D | nonmember_swap.pass.cpp | 42 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/ |
D | member_swap.pass.cpp | 41 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()
|
D | nonmember_swap.pass.cpp | 43 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/ |
D | run_pylint.py | 350 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/ |
D | scoped_temp_path_test.cc | 103 std::vector<ScopedTempFile> temp_files(kNumMultiplePaths); in TEST() local 105 paths[i] = temp_files[i].path(); in TEST()
|
/external/scapy/scapy/ |
D | main.py | 339 for f in conf.temp_files: 344 del(conf.temp_files[:])
|
D | config.py | 445 temp_files = [] variable in Conf
|
D | utils.py | 43 conf.temp_files.append(fname) 1313 conf.temp_files.append(tmpfile.name)
|
/external/scapy/test/ |
D | regression.uts | 209 assert(conf.temp_files[0].endswith(".ut")) 211 assert(len(conf.temp_files) == 0)
|