Home
last modified time | relevance | path

Searched refs:template_file (Results 1 - 9 of 9) sorted by relevance

/third_party/vixl/tools/
H A Dgenerate_tests.py699 def DoNotEditComment(template_file):
707 """.format(template_file)
710 template_file = template_files[generator.test_type]
712 with open(template_file, "r") as f:
720 'do_not_edit_comment': DoNotEditComment(template_file),
/third_party/cups-filters/filter/
H A Dbanner.c164 banner->template_file = template_path(value); in banner_new_from_file()
191 if (!banner->template_file) in banner_new_from_file()
192 banner->template_file = template_path ("default.pdf"); in banner_new_from_file()
205 free(banner->template_file); in banner_free()
H A Dbanner.h47 char *template_file; member
H A Dbannertopdf.c378 if (!(doc = pdf_load_template(banner->template_file))) in generate_banner_pdf()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_test_code.py1042 def add_input_info(funcs_file, data_file, template_file,
1049 :param template_file: Template file object
1056 snippets['test_main_file'] = template_file
1084 def write_test_source_file(template_file, c_file, snippets):
1088 :param template_file: Template file name
1106 with open(template_file, 'r') as template_f, open(c_file, 'w') as c_f:
1164 template_file: Template file object
1174 template_file = input_info['template_file']
1182 ('Template file', template_file),
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py669 for template_file in template_files:
670 inputs.append(os.path.join(lib_templates_dir, template_file))
671 template = jinja_env.get_template("lib/" + template_file)
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py673 for template_file in template_files:
674 inputs.append(os.path.join(lib_templates_dir, template_file))
675 template = jinja_env.get_template("lib/" + template_file)
/third_party/python/Modules/clinic/
H A D_winapi.c.h127 " flags_and_attributes, template_file, /)\n"
139 DWORD flags_and_attributes, HANDLE template_file);
151 HANDLE template_file; in _winapi_CreateFile() local
155 &file_name, &desired_access, &share_mode, &security_attributes, &creation_disposition, &flags_and_attributes, &template_file)) { in _winapi_CreateFile()
158 _return_value = _winapi_CreateFile_impl(module, file_name, desired_access, share_mode, security_attributes, creation_disposition, flags_and_attributes, template_file); in _winapi_CreateFile()
/third_party/python/Modules/
H A D_winapi.c459 template_file: HANDLE
468 DWORD flags_and_attributes, HANDLE template_file) in _winapi_CreateFile_impl()
483 flags_and_attributes, template_file); in _winapi_CreateFile_impl()
464 _winapi_CreateFile_impl(PyObject *module, LPCTSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) _winapi_CreateFile_impl() argument

Completed in 15 milliseconds