Home
last modified time | relevance | path

Searched refs:PIPE (Results 1 – 25 of 135) sorted by relevance

123456

/openbmc/openbmc/poky/documentation/
H A Dset_versions.py102 …o-%s" % release_series[activereleases[0]]], stdout=subprocess.PIPE, stderr=subprocess.PIPE, check=…
107 ….run(["git", "tag", "--points-at", "HEAD"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
125 …ss.run(["git", "branch", "--show-current"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
133 … "--format=oneline", "HEAD..origin/" + b], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
156 …ess.run(["git", "tag", "--merged", "HEAD"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
158 ….run(["git", "tag", "--merged", ourbranch], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
231 …s*' % (release_series[branch]), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
276 …ist", "--sort=version:refname", "yocto-*"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl/
H A D0001-support-cross-complication.patch37 - subprocess.call(['gcc','-v'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
42 -sp = subprocess.Popen(['cpp'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PI…
48 -sp = subprocess.Popen(['cpp'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PI…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools/
H A D0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch45 stdin=PIPE,
46 stdout=PIPE,
47 stderr=PIPE,
54 stdin=PIPE,
55 stdout=PIPE,
56 stderr=PIPE,
/openbmc/openbmc/poky/scripts/tiny/
H A Dksize.py30 … p = Popen("size -t " + str(glob), shell=True, stdout=PIPE, stderr=PIPE, universal_newlines=True)
52 shell=True, stdout=PIPE, stderr=PIPE, universal_newlines=True)
59 … p = Popen("ls " + subglob, shell=True, stdout=PIPE, stderr=PIPE, universal_newlines=True)
H A Dksum.py76 p = Popen("size -t " + filename, shell=True, stdout=PIPE, stderr=PIPE)
92 p = Popen("size -t " + vmlinux_file, shell=True, stdout=PIPE, stderr=PIPE)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Dsettings.py232 …| tr -d "* "', cwd = SITE_ROOT, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).commun…
233 …-parse HEAD ', cwd = SITE_ROOT, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).commun…
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dshell_execution.py15 stdout=subprocess.PIPE,
16 stderr=subprocess.PIPE,
/openbmc/linux/arch/powerpc/xmon/
H A Dspu-opc.c25 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
27 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dgpg_sign.py99 job = subprocess.Popen(cmd, stdin=subprocess.PIPE, stderr=subprocess.PIPE)
132 status = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/openbmc/qemu/tests/qemu-iotests/
H A D14999 stdin=subprocess.PIPE,
100 stdout=subprocess.PIPE,
118 stdin=subprocess.PIPE,
119 stdout=subprocess.PIPE,
185 stdin=subprocess.PIPE,
186 stdout=subprocess.PIPE,
H A D27748 nbd_sock, conf_file], stdout=subprocess.PIPE,
65 clt = subprocess.Popen(args, stdout=subprocess.PIPE,
/openbmc/linux/tools/perf/util/
H A Dsetup.py2 from subprocess import Popen, PIPE
15 cc_is_clang = b"clang version" in Popen([cc, "-v"], stderr=PIPE).stderr.readline()
19 …c_options + option, path.join(src_feature_tests, "test-hello.c") ], stderr=PIPE).stderr.readlines()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dboot.py7 from subprocess import Popen, PIPE
27 proc = Popen(cmd, shell=True, stdout=PIPE)
H A Dping.py7 from subprocess import Popen, PIPE
31 proc = Popen(cmd, shell=True, stdout=PIPE)
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dccg.h88 DCCG_SFII(OTG, PIXEL_RATE_CNTL, PIPE, DTO_SRC_SEL, 0, mask_sh),\
89 DCCG_SFII(OTG, PIXEL_RATE_CNTL, PIPE, DTO_SRC_SEL, 1, mask_sh),\
90 DCCG_SFII(OTG, PIXEL_RATE_CNTL, PIPE, DTO_SRC_SEL, 2, mask_sh),\
91 DCCG_SFII(OTG, PIXEL_RATE_CNTL, PIPE, DTO_SRC_SEL, 3, mask_sh),\
/openbmc/openbmc/poky/meta/classes/
H A Dchrpath.bbclass58 stderr=subprocess.PIPE, universal_newlines=True)
65 …p = sub.Popen([d.expand("${HOST_PREFIX}otool"), '-L', fpath],stdout=sub.PIPE,stderr=sub.PIPE, text…
81 …HOST_PREFIX}install_name_tool"), '-change', rpath, newpath, fpath],stdout=sub.PIPE,stderr=sub.PIPE)
/openbmc/qemu/scripts/
H A Dundefsym.py34 pc = subprocess.run([nm, "-P", "-g", staticlib], stdout=subprocess.PIPE)
40 pc = subprocess.run([nm, "-P", "-g"] + shared_modules, stdout=subprocess.PIPE)
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py43 …process.Popen([import_script, abstemppath], stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=sc…
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/
H A Dtest_runbuilds.py74 stdout=subprocess.PIPE,
75 stderr=subprocess.PIPE)
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DbuildebpfPlugin.py55 stdout=subprocess.PIPE,
56 stderr=subprocess.PIPE,
/openbmc/openbmc-test-automation/lib/
H A Dgen_cmd.py81 stderr = subprocess.PIPE
91 stdout=subprocess.PIPE,
363 stderr = subprocess.PIPE if return_stderr else subprocess.STDOUT
378 stdin=subprocess.PIPE,
379 stdout=subprocess.PIPE,
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py66 stdin=subprocess.PIPE,
67 stdout=subprocess.PIPE,
68 stderr=subprocess.PIPE,
/openbmc/linux/scripts/kconfig/tests/
H A Dconftest.py70 stdin=subprocess.PIPE,
71 stdout=subprocess.PIPE,
72 stderr=subprocess.PIPE,
/openbmc/qemu/scripts/performance/
H A DtopN_perf.py95 stderr=subprocess.PIPE)
105 stderr=subprocess.PIPE)
H A DtopN_callgrind.py68 stderr=subprocess.PIPE)
77 stderr=subprocess.PIPE)

123456