Searched refs:dot_file (Results 1 - 8 of 8) sorted by relevance
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | dot.rs | 29 let mut dot_file = io::BufWriter::new(file); in write_dot_file() variables 30 writeln!(&mut dot_file, "digraph {{")?; in write_dot_file() 38 &mut dot_file, in write_dot_file() 43 item.dot_attributes(ctx, &mut dot_file)?; in write_dot_file() 44 writeln!(&mut dot_file, r#"</table> >];"#)?; in write_dot_file() 54 &mut dot_file, in write_dot_file() 75 &mut dot_file, in write_dot_file() 84 writeln!(&mut dot_file, "}}")?; in write_dot_file()
|
| /kernel/linux/linux-6.6/tools/verification/dot2/ |
| H A D | automata.py | 17 dot_file: A dot file with an state_automaton definition. 46 dot_file = open(self.__dot_path) 50 dot_lines = dot_file.read().splitlines() 51 dot_file.close()
|
| /drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
| H A D | hdf_model_enable_operation.py | 108 for dot_file in dot_file_list:
109 file_lines = hdf_utils.read_file_lines(dot_file)
113 hdf_utils.write_file_lines(dot_file, file_lines)
|
| H A D | hdf_add_handler.py | 227 for dot_file in dot_file_list: 228 file_lines = hdf_utils.read_file_lines(dot_file) 232 hdf_utils.write_file_lines(dot_file, file_lines)
|
| H A D | hdf_liteos_scann.py | 45 self.dot_file = list(filter(
49 self.dot_file[0])
392 return_dict["deconfig"] = self.dot_file[0]
|
| /third_party/gn/src/gn/ |
| H A D | analyzer.h | 26 const SourceFile& dot_file,
|
| H A D | analyzer.cc | 236 const SourceFile& dot_file, in Analyzer() 241 dot_file_(dot_file), in Analyzer() 234 Analyzer(const Builder& builder, const SourceFile& build_config_file, const SourceFile& dot_file, const SourceFileSet& build_args_dependency_files) Analyzer() argument
|
| /drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/ |
| H A D | hdf_add_driver.py | 83 for dot_file in dot_file_list:
84 file_lines_old = hdf_utils.read_file_lines(dot_file)
99 hdf_utils.write_file_lines(dot_file, file_lines)
|
Completed in 7 milliseconds