Home
last modified time | relevance | path

Searched defs:out_file (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/floss/hcidoc/packets/
Dbuild.rs27 let out_file = File::create(out_dir.join("l2cap_packets.rs")).unwrap(); in generate_packets() localVariable
46 let out_file = File::create(out_dir.join("hci_packets.rs")).unwrap(); in generate_packets() localVariable
/packages/modules/NeuralNetworks/tools/test_generator/
Dspec_visualizer.py231 def DumpHtml(spec_file, out_file): argument
255 spec_file, out_file = ParseCmdLine() variable
/packages/services/Car/tools/watchdog/parser/
Dperf_stats_parser.py157 out_file = args.out if args.out else args.device_out variable
/packages/modules/Bluetooth/tools/rootcanal/rust/
Dbuild.rs58 let out_file = in generate_module() localVariable
/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_cpp.cc72 std::ofstream out_file; in generate_cpp_headers_one_file() local