Home
last modified time | relevance | path

Searched refs:h_file (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/ssl/
Dmake_ssl_data.py20 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/
Dmidl.py137 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/
Dmidl.py137 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/
Dasdl_c.py1565 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,