Home
last modified time | relevance | path

Searched refs:DEVNULL (Results 1 - 25 of 39) sorted by relevance

12

/third_party/mesa3d/bin/
H A Dcommit_in_branch.py43 stdout=subprocess.DEVNULL,
44 stderr=subprocess.DEVNULL)
54 stdout=subprocess.DEVNULL,
55 stderr=subprocess.DEVNULL)
67 stderr=subprocess.DEVNULL)
81 stderr=subprocess.DEVNULL)
90 stderr=subprocess.DEVNULL)
H A Dcommit_in_branch_test.py19 stderr=subprocess.DEVNULL)
H A Dkhronos-update.py195 stderr=subprocess.DEVNULL).decode("ascii").strip()
/third_party/mesa3d/bin/pick/
H A Dcore.py60 stderr=subprocess.DEVNULL).decode("ascii").strip()
91 stdout=asyncio.subprocess.DEVNULL,
92 stderr=asyncio.subprocess.DEVNULL,
104 stdout=asyncio.subprocess.DEVNULL,
105 stderr=asyncio.subprocess.DEVNULL,
146 stderr=subprocess.DEVNULL
155 stdout=asyncio.subprocess.DEVNULL,
176 stdout=asyncio.subprocess.DEVNULL,
177 stderr=asyncio.subprocess.DEVNULL,
211 stderr=asyncio.subprocess.DEVNULL)
[all...]
/third_party/node/deps/v8/tools/
H A Drun-clang-tidy.py103 with open(os.devnull, 'w') as DEVNULL:
110 stderr=DEVNULL)
143 with open(os.devnull, 'w') as DEVNULL:
150 stderr=DEVNULL)
182 with open(os.devnull, 'w') as DEVNULL:
198 stderr=DEVNULL)
236 with open(os.devnull, 'w') as DEVNULL:
256 stderr=DEVNULL)
263 with open(os.devnull, 'w') as DEVNULL:
264 return subprocess.call(['which', 'clang-tidy'], stdout=DEVNULL)
[all...]
/third_party/python/Lib/ctypes/
H A Dutil.py161 stderr=subprocess.DEVNULL)
183 stderr=subprocess.DEVNULL)
214 stderr=subprocess.DEVNULL)
245 stderr=subprocess.DEVNULL,
290 stdin=subprocess.DEVNULL,
291 stderr=subprocess.DEVNULL,
H A D_aix.py53 from subprocess import Popen, PIPE, DEVNULL namespace
109 universal_newlines=True, stdout=PIPE, stderr=DEVNULL)
/third_party/mbedtls/tests/scripts/
H A Drun_demos.py13 args['stdout'] = subprocess.DEVNULL
14 args['stderr'] = subprocess.DEVNULL
H A Dtest_config_script.py131 stdin=subprocess.DEVNULL,
/third_party/rust/crates/minimal-lexical/scripts/
H A Dtimings.py46 stdout=subprocess.DEVNULL,
47 stderr=subprocess.DEVNULL,
63 stderr=subprocess.DEVNULL,
/third_party/python/Tools/scripts/
H A Dget-remote-certificate.py18 from subprocess import Popen, PIPE, STDOUT, DEVNULL namespace
19 proc = Popen(cmd, stdout=PIPE, stderr=STDOUT, stdin=DEVNULL)
H A Dpatchcheck.py52 stderr=subprocess.DEVNULL,
67 stderr=subprocess.DEVNULL,
85 stderr=subprocess.DEVNULL,
/third_party/mesa3d/src/vulkan/registry/
H A Dupdate-aliases.py98 ], stderr=subprocess.DEVNULL).decode()
131 subprocess.check_call(command, stderr=subprocess.DEVNULL)
/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Ddriver.py8 from subprocess import run, SubprocessError, DEVNULL, PIPE namespace
76 result = run(cmd, stdin=DEVNULL, stdout=PIPE, stderr=PIPE)
/third_party/python/Lib/
H A Dplatform.py285 stdin=subprocess.DEVNULL,
286 stderr=subprocess.DEVNULL,
626 stderr=subprocess.DEVNULL,
764 stderr=subprocess.DEVNULL,
H A Dwebbrowser.py234 inout = subprocess.DEVNULL
367 devnull = subprocess.DEVNULL
557 raw_result = subprocess.check_output(cmd, stderr=subprocess.DEVNULL)
H A Dsubprocess.py24 DEVNULL: Special value that indicates that os.devnull should be used
64 "getoutput", "check_output", "run", "CalledProcessError", "DEVNULL",
283 DEVNULL = -3 variable
1358 elif stdin == DEVNULL:
1378 elif stdout == DEVNULL:
1400 elif stderr == DEVNULL:
1702 elif stdin == DEVNULL:
1717 elif stdout == DEVNULL:
1737 elif stderr == DEVNULL:
/third_party/mesa3d/src/intel/tools/tests/
H A Drun-test.py48 stderr=subprocess.DEVNULL) as cmd:
/third_party/python/Lib/asyncio/
H A Dsubprocess.py14 DEVNULL = subprocess.DEVNULL variable
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_build_helper.py107 stdout=subprocess.DEVNULL,
/third_party/python/Lib/ctypes/test/
H A Dtest_find.py84 stderr=subprocess.DEVNULL)
/third_party/vulkan-loader/scripts/
H A Dgenerate_source.py73 stdout=subprocess.DEVNULL,
/third_party/libfuse/test/
H A Dutil.py57 subprocess.call(cmd, stdout=subprocess.DEVNULL,
/third_party/json/tools/serve_header/
H A Dserve_header.py137 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
/third_party/python/Lib/turtledemo/
H A D__main__.py146 stderr=subprocess.DEVNULL,
147 stdout=subprocess.DEVNULL,)

Completed in 16 milliseconds

12