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.c49 static struct op *get_command(int);
105 t = get_command(cf); in pipeline()
108 if ((p = get_command(CONTIN)) == NULL) in pipeline()
261 get_command(int cf) in get_command() function
725 if ((t->left = get_command(CONTIN)) == NULL) { in function_body()