| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/ |
| H A D | 0001-remove-dropped-templates.patch | 16 -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 D | setup | 36 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 D | test_functions.cpp | 260 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 D | nikto_2.1.6.bb | 86 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 D | run-ptest | 13 ./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 D | gen-fan-monitor-defs.py | 20 tmpl = """\ variable 167 output.write(Template(tmpl).render(data=monitor_data))
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/ |
| H A D | 0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch | 33 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 D | mrbsection.js | 77 var tmpl; 96 tmpl = $.templates("#build-template"); 98 html = $(tmpl.render(build));
|
| H A D | jsrender.min.js | 3 …tmpl.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 D | trans_rvm.c.inc | 29 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 D | obmc-phosphor-dbus-service.bbclass | 139 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 D | obmc-phosphor-systemd.bbclass | 204 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 D | gdbstub.c | 49 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 D | jsrender.min.js | 3 …tmpl.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 D | gtkdoc.patch | 19 +GTK_DOC_CHECK([1.14],[--flavour no-tmpl --docdir docs/reference])
|
| /openbmc/u-boot/doc/ |
| H A D | README.bedbug | 34 ./include/ppc_asm.tmpl
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | gen-fan-zone-defs.py | 1011 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 D | openssl_3.5.0.bb | 232 install -m755 ${S}/test/ssl_test.tmpl ${D}${PTEST_PATH}/test/
|
| /openbmc/openbmc/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist2.txt | 5075 … 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 D | buildhistory_filelist1.txt | 5074 … 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 D | qdict.txt | 731 alsa-driver-api.tmpl: 3216 4131 debugobjects.tmpl: 14144 4256 device-drivers.tmpl: 13872 4263 deviceiobook.tmpl: 11288
|