OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:template_file
(Results
1 - 8
of
8
) sorted by null
/external/testng/
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." >&2
59
sed -e "s:$template_variable:$stored_value:g" "$
template_file
"
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
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/grpc-grpc/tools/run_tests/python_utils/
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/
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()
run_dejagnu.py
212
with open('%s/chromeos.exp.in' % self._base_dir, 'r') as
template_file
:
213
content =
template_file
.read()
/external/python/cpython3/Modules/clinic/
_winapi.c.h
126
" flags_and_attributes,
template_file
, /)\n"
138
DWORD flags_and_attributes, HANDLE
template_file
);
150
HANDLE
template_file
;
local
154
&file_name, &desired_access, &share_mode, &security_attributes, &creation_disposition, &flags_and_attributes, &
template_file
)) {
157
_return_value = _winapi_CreateFile_impl(module, file_name, desired_access, share_mode, security_attributes, creation_disposition, flags_and_attributes,
template_file
);
/external/selinux/libsemanage/src/
genhomedircon.c
501
FILE *
template_file
= NULL;
local
504
template_file
= fopen(s->homedir_template_path, "r");
505
if (!
template_file
)
507
template_data = semanage_slurp_file_filter(
template_file
, pred);
508
fclose(
template_file
);
[
all
...]
/external/python/cpython3/Modules/
_winapi.c
439
template_file
: HANDLE
448
DWORD flags_and_attributes, HANDLE
template_file
)
457
flags_and_attributes,
template_file
);
[
all
...]
Completed in 818 milliseconds