Home
last modified time | relevance | path

Searched defs:run_cmd (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/docker/skia-with-swift-shader-base/
Dbuild-with-swift-shader-and-run59 run_cmd = ['docker', 'run', '--rm', '-w=/skia', '-v', '%s:/skia' % skia_root, IMAGE] + supplied_cmd variable
/third_party/flutter/skia/docker/skia-with-swift-shader-base/
Dbuild-with-swift-shader-and-run59 run_cmd = ['docker', 'run', '--rm', '-w=/skia', '-v', '%s:/skia' % skia_root, IMAGE] + supplied_cmd variable
/third_party/jsoncpp/
Ddoxybuild.py66 def run_cmd(cmd, silent=False): function
/third_party/musl/scripts/
Dprint_so_deps.py43 def run_cmd(cmd): member in SoParser
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Dcommon.py26 def run_cmd(argv, *, function
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dradeonsi-run-tests.py277 def run_cmd(args, verbosity): function