Searched refs:template_file (Results 1 – 11 of 11) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | write-desktop.c | 147 FILE *template_file; in msgdomain_write_desktop_bulk() local 169 template_file = fopen (template_file_name, "r"); in msgdomain_write_desktop_bulk() 170 if (template_file == NULL) in msgdomain_write_desktop_bulk() 178 desktop_parse (reader, template_file, template_file_name, template_file_name); in msgdomain_write_desktop_bulk()
|
/third_party/cef/tools/ |
D | make_cpptoc_header.py | 59 template_file = 'cpptoc_scoped.h' 62 template_file = 'cpptoc_ref_counted.h' 65 result += '#include "libcef_dll/cpptoc/' + template_file + '"'
|
D | make_ctocpp_header.py | 102 template_file = 'ctocpp_scoped.h' 105 template_file = 'ctocpp_ref_counted.h' 108 result += '#include "libcef_dll/ctocpp/' + template_file + '"'
|
/third_party/mbedtls/tests/scripts/ |
D | generate_test_code.py | 926 def add_input_info(funcs_file, data_file, template_file, argument 940 snippets['test_main_file'] = template_file 968 def write_test_source_file(template_file, c_file, snippets): argument 977 with open(template_file, 'r') as template_f, open(c_file, 'w') as c_f: 1042 template_file = input_info['template_file'] 1050 ('Template file', template_file), 1060 add_input_info(funcs_file, data_file, template_file, 1065 write_test_source_file(template_file, c_file, snippets) 1134 template_file=args.template_file,
|
/third_party/glib/gobject/tests/ |
D | mkenums.py | 133 ) as template_file: 135 template_file.write(template_contents.encode("utf-8")) 136 print(template_file.name + ":", template_contents) 137 template_file.flush() 139 return self.runMkenums("--template", template_file.name, *args)
|
/third_party/grpc/tools/run_tests/python_utils/ |
D | report_utils.py | 130 template_file = 'tools/run_tests/interop/interop_html_report.template' 132 mytemplate = Template(filename=template_file, format_exceptions=True) 138 print('Failed to find the template %s: %s' % (template_file, e))
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_archrast.py | 309 template_file = os.path.join(curdir, 'templates', filename) 314 MakoTemplateWriter.to_file(template_file, output_fullpath,
|
/third_party/glslang/ |
D | BUILD.gn | 54 template_file = "build_info.h.tmpl" 60 template_file, 66 rebase_path(template_file, root_build_dir),
|
/third_party/python/Modules/clinic/ |
D | _winapi.c.h | 139 DWORD flags_and_attributes, HANDLE template_file); 151 HANDLE template_file; in _winapi_CreateFile() local 155 …&share_mode, &security_attributes, &creation_disposition, &flags_and_attributes, &template_file)) { in _winapi_CreateFile() 158 …ccess, share_mode, security_attributes, creation_disposition, flags_and_attributes, template_file); in _winapi_CreateFile()
|
/third_party/node/tools/inspector_protocol/ |
D | code_generator.py | 673 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/ |
D | _winapi.c | 468 DWORD flags_and_attributes, HANDLE template_file) in _winapi_CreateFile_impl() argument 483 flags_and_attributes, template_file); in _winapi_CreateFile_impl()
|