Searched defs:subcommand (Results 1 - 17 of 17) sorted by relevance

/external/autotest/server/tests/netperf2/
H A Dnetperf2.py1 from autotest_lib.server import autotest, hosts, subcommand, test namespace
48 server_command = subcommand.subcommand(server_at.run,
51 client_command = subcommand.subcommand(client_at.run,
55 subcommand.parallel([server_command, client_command])
/external/autotest/server/tests/netpipe/
H A Dnetpipe.py1 from autotest_lib.server import autotest, hosts, subcommand, test namespace
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/
H A Dsite_server_job.py9 from autotest_lib.server import subcommand namespace
104 # Create the subcommand instance to run this machine worker.
105 sub_commands.append(subcommand.subcommand(mw.run,
142 subcommand.parallel(sub_commands)
H A Dbase_utils.py14 from autotest_lib.server import subcommand namespace
135 subcommand.subcommand.register_join_hook(lambda _: __clean_tmp_dirs())
H A Dsubcommand.py9 # entry points that use subcommand must set this to their logging manager
18 @param tasklist: A list of subcommand instances to execute.
59 Each element in the arglist used to create a subcommand object,
63 We create a subcommand object for each element in the list,
64 then execute those subcommand objects in parallel.
66 NOTE: As an optimization, if len(arglist) == 1 a subcommand is not used.
69 @param arglist: A list of single arguments to be used one per subcommand;
72 named after each subcommand's arg.
103 subcommands.append(subcommand(function, args, subdir))
107 class subcommand(objec class in inherits:object
[all...]
H A Dsubcommand_unittest.py9 from autotest_lib.server import subcommand namespace
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
[all...]
H A Dserver_job.py20 from autotest_lib.server import test, subcommand, profilers namespace
231 subcommand.logging_manager_object = self.logging
332 Register some hooks into the subcommand modules that allow us
341 subcommand.subcommand.register_fork_hook(on_fork)
342 subcommand.subcommand.register_join_hook(on_join)
560 @param machines: A list of machine names to be passed one per subcommand
572 return subcommand.parallel_simple(wrapper, machines,
1129 _import_names('autotest_lib.server.subcommand',
[all...]
/external/autotest/server/site_tests/network_EthCapsServer/
H A Dnetwork_EthCapsServer.py9 from autotest_lib.server import subcommand, test, utils namespace
/external/autotest/server/hosts/
H A Dparamiko_host.py6 from autotest_lib.server import subcommand namespace
170 subcommand.subcommand.register_join_hook(join_hook)
/external/iptables/iptables/
H A Dxshared.h69 struct subcommand { struct
84 extern int subcmd_main(int, char **, const struct subcommand *);
/external/autotest/client/common_lib/
H A Dbase_packages.py316 from autotest_lib.server import subcommand namespace
334 subcommand.parallel_simple(trim_custom_directories, custom_repos,
477 from autotest_lib.server import subcommand namespace
494 commands.append(subcommand.subcommand(self.upload_pkg_parallel,
498 results = subcommand.parallel(commands, timeout, return_results=True)
/external/autotest/scheduler/
H A Ddrone_utility.py24 from autotest_lib.server import hosts, subcommand namespace
470 subproc = subcommand.subcommand(function, args)
/external/libhevc/decoder/
H A Dihevcd_api.c3365 * subcommand
3389 WORD32 subcommand; local
3401 subcommand = ps_ctl_ip->e_sub_cmd;
3403 switch(subcommand)
/external/libavc/decoder/
H A Dih264d_api.c3296 UWORD32 subcommand; local
3307 subcommand = ps_ctl_ip->e_sub_cmd;
3309 switch(subcommand)
/external/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/vulkan-validation-layers/build-android/gradle-templates/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/snakeyaml/.mvn/wrapper/
H A Dmaven-wrapper.jar ... Set options private Class argumentType private String description private String subcommand private String deprecationWarning private boolean incubating public void " href= ...

Completed in 7444 milliseconds