Searched refs:h_file (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Tools/ssl/ |
D | make_ssl_data.py | 20 def parse_error_codes(h_file, prefix, libcode): argument 23 with open(h_file, "r", encoding="latin1") as f: 47 for libcode, prefix, h_file in sorted(error_libraries.values()): 48 new_codes += parse_error_codes(os.path.join(openssl_inc, h_file),
|
/external/cronet/build/toolchain/win/ |
D | midl.py | 137 def overwrite_guids_h(h_file, dynamic_guids): argument 138 contents = open(h_file, 'rb').read() 141 open(h_file, 'wb').write(contents) 230 def overwrite_guids(h_file, iid_file, proxy_file, tlb_file, dynamic_guids): argument 232 overwrite_guids_h(h_file, dynamic_guids)
|
/external/angle/build/toolchain/win/ |
D | midl.py | 137 def overwrite_guids_h(h_file, dynamic_guids): argument 138 contents = open(h_file, 'rb').read() 141 open(h_file, 'wb').write(contents) 230 def overwrite_guids(h_file, iid_file, proxy_file, tlb_file, dynamic_guids): argument 232 overwrite_guids_h(h_file, dynamic_guids)
|
/external/python/cpython3/Parser/ |
D | asdl_c.py | 1565 h_filename.open("w") as h_file, \ 1568 h_file.write(auto_gen_msg) 1573 write_header(mod, h_file) 1587 main(args.input_file, args.c_file, args.h_file,
|