HomeSort by relevance Sort by last modified time
    Searched refs:get_command (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
commands.py 24 def get_command(self, command_id): member in class:CommandsClient
client_lib_test.py 103 if not c_client.get_command(new_command['id']):
  /external/autotest/client/site_tests/platform_MemoryMonitor/
platform_MemoryMonitor.py 145 get_command = operator.attrgetter('command')
146 sorted_by_command = sorted(processes, key=get_command)
148 key=get_command)
  /external/mksh/src/
syn.c 48 static struct op *get_command(int);
104 t = get_command(cf);
107 if ((p = get_command(CONTIN)) == NULL)
269 get_command(int cf) function
733 if ((t->left = get_command(CONTIN)) == NULL) {
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 518 char* get_command(char* buffer) { function
    [all...]

Completed in 85 milliseconds