HomeSort by relevance Sort by last modified time
    Searched full:create_command (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/common_lib/cros/fake_device_server/
commands_unittest.py 54 new_command = self.commands.create_command(GOOD_COMMAND)
65 self.commands.create_command, bad_command)
71 self.commands.create_command, BAD_COMMAND)
99 command1 = self.commands.create_command(copy.deepcopy(COMMAND))
100 command2 = self.commands.create_command(copy.deepcopy(COMMAND))
commands.py 67 def create_command(self, command_resource): member in class:Commands
161 return self.create_command(data)
  /toolchain/binutils/binutils-2.27/binutils/
arparse.y 82 | create_command
141 create_command: label
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
commands.py 69 def create_command(self, device_id, data): member in class:CommandsClient
client_lib_test.py 102 new_command = c_client.create_command(device['id'], command_dict)
  /external/autotest/client/common_lib/cros/tendo/
buffet_tester.py 166 self._command_client.create_command(device_id, command_resource)

Completed in 103 milliseconds