/third_party/mesa3d/bin/ |
H A D | commit_in_branch.py | 43 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 D | commit_in_branch_test.py | 19 stderr=subprocess.DEVNULL)
|
H A D | khronos-update.py | 195 stderr=subprocess.DEVNULL).decode("ascii").strip()
|
/third_party/mesa3d/bin/pick/ |
H A D | core.py | 60 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 D | run-clang-tidy.py | 103 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 D | util.py | 161 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.py | 53 from subprocess import Popen, PIPE, DEVNULL namespace 109 universal_newlines=True, stdout=PIPE, stderr=DEVNULL)
|
/third_party/mbedtls/tests/scripts/ |
H A D | run_demos.py | 13 args['stdout'] = subprocess.DEVNULL 14 args['stderr'] = subprocess.DEVNULL
|
H A D | test_config_script.py | 131 stdin=subprocess.DEVNULL,
|
/third_party/rust/crates/minimal-lexical/scripts/ |
H A D | timings.py | 46 stdout=subprocess.DEVNULL, 47 stderr=subprocess.DEVNULL, 63 stderr=subprocess.DEVNULL,
|
/third_party/python/Tools/scripts/ |
H A D | get-remote-certificate.py | 18 from subprocess import Popen, PIPE, STDOUT, DEVNULL namespace 19 proc = Popen(cmd, stdout=PIPE, stderr=STDOUT, stdin=DEVNULL)
|
H A D | patchcheck.py | 52 stderr=subprocess.DEVNULL, 67 stderr=subprocess.DEVNULL, 85 stderr=subprocess.DEVNULL,
|
/third_party/mesa3d/src/vulkan/registry/ |
H A D | update-aliases.py | 98 ], stderr=subprocess.DEVNULL).decode() 131 subprocess.check_call(command, stderr=subprocess.DEVNULL)
|
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
H A D | driver.py | 8 from subprocess import run, SubprocessError, DEVNULL, PIPE namespace 76 result = run(cmd, stdin=DEVNULL, stdout=PIPE, stderr=PIPE)
|
/third_party/python/Lib/ |
H A D | platform.py | 285 stdin=subprocess.DEVNULL, 286 stderr=subprocess.DEVNULL, 626 stderr=subprocess.DEVNULL, 764 stderr=subprocess.DEVNULL,
|
H A D | webbrowser.py | 234 inout = subprocess.DEVNULL 367 devnull = subprocess.DEVNULL 557 raw_result = subprocess.check_output(cmd, stderr=subprocess.DEVNULL)
|
H A D | subprocess.py | 24 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 D | run-test.py | 48 stderr=subprocess.DEVNULL) as cmd:
|
/third_party/python/Lib/asyncio/ |
H A D | subprocess.py | 14 DEVNULL = subprocess.DEVNULL variable
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_build_helper.py | 107 stdout=subprocess.DEVNULL,
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_find.py | 84 stderr=subprocess.DEVNULL)
|
/third_party/vulkan-loader/scripts/ |
H A D | generate_source.py | 73 stdout=subprocess.DEVNULL,
|
/third_party/libfuse/test/ |
H A D | util.py | 57 subprocess.call(cmd, stdout=subprocess.DEVNULL,
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 137 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 146 stderr=subprocess.DEVNULL, 147 stdout=subprocess.DEVNULL,)
|