Home
last modified time | relevance | path

Searched refs:DEVNULL (Results 1 – 25 of 41) sorted by relevance

12

/third_party/mesa3d/bin/pick/
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/mesa3d/bin/
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)
Dcommit_in_branch_test.py19 stderr=subprocess.DEVNULL)
Dkhronos-update.py195 stderr=subprocess.DEVNULL).decode("ascii").strip()
/third_party/node/deps/v8/tools/
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) == 0
/third_party/python/Lib/ctypes/
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,
D_aix.py53 from subprocess import Popen, PIPE, DEVNULL
109 universal_newlines=True, stdout=PIPE, stderr=DEVNULL)
/third_party/rust/crates/minimal-lexical/scripts/
Dtimings.py46 stdout=subprocess.DEVNULL,
47 stderr=subprocess.DEVNULL,
63 stderr=subprocess.DEVNULL,
/third_party/mesa3d/src/vulkan/registry/
Dupdate-aliases.py98 ], stderr=subprocess.DEVNULL).decode()
131 subprocess.check_call(command, stderr=subprocess.DEVNULL)
/third_party/python/Tools/scripts/
Dpatchcheck.py52 stderr=subprocess.DEVNULL,
67 stderr=subprocess.DEVNULL,
85 stderr=subprocess.DEVNULL,
/third_party/rust/crates/bindgen/csmith-fuzzing/
Ddriver.py8 from subprocess import run, SubprocessError, DEVNULL, PIPE
76 result = run(cmd, stdin=DEVNULL, stdout=PIPE, stderr=PIPE)
/third_party/python/Lib/
Dplatform.py283 stdin=subprocess.DEVNULL,
284 stderr=subprocess.DEVNULL,
620 stderr=subprocess.DEVNULL,
754 stderr=subprocess.DEVNULL,
Dwebbrowser.py233 inout = subprocess.DEVNULL
366 devnull = subprocess.DEVNULL
555 raw_result = subprocess.check_output(cmd, stderr=subprocess.DEVNULL)
Dsubprocess.py261 DEVNULL = -3 variable
1275 elif stdin == DEVNULL:
1293 elif stdout == DEVNULL:
1313 elif stderr == DEVNULL:
1597 elif stdin == DEVNULL:
1611 elif stdout == DEVNULL:
1630 elif stderr == DEVNULL:
/third_party/python/Lib/asyncio/
Dsubprocess.py14 DEVNULL = subprocess.DEVNULL variable
/third_party/mesa3d/src/intel/tools/tests/
Drun-test.py48 stderr=subprocess.DEVNULL) as cmd:
/third_party/mbedtls/scripts/mbedtls_dev/
Dc_build_helper.py107 stdout=subprocess.DEVNULL,
/third_party/vulkan-loader/scripts/
Dgenerate_source.py69 stdout=subprocess.DEVNULL,
/third_party/python/Lib/ctypes/test/
Dtest_find.py84 stderr=subprocess.DEVNULL)
/third_party/python/Lib/turtledemo/
D__main__.py146 stderr=subprocess.DEVNULL,
147 stdout=subprocess.DEVNULL,)
/third_party/python/Lib/test/test_asyncio/
Dtest_subprocess.py353 stdin=asyncio.subprocess.DEVNULL,
373 stdout=asyncio.subprocess.DEVNULL,
393 stderr=asyncio.subprocess.DEVNULL,
/third_party/mbedtls/tests/scripts/
Dtest_config_script.py131 stdin=subprocess.DEVNULL,
/third_party/libfuse/test/
Dutil.py57 subprocess.call(cmd, stdout=subprocess.DEVNULL,
/third_party/json/tools/serve_header/
Dserve_header.py137 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
/third_party/python/Lib/test/
Dtest_sysconfig.py339 stderr=subprocess.DEVNULL,
358 stderr=subprocess.DEVNULL,

12