Home
last modified time | relevance | path

Searched refs:TEMPLATE (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
Dgentests.pl30 open (TEMPLATE, "$fname") or die "Could not open $fname";
31 my (@t) = <TEMPLATE>;
32 close TEMPLATE;
/third_party/typescript/tests/baselines/reference/
DtemplateStringInTaggedTemplate.types2 `I AM THE ${ `${ `TAG` } ` } PORTION` `I ${ "AM" } THE TEMPLATE PORTION`
3 >`I AM THE ${ `${ `TAG` } ` } PORTION` `I ${ "AM" } THE TEMPLATE PORTION` : any
7 >`I ${ "AM" } THE TEMPLATE PORTION` : string
DtemplateStringInTaggedTemplateES6.types2 `I AM THE ${ `${ `TAG` } ` } PORTION` `I ${ "AM" } THE TEMPLATE PORTION`
3 >`I AM THE ${ `${ `TAG` } ` } PORTION` `I ${ "AM" } THE TEMPLATE PORTION` : any
7 >`I ${ "AM" } THE TEMPLATE PORTION` : string
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_printer.c.py23 TEMPLATE = """#include <stdio.h> variable
214 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, src_…
Dbi_opcodes.h.py22 TEMPLATE = """ variable
118 print(Template(COPYRIGHT + TEMPLATE).render(mnemonics = mnemonics, modifiers = modifier_lists))
Dbi_opcodes.c.py23 TEMPLATE = """#include "bi_opcodes.h" variable
66 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, mnemonics = mnemonics, instructi…
Dbi_builder.h.py24 TEMPLATE = """ variable
201 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, sign…
/third_party/mesa3d/src/compiler/spirv/
Dvtn_generator_ids_h.py31 TEMPLATE = Template("""\ variable
63 f.write(TEMPLATE.render(root=root))
Dvtn_gather_types_c.py66 TEMPLATE = Template(COPYRIGHT + """\ variable
119 f.write(TEMPLATE.render(opcodes=opcodes))
Dspirv_info_c.py70 TEMPLATE = Template("""\ variable
132 f.write(TEMPLATE.render(info=info))
/third_party/python/Tools/unicode/
Dgencjkcodecs.py15 TEMPLATE = string.Template("""\ variable
60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dmake_filter26 TEMPLATE=`echo $Template | tr [:lower:] [:upper:]`
34 -e "s/VIDEOTEMPLATE/$TEMPLATE/g" \
/third_party/parse5/packages/parse5/lib/parser/
Dopen-element-stack.js109 return tn === $.TEMPLATE && ns === NS.HTML;
148 …return this.currentTagName === $.TEMPLATE && this.treeAdapter.getNamespaceURI(this.current) === NS…
265 …(this.currentTagName !== $.TABLE && this.currentTagName !== $.TEMPLATE && this.currentTagName !== …
277 this.currentTagName !== $.TEMPLATE &&
287 …(this.currentTagName !== $.TR && this.currentTagName !== $.TEMPLATE && this.currentTagName !== $.H…
412 if (tn === $.TABLE || tn === $.TEMPLATE || tn === $.HTML) {
/third_party/python/Tools/peg_generator/pegen/
Dkeywordgen.py8 TEMPLATE = r''' variable
72 thefile.write(TEMPLATE.format(keywords=keywords, soft_keywords=soft_keywords))
/third_party/jerryscript/.github/
Dpull_request_template.md1 **PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**
19 **PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**
/third_party/mesa3d/src/mesa/main/
Dformat_fallback.py102 TEMPLATE = Template(COPYRIGHT + """ variable
202 f.write(TEMPLATE.render(**template_env))
/third_party/vk-gl-cts/scripts/
Dgen_android_mk.py58 TEMPLATE = """ variable
134 src = TEMPLATE
/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs01_open_files.c13 #define TEMPLATE "ltpXXXXXX" macro
41 strcpy(filename, TEMPLATE); in main()
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCMakeLists.txt21 TEMPLATE
33 TEMPLATE
/third_party/mesa3d/src/intel/isl/
Dgen_format_layout.py31 TEMPLATE = template.Template(text="""\ variable
287 f.write(TEMPLATE.render(
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/examples/
Dexamples.pro1 TEMPLATE = subdirs
/third_party/skia/third_party/externals/dawn/src/dawn_node/
DCMakeLists.txt21 # TEMPLATE <path> - (required) the path to the root .tmpl file. If the
30 "TEMPLATE;OUTPUT" # one_value_keywords
35 message(FATAL_ERROR "idlgen() missing TEMPLATE argument")
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/
Dtriangular_layout.pro1 TEMPLATE = app
Dplacement_new.pro1 TEMPLATE = app
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/examples/tensor/einstein_notation/
Dexample_einstein_notation.pro1 TEMPLATE = app

1234567