/external/autotest/server/ |
D | subcommand_unittest.py | 9 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 …]
|
D | site_server_job.py | 9 from autotest_lib.server import subcommand 105 sub_commands.append(subcommand.subcommand(mw.run, 142 subcommand.parallel(sub_commands)
|
D | base_utils.py | 14 from autotest_lib.server import subcommand 135 subcommand.subcommand.register_join_hook(lambda _: __clean_tmp_dirs())
|
D | subcommand.py | 103 subcommands.append(subcommand(function, args, subdir)) 107 class subcommand(object): class
|
D | server_job.py | 39 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/ |
D | hardware_TPMCheck.py | 41 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/ |
D | netpipe.py | 1 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/ |
D | netperf2.py | 1 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/ |
D | xshared.h | 72 struct subcommand { struct 87 extern int subcmd_main(int, char **, const struct subcommand *); argument
|
D | xtables-multi.c | 20 static const struct subcommand multi_subcommands[] = {
|
D | xtables-compat-multi.c | 8 static const struct subcommand multi_subcommands[] = {
|
D | xshared.c | 186 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/ |
D | profilertest.srv | 24 return subcommand(at.run, params, name) 61 tests = [subcommand(server_sleep_test, [20], "server_sleep_test")]
|
D | parallel_sleeptest.srv | 51 parallel([subcommand(run_client, [at, machine_name, machine_num, i]) 54 parallel([subcommand(main, [machines[i], i], machines[i])
|
/external/autotest/client/common_lib/ |
D | packages.py | 358 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/ |
D | drone_utility.py | 23 from autotest_lib.server import hosts, subcommand 465 subproc = subcommand.subcommand(function, args)
|
/external/autotest/server/tests/barriertest_2client/ |
D | control.srv | 63 subcommand_list.append(subcommand(host_at.run,
|
/external/llvm/tools/llvm-go/ |
D | llvm-go.go | 231 fmt.Println(`Usage: llvm-go subcommand [flags]
|
/external/v8/tools/mb/ |
D | mb.py | 262 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/ |
D | ssh-agent.0 | 70 agent starts a new subcommand into which some environment variables are
|
/external/skia/platform_tools/android/apps/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/external/snakeyaml/.mvn/wrapper/ |
D | maven-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/ |
D | ih264d_api.c | 3297 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/ |
D | ihevcd_api.c | 3394 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/ |
D | RELNOTES | 271 Makefile: Use newer git subcommand style instead of git-subcommand.
|