Home
last modified time | relevance | path

Searched refs:run_command (Results 1 - 25 of 32) sorted by relevance

12

/third_party/libinput/tools/
H A Dtest_tool_option_parsing.py51 def run_command(args): function
77 def run_command(self, args): member in LibinputTool
82 return run_command(args)
85 rc, stdout, stderr = self.run_command(args)
92 rc, stdout, stderr = self.run_command(args)
97 rc, stdout, stderr = self.run_command(args)
103 rc, stdout, stderr = self.run_command(args)
109 rc, stdout, stderr = self.run_command(args)
129 rc, _, _ = self.run_command(["--help"])
299 rc, stdout, stderr = libinput_debug_events.run_command(["/de
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
H A 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/ltp/testcases/kernel/syscalls/copy_file_range/
H A 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/typescript/tests/verify_3rd_libs/
H A Dverify_3rd_libs.py151 def run_command(cmd, path): function
168 result = run_command(install_cmd, project)
179 result = run_command(cmd, os.path.join(project, m))
194 result = run_command(sync_cmd, project)
208 result = run_command(build_entry_cmd, project)
228 result = run_command(build_lib_cmd, project)
245 result = run_command(build_ohosTest_cmd, project)
/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py25 def run_command(self, cmd, path): member in Utils
56 result = self.utils.run_command(install_cmd, self.project_path)
64 result = self.utils.run_command(sync_cmd, self.project_path)
70 clean_result = self.utils.run_command(clean_cmd, self.project_path)
72 build_result = self.utils.run_command(build_cmd, self.project_path)
/third_party/libuv/docs/code/onchange/
H A 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/rust/crates/clang-sys/build/
H A Dcommon.rs96 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command() functions
119 run_command("llvm-config", &path, arguments) in run_llvm_config()
125 run_command("xcode-select", "xcode-select", arguments) in run_xcode_select()
/third_party/eudev/src/udev/
H A 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/
H A Dbdist_dumb.py81 self.run_command('build')
89 self.run_command('install')
H A Dinstall_lib.py105 self.run_command('build_py')
107 self.run_command('build_ext')
H A Dinstall_scripts.py43 self.run_command('build_scripts')
H A Dbdist.py138 self.run_command(cmd_name)
H A Dbuild.py135 self.run_command(cmd_name)
H A Dinstall.py568 self.run_command('build')
580 self.run_command(cmd_name)
H A Dregister.py49 self.run_command(cmd_name)
/third_party/ltp/testcases/kernel/syscalls/acct/
H A Dacct02.c70 static void run_command(void) in run_command() function
173 run_command(); in run()
/third_party/skia/tools/
H A Dfind_run_binary.py14 def run_command(args): function
/third_party/python/
H A Dsetup.py126 def run_command(cmd): function
693 ret = run_command(
718 ret = run_command(
759 ret = run_command('%s --print-search-dirs >%s' % (CC, tmpfile))
782 ret = run_command('LC_ALL=C %s -E -v - </dev/null 2>%s 1>/dev/null' % (CC, tmpfile))
1053 ret = run_command("%s -d %s | grep '(NEEDED)' > %s"
1057 ret = run_command("ldd %s > %s" % (do_readline, tmpfile))
/third_party/python/Python/
H A Dinitconfig.c680 assert(!(config->run_command != NULL && config->run_module != NULL)); in config_check_consistency()
727 CLEAR(config->run_command); in PyConfig_Clear()
998 COPY_WSTR_ATTR(run_command); in _PyConfig_Copy()
1103 SET_ITEM_WSTR(run_command); in _PyConfig_AsDict()
1391 GET_WSTR_OPT(run_command); in _PyConfig_FromDict()
2327 if (config->run_command == NULL) { in config_parse_cmdline()
2339 config->run_command = command; in config_parse_cmdline()
2489 if (config->run_command == NULL && config->run_module == NULL in config_parse_cmdline()
2500 if (config->run_command != NULL || config->run_module != NULL) { in config_parse_cmdline()
2696 if (config->run_command ! in config_update_argv()
[all...]
/third_party/toybox/toys/pending/
H A Dinit.c204 static void run_command(char *command) in run_command() function
281 run_command(x->command); in final_run()
408 run_command(x->command); in restart_init_handler()
/third_party/python/Modules/
H A Dmain.c85 return (config->run_command != NULL in config_run_code()
243 if (PySys_Audit("cpython.run_command", "O", unicode) < 0) { in pymain_run_command()
591 if (config->run_command) { in pymain_run_python()
592 *exitcode = pymain_run_command(config->run_command); in pymain_run_python()
/third_party/python/Lib/distutils/
H A Dcmd.py308 def run_command(self, command): member in Command
309 """Run some other command: uses the 'run_command()' method of
313 self.distribution.run_command(command)
/third_party/python/Include/cpython/
H A Dinitconfig.h201 wchar_t *run_command; member
/third_party/python/Lib/test/
H A Dtest_gc.py753 def run_command(code): function
764 stderr = run_command(code % "0")
769 stderr = run_command(code % "gc.DEBUG_UNCOLLECTABLE")
778 stderr = run_command(code % "gc.DEBUG_SAVEALL")
/third_party/python/PC/
H A Dpython_uwp.cpp249 status = PyConfig_SetString(&config, &config.run_command, NULL); in wmain()

Completed in 19 milliseconds

12