Home
last modified time | relevance | path

Searched refs:run_command (Results 1 – 25 of 73) sorted by relevance

123

/third_party/boost/libs/geometry/doc/index/
Dmake_qbk.py25 def run_command(command): function
37 run_command("doxygen Doxyfile")
38 run_command(cmd % ("classboost_1_1geometry_1_1index_1_1rtree", "rtree"))
39 run_command(cmd % ("group__rtree__functions", "rtree_functions"))
41 run_command(cmd % ("structboost_1_1geometry_1_1index_1_1linear", "rtree_linear"))
42 run_command(cmd % ("structboost_1_1geometry_1_1index_1_1quadratic", "rtree_quadratic"))
43 run_command(cmd % ("structboost_1_1geometry_1_1index_1_1rstar", "rtree_rstar"))
44 run_command(cmd % ("classboost_1_1geometry_1_1index_1_1dynamic__linear", "rtree_dynamic_linear"))
45 run_command(cmd % ("classboost_1_1geometry_1_1index_1_1dynamic__quadratic", "rtree_dynamic_quadrati…
46 run_command(cmd % ("classboost_1_1geometry_1_1index_1_1dynamic__rstar", "rtree_dynamic_rstar"))
[all …]
/third_party/boost/libs/geometry/doc/
Dmake_qbk.py47 def run_command(command): function
60 run_command(doxygen_cmd)
64 run_command(cmd % ("group__" + section.replace("_", "__"), section))
67 run_command(cmd % ("classboost_1_1geometry_1_1model_1_1" + section.replace("_", "__"), section))
70 run_command(cmd % ("classboost_1_1geometry_1_1model_1_1" + classname, section))
73 run_command(cmd % ("structboost_1_1geometry_1_1" + section.replace("_", "__"), section))
76 run_command(cmd % ("classboost_1_1geometry_1_1" + section.replace("_", "__"), section))
79 run_command(cmd % ("classboost_1_1geometry_1_1" + classname, section))
82run_command(cmd % ("classboost_1_1geometry_1_1srs_1_1" + section.replace("_", "__"), "srs_" + sect…
88 run_command(cmd % ("classboost_1_1geometry_1_1strategy_1_1"
[all …]
/third_party/libinput/tools/
Dtest_tool_option_parsing.py51 def run_command(args): function
73 def run_command(self, args): member in LibinputTool
78 return run_command(args)
81 rc, stdout, stderr = self.run_command(args)
88 rc, stdout, stderr = self.run_command(args)
93 rc, stdout, stderr = self.run_command(args)
99 rc, stdout, stderr = self.run_command(args)
105 rc, stdout, stderr = self.run_command(args)
125 rc, _, _ = self.run_command(['--help'])
288 rc, stdout, stderr = libinput_debug_events.run_command(['/dev/input/event0'] * 61)
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range02.c89 static int run_command(char *command, char *option, char *file) in run_command() function
167 run_command("chattr", "-i", FILE_IMMUTABLE_PATH); in cleanup()
171 run_command("swapoff", FILE_SWAP_PATH, NULL); in cleanup()
229 chattr_i_nsup = run_command("chattr", "+i", FILE_IMMUTABLE_PATH); in setup()
243 swap_nsup = run_command("mkswap", FILE_SWAP_PATH, NULL); in setup()
244 swap_nsup = run_command("swapon", FILE_SWAP_PATH, NULL); in setup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py138 def run_command(command, log_level=1): function
189 run_command('git init', 2)
190 run_command(
192 run_command('git config core.sparsecheckout true', 2)
193 run_command('echo /llvm > .git/info/sparse-checkout', 2)
196 run_command('echo /llvm > .git/info/sparse-checkout', 2)
197 run_command('git fetch origin {}'.format(LLVM_BRANCH), 2)
198 run_command('git checkout {}'.format(LLVM_COMMIT), 2)
/third_party/wayland_standard/doc/
Dmeson.build6 cmd = run_command(doxygen, '--version', check: true)
13 cmd = run_command(dot, '-V', check: true)
21 cmd = run_command(xsltproc, '--nonet', manpage_xsl)
/third_party/libuv/docs/code/onchange/
Dmain.c9 void run_command(uv_fs_event_t *handle, const char *filename, int events, int status) { in run_command() function
40 uv_fs_event_start(fs_event_req, run_command, argv[argc], UV_FS_EVENT_RECURSIVE); in main()
/third_party/weston/doc/sphinx/
Dmeson.build5 sphinx_c = run_command(sphinx, '--version')
6 breathe_c = run_command(breathe, '--version')
7 doxygen_c = run_command(doxygen, '--version')
/third_party/eudev/src/udev/
Dudevadm.c73 static int run_command(struct udev *udev, const struct udevadm_cmd *cmd, int argc, char *argv[]) { in run_command() function
127 rc = run_command(udev, udevadm_cmds[i], argc, argv); in main()
/third_party/python/Lib/distutils/command/
Dbdist_dumb.py81 self.run_command('build')
89 self.run_command('install')
Dinstall_lib.py105 self.run_command('build_py')
107 self.run_command('build_ext')
Dinstall_scripts.py43 self.run_command('build_scripts')
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dmeson.build92 r = run_command('test', '-d', opencv_prefix + '/share/opencv', check: false)
96 r = run_command('test', '-d', opencv_prefix + '/share/OpenCV', check: false)
100 r = run_command('test', '-d', opencv_prefix + '/share/opencv4', check: false)
/third_party/libsoup/
Dmeson.build214 apache_httpd2_version_raw = run_command(apachectl.path(), '-v')
218 apache_httpd2_version_raw = run_command(apache_httpd2.path(), '-v')
233 apache_modules_dirs_out = run_command('get_apache_modules_dirs.py', apachectl.path())
237 apache_modules_dirs_out = run_command('get_apache_modules_dirs.py', apache_httpd2.path())
265 …php_xmlrpc = run_command(php, '-d', 'extension=xmlrpc', '-r', 'exit(function_exists("xmlrpc_server…
308 libs_output = run_command (krb5_config, '--libs', 'gssapi', check: gssapi_opt.enabled())
309 cflags_output = run_command (krb5_config, '--cflags', 'gssapi', check: gssapi_opt.enabled())
/third_party/gstreamer/gstreamer/gst/parse/
Dmeson.build10 flexversion_res = run_command([get_flex_version, flex], check: true)
36 bversion_res = run_command([bison, '--version'], check: true)
/third_party/skia/third_party/externals/freetype/
Dmeson.build29 version: run_command('builds/meson/extract_freetype_version.py',
41 ft2_so_version = run_command(python_exe,
46 ft2_pkgconfig_version = run_command(python_exe,
70 ft_main_modules = run_command(python_exe,
91 ft_aux_modules = run_command(python_exe,
117 base_extensions = run_command(python_exe,
/third_party/libinput/doc/api/
Dmeson.build12 doxygen_version_cmd = run_command(doxygen.path(), '--version')
21 dot_version_cmd = run_command(dot.path(), '-V')
/third_party/gstreamer/gstplugins_good/docs/
Dmeson.build42 hotdoc_version = run_command(hotdoc_p, '--version', check: false).stdout()
79 list_plugin_res = run_command(python3, '-c',
/third_party/ltp/testcases/kernel/syscalls/acct/
Dacct02.c70 static void run_command(void) in run_command() function
173 run_command(); in run()
/third_party/freetype/
Dmeson.build31 ft2_version = run_command(python_exe,
35 ft2_libtool_version = run_command(python_exe,
59 ft_main_modules = run_command(python_exe,
80 ft_aux_modules = run_command(python_exe,
104 base_extensions = run_command(python_exe,
/third_party/toybox/toys/pending/
Dinit.c191 static void run_command(char *command) in run_command() function
268 run_command(x->command); in final_run()
399 run_command(x->command); in restart_init_handler()
/third_party/flutter/skia/tools/
Dfind_run_binary.py14 def run_command(args): function
/third_party/skia/tools/
Dfind_run_binary.py14 def run_command(args): function
/third_party/python/Modules/
Dmain.c84 return (config->run_command != NULL in config_run_code()
577 if (config->run_command) { in pymain_run_python()
578 *exitcode = pymain_run_command(config->run_command); in pymain_run_python()
/third_party/python/Lib/distutils/
Dcmd.py308 def run_command(self, command): member in Command
313 self.distribution.run_command(command)

123