Home
last modified time | relevance | path

Searched refs:template_file (Results 1 – 11 of 11) sorted by relevance

/external/testng/
Dgenerate-version-file28 template_file="$1"
33 if ! [[ -f $template_file ]]; then
34 echo "Error: Template file $template_file does not exist." >&2
51 if ! grep --silent "$template_variable" "$template_file"; then
52 …echo "Error: Template file $template_file has no instances of template variable $template_variable…
59 sed -e "s:$template_variable:$stored_value:g" "$template_file"
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_archrast.py154 template_file = os.sep.join([curdir, 'templates', 'gen_ar_event.hpp'])
157 MakoTemplateWriter.to_file(template_file, output_fullpath,
165 template_file = os.sep.join([curdir, 'templates', 'gen_ar_event.cpp'])
168 MakoTemplateWriter.to_file(template_file, output_fullpath,
176 template_file = os.sep.join([curdir, 'templates', 'gen_ar_eventhandler.hpp'])
179 MakoTemplateWriter.to_file(template_file, output_fullpath,
188 template_file = os.sep.join([curdir, 'templates', 'gen_ar_eventhandlerfile.hpp'])
191 MakoTemplateWriter.to_file(template_file, output_fullpath,
/external/vixl/tools/
Dgenerate_tests.py699 def DoNotEditComment(template_file): argument
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),
/external/grpc-grpc/tools/run_tests/python_utils/
Dreport_utils.py117 template_file = 'tools/run_tests/interop/interop_html_report.template'
119 mytemplate = Template(filename=template_file, format_exceptions=True)
125 print('Failed to find the template %s: %s' % (template_file, e))
/external/toolchain-utils/dejagnu/
Dgdb_dejagnu.py133 with open('%s/boards/gdb.exp.in' % self._base_dir, 'r') as template_file:
134 content = template_file.read()
154 as template_file:
155 content = template_file.read()
Drun_dejagnu.py212 with open('%s/chromeos.exp.in' % self._base_dir, 'r') as template_file:
213 content = template_file.read()
/external/libaom/libaom/test/
Dvisual_metrics.py334 template_file = open(variables[1], "r")
335 page_template = template_file.read()
336 template_file.close()
/external/python/cpython3/Modules/clinic/
D_winapi.c.h138 DWORD flags_and_attributes, HANDLE template_file);
150 HANDLE template_file; in _winapi_CreateFile() local
154 …&share_mode, &security_attributes, &creation_disposition, &flags_and_attributes, &template_file)) { in _winapi_CreateFile()
157 …ccess, share_mode, security_attributes, creation_disposition, flags_and_attributes, template_file); in _winapi_CreateFile()
/external/selinux/libsemanage/src/
Dgenhomedircon.c501 FILE *template_file = NULL; in make_template() local
504 template_file = fopen(s->homedir_template_path, "r"); in make_template()
505 if (!template_file) in make_template()
507 template_data = semanage_slurp_file_filter(template_file, pred); in make_template()
508 fclose(template_file); in make_template()
/external/python/cpython3/Modules/
D_winapi.c448 DWORD flags_and_attributes, HANDLE template_file) in _winapi_CreateFile_impl() argument
457 flags_and_attributes, template_file); in _winapi_CreateFile_impl()
/external/tensorflow/tensorflow/
Dtensorflow.bzl1725 template = ctx.file.template_file,
1734 template = ctx.file.template_file,
1745 "template_file": attr.label(
1799 template_file = version_script,