Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 25 of 30) sorted by relevance

12

/external/autotest/server/
Dsubcommand_unittest.py9 from autotest_lib.server import subcommand
14 class wrapper(subcommand.subcommand):
35 subcommand.subcommand.fork_hooks = []
36 subcommand.subcommand.join_hooks = []
55 cmd = subcommand.subcommand(func, (2, 3))
59 self.god.stub_function(subcommand.os.path, 'abspath')
60 self.god.stub_function(subcommand.os.path, 'exists')
61 self.god.stub_function(subcommand.os, 'mkdir')
63 subcommand.os.path.abspath.expect_call('dir').and_return('/foo/dir')
64 subcommand.os.path.exists.expect_call('/foo/dir').and_return(False)
[all …]
Dsite_server_job.py9 from autotest_lib.server import subcommand
105 sub_commands.append(subcommand.subcommand(mw.run,
142 subcommand.parallel(sub_commands)
Dbase_utils.py14 from autotest_lib.server import subcommand
135 subcommand.subcommand.register_join_hook(lambda _: __clean_tmp_dirs())
Dsubcommand.py103 subcommands.append(subcommand(function, args, subdir))
107 class subcommand(object): class
Dserver_job.py39 from autotest_lib.server import subcommand
286 subcommand.logging_manager_object = self.logging
392 subcommand.subcommand.register_fork_hook(on_fork)
393 subcommand.subcommand.register_join_hook(on_join)
623 return subcommand.parallel_simple(wrapper, machines,
/external/autotest/client/site_tests/hardware_TPMCheck/
Dhardware_TPMCheck.py41 def __run_tpmc_cmd(subcommand): argument
47 cmd = 'tpmc %s' % subcommand
51 def check_tpmc(subcommand, expected): argument
62 error_msg = 'invalid response to tpmc %s' % subcommand
64 out = __run_tpmc_cmd(subcommand)
68 result_set = utils.set_from_keyval_output(__run_tpmc_cmd(subcommand))
126 for subcommand in ['getvf', 'getpf']:
127 check_tpmc(subcommand, tpmc_expected[subcommand])
/external/autotest/server/tests/netpipe/
Dnetpipe.py1 from autotest_lib.server import autotest, hosts, subcommand, test
49 server_command = subcommand.subcommand(server_at.run,
52 client_command = subcommand.subcommand(client_at.run,
56 subcommand.parallel([server_command, client_command])
/external/autotest/server/tests/netperf2/
Dnetperf2.py1 from autotest_lib.server import autotest, hosts, subcommand, test
48 server_command = subcommand.subcommand(server_at.run,
51 client_command = subcommand.subcommand(client_at.run,
55 subcommand.parallel([server_command, client_command])
/external/iptables/iptables/
Dxshared.h72 struct subcommand { struct
87 extern int subcmd_main(int, char **, const struct subcommand *); argument
Dxtables-multi.c20 static const struct subcommand multi_subcommands[] = {
Dxtables-compat-multi.c8 static const struct subcommand multi_subcommands[] = {
Dxshared.c186 static mainfunc_t subcmd_get(const char *cmd, const struct subcommand *cb) in subcmd_get()
194 int subcmd_main(int argc, char **argv, const struct subcommand *cb) in subcmd_main()
/external/autotest/server/samples/
Dprofilertest.srv24 return subcommand(at.run, params, name)
61 tests = [subcommand(server_sleep_test, [20], "server_sleep_test")]
Dparallel_sleeptest.srv51 parallel([subcommand(run_client, [at, machine_name, machine_num, i])
54 parallel([subcommand(main, [machines[i], i], machines[i])
/external/autotest/client/common_lib/
Dpackages.py358 from autotest_lib.server import subcommand
376 subcommand.parallel_simple(trim_custom_directories, custom_repos,
505 from autotest_lib.server import subcommand
522 commands.append(subcommand.subcommand(self.upload_pkg_parallel,
526 results = subcommand.parallel(commands, timeout, return_results=True)
/external/autotest/scheduler/
Ddrone_utility.py23 from autotest_lib.server import hosts, subcommand
465 subproc = subcommand.subcommand(function, args)
/external/autotest/server/tests/barriertest_2client/
Dcontrol.srv63 subcommand_list.append(subcommand(host_at.run,
/external/llvm/tools/llvm-go/
Dllvm-go.go231 fmt.Println(`Usage: llvm-go subcommand [flags]
/external/v8/tools/mb/
Dmb.py262 if self.args.subcommand:
263 self.ParseArgs([self.args.subcommand, '--help'])
893 def GNCmd(self, subcommand, path, *args): argument
903 return [gn_path, subcommand, path] + list(args)
/external/openssh/
Dssh-agent.070 agent starts a new subcommand into which some environment variables are
/external/skia/platform_tools/android/apps/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/external/snakeyaml/.mvn/wrapper/
Dmaven-wrapper.jar ... Set options private Class argumentType private String description private String subcommand private String deprecationWarning private boolean incubating public void <init ...
/external/libavc/decoder/
Dih264d_api.c3297 UWORD32 subcommand; in ih264d_ctl() local
3308 subcommand = ps_ctl_ip->e_sub_cmd; in ih264d_ctl()
3310 switch(subcommand) in ih264d_ctl()
/external/libhevc/decoder/
Dihevcd_api.c3394 WORD32 subcommand; in ihevcd_ctl() local
3406 subcommand = ps_ctl_ip->e_sub_cmd; in ihevcd_ctl()
3408 switch(subcommand) in ihevcd_ctl()
/external/iputils/
DRELNOTES271 Makefile: Use newer git subcommand style instead of git-subcommand.

12