Home
last modified time | relevance | path

Searched refs:tmpl (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-remove-dropped-templates.patch16 -DOC_STAMPS=setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \
19 - tmpl.stamp sgml.stamp html.stamp pdf.stamp
30 -tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections…
35 - cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \
38 - @touch tmpl-build.stamp
40 -tmpl.stamp: tmpl-build.stamp
43 $(srcdir)/tmpl/*.sgml:
48 -sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_fil…
49 +sgml-build.stamp: $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
60 -# e.g. MKTMPL_OPTIONS=--only-section-tmpl
/openbmc/openbmc/
H A Dsetup36 local cfg name tmpl
54 tmpl=${cfg%/machine/*.conf}
59 if [ "$tmpl" = "poky/meta/conf" ]; then
61 tmpl="meta-phosphor/conf"
64 if [ ! -e "$tmpl/templates/default/bblayers.conf.sample" ]; then
67 … if ! grep -q "##OEROOT##/meta-phosphor" "$tmpl/templates/default/bblayers.conf.sample"; then
78 TEMPLATECONF="${tmpl}/templates/default" source \
81 if [ "$(cat conf/templateconf.cfg)" = "${tmpl}/templates/default" ]; then
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_functions.cpp260 std::array<char, 15> tmpl{"/tmp/tmpXXXXXX"}; in TEST() local
261 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST()
275 std::array<char, 15> tmpl{"/tmp/tmpXXXXXX"}; in TEST() local
276 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST()
290 std::array<char, 15> tmpl{"/tmp/tmpXXXXXX"}; in TEST() local
291 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST()
312 std::array<char, 15> tmpl{"/tmp/tmpXXXXXX"}; in TEST() local
313 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST()
331 std::array<char, 15> tmpl{"/tmp/tmpXXXXXX"}; in TEST() local
332 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST()
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/
H A Dnikto_2.1.6.bb86 install -m 0644 templates/htm_close.tmpl ${D}${sysconfdir}/nikto/templates
87 install -m 0644 templates/htm_end.tmpl ${D}${sysconfdir}/nikto/templates
88 install -m 0644 templates/htm_host_head.tmpl ${D}${sysconfdir}/nikto/templates
89 install -m 0644 templates/htm_host_im.tmpl ${D}${sysconfdir}/nikto/templates
90 install -m 0644 templates/htm_host_item.tmpl ${D}${sysconfdir}/nikto/templates
91 install -m 0644 templates/htm_start.tmpl ${D}${sysconfdir}/nikto/templates
92 install -m 0644 templates/htm_stop.tmpl ${D}${sysconfdir}/nikto/templates
93 install -m 0644 templates/htm_start.tmpl ${D}${sysconfdir}/nikto/templates
94 install -m 0644 templates/htm_summary.tmpl ${D}${sysconfdir}/nikto/templates
95 install -m 0644 templates/xml_end.tmpl ${D}${sysconfdir}/nikto/templates
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A Drun-ptest13 ./sign1 sign1-tmpl.xml rsakey.pem > sign1-res.xml
15 check_return sign-tmpl
53 ./encrypt1 encrypt1-tmpl.xml deskey.bin > encrypt1-res.xml
55 check_return encrypt-tmpl
61 check_return encrypt-dynamic-tmpl
/openbmc/phosphor-fan-presence/monitor/
H A Dgen-fan-monitor-defs.py20 tmpl = """\ variable
167 output.write(Template(tmpl).render(data=monitor_data))
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch33 Configurations/unix-Makefile.tmpl | 16 +++++++++++++++-
37 diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
39 --- a/Configurations/unix-Makefile.tmpl
40 +++ b/Configurations/unix-Makefile.tmpl
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dmrbsection.js77 var tmpl;
96 tmpl = $.templates("#build-template");
98 html = $(tmpl.render(build));
H A Djsrender.min.js3tmpl.bnds[n-1],d=t.linkCtx;return void 0!==r?n=r={props:{},args:[r]}:a&&(n=a(t.data,t,ae)),s=n.arg…
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc29 TCGv tmpl = tcg_temp_new();
37 tcg_gen_mulu2_tl(tmpl, tmph, al, bh);
38 tcg_gen_add2_tl(r1, r2, r1, zero, tmpl, tmph);
39 tcg_gen_mulu2_tl(tmpl, tmph, ah, bl);
40 tcg_gen_add2_tl(r1, tmph, r1, r2, tmpl, tmph);
46 tcg_gen_mulu2_tl(tmpl, tmph, ah, bh);
47 tcg_gen_add2_tl(r2, r3, r2, r3, tmpl, tmph);
53 TCGv tmpl = tcg_temp_new();
59 tcg_gen_mulu2_tl(tmpl, tmph, rs1l, rs2h);
60 tcg_gen_add2_tl(rh, tmpx, rh, zero, tmpl, tmph);
[all …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-dbus-service.bbclass139 tmpl = [x.template for x in svc if x.is_instance]
140 tmpl = list(set(tmpl))
141 tmpl = [SystemdUnit(x) for x in tmpl]
148 for unit in tmpl + svc:
H A Dobmc-phosphor-systemd.bbclass204 tmpl, dest = spec.split(':')
224 tmpl = [x.template for x in svc if x.is_instance]
225 tmpl = list(set(tmpl))
226 tmpl = [SystemdUnit(x) for x in tmpl]
229 for unit in tmpl + svc:
308 tmpl, dest = spec.split(':')
309 source = bb.utils.which(searchpaths, tmpl)
/openbmc/qemu/target/s390x/
H A Dgdbstub.c49 target_ulong tmpl = ldq_be_p(mem_buf); in s390_cpu_gdb_write_register() local
53 s390_cpu_set_psw(env, tmpl, env->psw.addr); in s390_cpu_gdb_write_register()
56 env->psw.addr = tmpl; in s390_cpu_gdb_write_register()
59 env->regs[n - S390_R0_REGNUM] = tmpl; in s390_cpu_gdb_write_register()
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3tmpl.bnds[n-1],d=t.linkCtx;return void 0!==i?n=i={props:{},args:[i]}:s&&(n=s(t.data,t,Z)),o=n.args…
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/
H A Dgtkdoc.patch19 +GTK_DOC_CHECK([1.14],[--flavour no-tmpl --docdir docs/reference])
/openbmc/u-boot/doc/
H A DREADME.bedbug34 ./include/ppc_asm.tmpl
/openbmc/phosphor-fan-presence/control/
H A Dgen-fan-zone-defs.py1011 tmpl = lkup.get_template("fan_zone_defs.cpp.mako") variable
1013 output.write(tmpl.render(zones=zone_config, mgr_data=manager_config))
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/
H A Dopenssl_3.5.0.bb232 install -m755 ${S}/test/ssl_test.tmpl ${D}${PTEST_PATH}/test/
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt5075 … root 567 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/base.tmpl
5076 …t 113 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/callback.tmpl
5077 …root 29 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/class.tmpl
5078 …ot 847 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/default.tmpl
5079 … root 890 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_doc.tmpl
5080 … root 313 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/enum.tmpl
5081 …t 113 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/function.tmpl
5082 …oot 5189 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_index.tmpl
5083 … 29 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/interface.tmpl
5084 …t 120 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_methods.tmpl
[all …]
H A Dbuildhistory_filelist1.txt5074 … root 567 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/base.tmpl
5075 …t 113 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/callback.tmpl
5076 …root 29 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/class.tmpl
5077 …ot 847 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/default.tmpl
5078 … root 890 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_doc.tmpl
5079 … root 313 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/enum.tmpl
5080 …t 113 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/function.tmpl
5081 …oot 5189 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_index.tmpl
5082 … 29 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/interface.tmpl
5083 …t 120 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_methods.tmpl
[all …]
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt731 alsa-driver-api.tmpl: 3216
4131 debugobjects.tmpl: 14144
4256 device-drivers.tmpl: 13872
4263 deviceiobook.tmpl: 11288