/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | gentests.pl | 30 open (TEMPLATE, "$fname") or die "Could not open $fname"; 31 my (@t) = <TEMPLATE>; 32 close TEMPLATE;
|
/third_party/typescript/tests/baselines/reference/ |
D | templateStringInTaggedTemplate.types | 2 `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
|
D | templateStringInTaggedTemplateES6.types | 2 `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/ |
D | bi_printer.c.py | 23 TEMPLATE = """#include <stdio.h> variable 214 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, src_…
|
D | bi_opcodes.h.py | 22 TEMPLATE = """ variable 118 print(Template(COPYRIGHT + TEMPLATE).render(mnemonics = mnemonics, modifiers = modifier_lists))
|
D | bi_opcodes.c.py | 23 TEMPLATE = """#include "bi_opcodes.h" variable 66 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, mnemonics = mnemonics, instructi…
|
D | bi_builder.h.py | 24 TEMPLATE = """ variable 201 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, sign…
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_generator_ids_h.py | 31 TEMPLATE = Template("""\ variable 63 f.write(TEMPLATE.render(root=root))
|
D | vtn_gather_types_c.py | 66 TEMPLATE = Template(COPYRIGHT + """\ variable 119 f.write(TEMPLATE.render(opcodes=opcodes))
|
D | spirv_info_c.py | 70 TEMPLATE = Template("""\ variable 132 f.write(TEMPLATE.render(info=info))
|
/third_party/python/Tools/unicode/ |
D | gencjkcodecs.py | 15 TEMPLATE = string.Template("""\ variable 60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | make_filter | 26 TEMPLATE=`echo $Template | tr [:lower:] [:upper:]` 34 -e "s/VIDEOTEMPLATE/$TEMPLATE/g" \
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | open-element-stack.js | 109 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/ |
D | keywordgen.py | 8 TEMPLATE = r''' variable 72 thefile.write(TEMPLATE.format(keywords=keywords, soft_keywords=soft_keywords))
|
/third_party/jerryscript/.github/ |
D | pull_request_template.md | 1 **PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING** 19 **PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**
|
/third_party/mesa3d/src/mesa/main/ |
D | format_fallback.py | 102 TEMPLATE = Template(COPYRIGHT + """ variable 202 f.write(TEMPLATE.render(**template_env))
|
/third_party/vk-gl-cts/scripts/ |
D | gen_android_mk.py | 58 TEMPLATE = """ variable 134 src = TEMPLATE
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
D | nfs01_open_files.c | 13 #define TEMPLATE "ltpXXXXXX" macro 41 strcpy(filename, TEMPLATE); in main()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | CMakeLists.txt | 21 TEMPLATE 33 TEMPLATE
|
/third_party/mesa3d/src/intel/isl/ |
D | gen_format_layout.py | 31 TEMPLATE = template.Template(text="""\ variable 287 f.write(TEMPLATE.render(
|
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/examples/ |
D | examples.pro | 1 TEMPLATE = subdirs
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/ |
D | CMakeLists.txt | 21 # 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/ |
D | triangular_layout.pro | 1 TEMPLATE = app
|
D | placement_new.pro | 1 TEMPLATE = app
|
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/examples/tensor/einstein_notation/ |
D | example_einstein_notation.pro | 1 TEMPLATE = app
|