Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/openbmc/qemu/tests/unit/
H A Dtest-int128.c39 static Int128 expand(uint32_t x) in expand() function
53 Int128 a = expand(tests[i]); in test_and()
54 Int128 b = expand(tests[j]); in test_and()
55 Int128 r = expand(tests[i] & tests[j]); in test_and()
69 Int128 a = expand(tests[i]); in test_add()
70 Int128 b = expand(tests[j]); in test_add()
71 Int128 r = expand(tests[i] + tests[j]); in test_add()
85 Int128 a = expand(tests[i]); in test_sub()
86 Int128 b = expand(tests[j]); in test_sub()
87 Int128 r = expand(tests[i] - tests[j]); in test_sub()
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dmultilib_global.bbclass51 newname = localdata.expand(v)
53 newname = localdata.expand(v).replace(version_str, version_str + p + '-')
55 newval = localdata.expand(val)
58 vexp = d.expand(v)
80 newname = localdata.expand(prov)
82 newval = localdata.expand(val)
85 provexp = d.expand(prov)
102 newname = localdata.expand(prov)
104 d.setVar(newname, localdata.expand(newval))
107 newname = localdata.expand("PREFERRED_PROVIDER_" + virt + p + "-" + pkg)
[all …]
H A Dccmake.bbclass17 oe_terminal(d.expand("ccmake ${OECMAKE_GENERATOR_ARGS} ${OECMAKE_SOURCEPATH} -Wno-dev"),
80 with open(d.expand("${WORKDIR}/configuration.inc"), "w") as f:
86 …bb.plain("Configuration recipe fragment written to: {0}".format(d.expand("${WORKDIR}/configuration…
88 with open(d.expand("${WORKDIR}/site-file.cmake"), "w") as f:
91 …bb.plain("Configuration cmake fragment written to: {0}".format(d.expand("${WORKDIR}/site-file.cmak…
H A Dchrpath.bbclass65 …p = sub.Popen([d.expand("${HOST_PREFIX}otool"), '-L', fpath],stdout=sub.PIPE,stderr=sub.PIPE, text…
81 …p = sub.Popen([d.expand("${HOST_PREFIX}install_name_tool"), '-change', rpath, newpath, fpath],stdo…
92 cmd = d.expand('${CHRPATH_BIN}')
94 baseprefix = os.path.normpath(d.expand('${base_prefix}'))
134 …bindirs = d.expand("${bindir} ${sbindir} ${base_sbindir} ${base_bindir} ${libdir} ${base_libdir} $…
/openbmc/u-boot/tools/binman/test/
H A D088_expand_size.dts8 expand-size;
16 expand-size;
28 expand-size;
38 expand-size;
/openbmc/openbmc-tools/witherspoon-debug/
H A Ddebug50 if ! echo "" | expand
57 [ -f expand ] && rm expand
59 echo -e "#!/bin/sh\ncat" > expand
60 chmod +x expand
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Ddata.py48 val = self.d.expand("${foo}")
52 val = self.d.expand("${${foo}}")
56 val = self.d.expand("${${foo}} ${bar}")
60 val = self.d.expand("${@5*12}")
64 val = self.d.expand("${@{ 'green': 1, 'blue': 2 }['green']}")
69 val = self.d.expand("${@2*2},${foo},${@d.getVar('foo') + ' ${bar}'},${foo}")
73 val = self.d.expand("${@'boo ' + '${foo}'}")
77 val = self.d.expand("${@d.getVar('foo') + ' ${bar}'}")
85 val = self.d.expand("${@testfunc(d)}")
90 self.d.expand("${@eval('3')}")
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py32 tcname = d.expand("${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.sh")
37 tdname = d.expand("${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.testdata.json")
41 d.expand("${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.target.manifest"))
43 d.expand("${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.host.manifest"))
45 sdk_dir = d.expand("${WORKDIR}/testsdkext/")
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch29 * config/i386/i386-expand.c (ix86_expand_builtin): Make __builtin_cpu_init
36 gcc/config/i386/i386-expand.cc | 4 ++--
41 diff --git a/gcc/config/i386/i386-expand.cc b/gcc/config/i386/i386-expand.cc
43 --- a/gcc/config/i386/i386-expand.cc
44 +++ b/gcc/config/i386/i386-expand.cc
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils-testsuite_2.43.1.bb49 content.append(d.expand('set CXXFILT "${TARGET_PREFIX}c++filt"'))
50 …content.append(d.expand('set CC "${TARGET_PREFIX}gcc --sysroot=${STAGING_DIR_TARGET} ${TUNE_CCARGS…
51 …content.append(d.expand('set CXX "${TARGET_PREFIX}g++ --sysroot=${STAGING_DIR_TARGET} ${TUNE_CCARG…
52 … content.append(d.expand('set CFLAGS_FOR_TARGET "--sysroot=${STAGING_DIR_TARGET} ${TUNE_CCARGS}"'))
53 content.append(d.expand('set LD "${TARGET_PREFIX}ld ${TUNE_LDARGS}"'))
54 content.append(d.expand('set LDFLAGS_FOR_TARGET "${TUNE_LDARGS}"'))
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bison.patch95 $1->sc_args = expand($2, E_VARS);
101 $1->sc_args = expand($2, E_ALL);
110 $1->sc_args = expand($2, E_VARS);
116 $1->sc_args = expand($2, E_ALL);
123 $1->sc_args = expand($2, E_ALL);
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py38 return d.expand("${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.sh")
83 tdname = d.expand("${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.testdata.json")
87 d.expand("${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.target.manifest"))
89 d.expand("${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.host.manifest"))
99 sdk_dir = d.expand("${WORKDIR}/testimage-sdk/")
H A Dtestmetaidesupport.py18 sdk_dir = d.expand("${WORKDIR}/testsdk/")
23 tdname = d.expand("${DEPLOY_DIR_IMAGE}/${PN}.testdata.json")
/openbmc/linux/arch/s390/include/asm/
H A Dnospec-insn.h55 .macro __DECODE_R expand,reg
59 \expand \r1
68 .macro __DECODE_RR expand,rsave,rtarget
74 \expand \r1,\r2
/openbmc/openbmc/poky/meta/lib/oe/
H A Ddata.py16 flags = dict((flag, d.expand(value))
26 def export2json(d, json_file, expand=True, searchString="",replaceString=""): argument
46 data2export[key] = d.getVar(key, expand).replace(searchString,replaceString)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/rygel/
H A Drygel_0.44.1.bb74 rygel_libdir = d.expand('${libdir}/rygel-${LIBV}')
78 …ns"), r'librygel-(.*)\.so$', d.expand('${PN}-plugin-%s'), 'Rygel plugin for %s', postinst=postinst…
79 …plugins"), r'(.*)\.plugin$', d.expand('${PN}-plugin-%s'), 'Rygel plugin for %s', postinst=postinst…
/openbmc/openbmc/poky/documentation/sphinx/
H A Dyocto-vars.py62 def expand(val, src): function
63 return PATTERN.sub(lambda m: expand(src.get(m.group(1), ''), src), val)
76 subst_vars[k] = expand(subst_vars[k], subst_vars)
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-source.inc33 cmd = d.expand('cd ${S} && PATH=${PATH} gnu-configize')
35 cmd = d.expand("sed -i 's/BUILD_INFO=info/BUILD_INFO=/' ${S}/gcc/configure")
40 …cmd = d.expand("sed -i -e 's/hardcode_into_libs=yes/hardcode_into_libs=no/' ${S}/libcc1/configure")
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Drust_1.81.0.bb97 llvm_config_target = d.expand("${RUST_ALTERNATE_EXE_PATH}")
98 llvm_config_build = d.expand("${RUST_ALTERNATE_EXE_PATH_NATIVE}")
101 config.set(host_section, "cxx", e(d.expand("${RUST_TARGET_CXX}")))
102 config.set(host_section, "cc", e(d.expand("${RUST_TARGET_CC}")))
103 config.set(host_section, "linker", e(d.expand("${RUST_TARGET_CCLD}")))
105 config.set(host_section, "musl-root", e(d.expand("${STAGING_DIR_HOST}${exec_prefix}")))
115 config.set(build_section, "cxx", e(d.expand("${RUST_BUILD_CXX}")))
116 config.set(build_section, "cc", e(d.expand("${RUST_BUILD_CC}")))
117 config.set(build_section, "linker", e(d.expand("${RUST_BUILD_CCLD}")))
125 config.set(target_section, "cxx", e(d.expand("${RUST_TARGET_CXX}")))
[all …]
/openbmc/linux/sound/soc/tegra/
H A Dtegra_cif.h39 unsigned int expand; member
56 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-packaging.inc16 gst_libdir = d.expand('${libdir}/gstreamer-1.0')
23 …do_split_packages(d, gst_libdir, r'libgst(.*)\.so$', d.expand('${PN}-%s'), 'GStreamer 1.0 plugin f…
25 …do_split_packages(d, glibdir+'/girepository-1.0', r'Gst(.*)-1.0\.typelib$', d.expand('${PN}-%s-typ…
27 …do_split_packages(d, gst_libdir, r'libgst(.*)\.a$', d.expand('${PN}-%s-staticdev'), 'GStreamer 1.0…
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js75 Node.prototype.expand = function() { method in Node
167 return this.expand();
194 this.expand();
218 this.expand();
270 _results.push(node.expand());
493 node.expand();
524 node.render().expand();
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py82 self.saved_packaging_data = self.d.expand('${T}/saved_packaging_data/%s' % self.task_name)
83 if not os.path.exists(self.d.expand('${T}/saved_packaging_data')):
84 bb.utils.mkdirhier(self.d.expand('${T}/saved_packaging_data'))
86 self.solution_manifest = self.d.expand('${T}/saved/%s_solution' %
88 if not os.path.exists(self.d.expand('${T}/saved')):
89 bb.utils.mkdirhier(self.d.expand('${T}/saved'))
218 …failed_postinsts_abort(list(failed_scriptlets_pkgnames.keys()), self.d.expand("${T}/log.do_${BB_CU…
372 … target_path = oe.path.join(self.target_rootfs, self.d.expand('${sysconfdir}/rpm-postinsts/'))
381 rpm_postinsts_dir = self.target_rootfs + self.d.expand('${sysconfdir}/rpm-postinsts/')
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py391 items = d.expand(str(event['detail'])).split()
485 def expand(self, s, varname = None): member in DataSmart
660 def getVar(self, var, expand=True, noweakdefault=False, parsing=False): argument
661 return self.getVarFlag(var, "_content", expand, noweakdefault, parsing)
773 … def getVarFlag(self, var, flag, expand=True, noweakdefault=False, parsing=False, retparser=False): argument
782 if not expand and retparser and cachename in self.expand_cache:
785 if expand and cachename in self.expand_cache:
862 if expand or retparser:
864 if expand:
882 expanded_removes[r] = self.expand(r).split()
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dperl-version.bbclass15 cfg = d.expand('${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/config.sh')
35 cfg = d.expand('${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/config.sh')
54 cfg = d.expand('${STAGING_LIBDIR_NATIVE}/perl5/config.sh')

12345678910>>...15