Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_MemoryMonitor/
Dplatform_MemoryMonitor.py145 get_command = operator.attrgetter('command')
146 sorted_by_command = sorted(processes, key=get_command)
148 key=get_command)
/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.c48 static struct op *get_command(int, int);
103 t = get_command(cf, sALIAS); in pipeline()
106 if ((p = get_command(CONTIN, sALIAS)) == NULL) in pipeline()
263 get_command(int cf, int sALIAS) in get_command() function
729 if ((t->left = get_command(CONTIN, sALIAS)) == NULL) { in function_body()