Home
last modified time | relevance | path

Searched refs:get_command (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dcommands.py24 def get_command(self, command_id): member in CommandsClient
Dclient_lib_test.py103 if not c_client.get_command(new_command['id']):
/external/mksh/src/
Dsyn.c49 static struct op *get_command(int, int);
107 t = get_command(cf, sALIAS); in pipeline()
110 if ((p = get_command(CONTIN, sALIAS)) == NULL) in pipeline()
267 get_command(int cf, int sALIAS) in get_command() function
727 if ((t->left = get_command(CONTIN, sALIAS)) == NULL) { in function_body()
/external/rust/crates/ring/
Dbuild.rs766 run_command_with_args(&get_command("PERL_EXECUTABLE", "perl"), &args); in perlasm()
791 fn get_command(var: &str, default: &str) -> String {
/external/bcc/src/lua/bcc/vendor/
Dargparse.lua971 function ParseState:get_command(name) function
1016 local command = self:get_command(arg)