Home
last modified time | relevance | path

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

/third_party/mesa3d/bin/
Dmeson-cmd-extract.py53 def build_cmd(conf: configparser.ConfigParser) -> str: function
/third_party/parse5/
Dbuild_parse5.py49 def do_build(build_cmd, uglify_cmd): argument
/third_party/weex-loader/
Dbuild_weex_loader_library.py52 def do_build(build_cmd, copy_cmd, uglify_cmd): argument
/third_party/skia/docker/skia-with-swift-shader-base/
Dbuild-with-swift-shader-and-run49 build_cmd = ['docker', 'run', '--rm', '-v', '%s:/skia' % skia_root, IMAGE, BUILD_SCRIPT_PATH] variable
/third_party/node/deps/v8/tools/vim/
Dninja-build.vim75 fun! s:MakeWithCustomCommand(build_cmd) argument
/third_party/python/Lib/distutils/command/
Dinstall_lib.py143 def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): argument