Searched refs:template_file (Results 1 – 11 of 11) sorted by relevance
/external/testng/ |
D | generate-version-file | 28 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/ |
D | gen_archrast.py | 154 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/ |
D | generate_tests.py | 699 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/ |
D | report_utils.py | 117 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/ |
D | gdb_dejagnu.py | 133 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()
|
D | run_dejagnu.py | 212 with open('%s/chromeos.exp.in' % self._base_dir, 'r') as template_file: 213 content = template_file.read()
|
/external/libaom/libaom/test/ |
D | visual_metrics.py | 334 template_file = open(variables[1], "r") 335 page_template = template_file.read() 336 template_file.close()
|
/external/python/cpython3/Modules/clinic/ |
D | _winapi.c.h | 138 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/ |
D | genhomedircon.c | 501 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.c | 448 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/ |
D | tensorflow.bzl | 1725 template = ctx.file.template_file, 1734 template = ctx.file.template_file, 1745 "template_file": attr.label( 1799 template_file = version_script,
|