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

  /tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
rpc_connection_test.py 65 def pass_on_init(start_command):
66 if not start_command == rpc_connection.Sl4aConnectionCommand.INIT:
68 'Must call "init". Called "%s" instead.' % start_command)
80 def pass_on_continue(start_command):
81 if start_command != rpc_connection.Sl4aConnectionCommand.CONTINUE:
83 start_command)
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
rpc_connection.py 71 start_command = Sl4aConnectionCommand.CONTINUE
73 start_command = Sl4aConnectionCommand.INIT
75 self._initiate_handshake(start_command)
77 def _initiate_handshake(self, start_command):
81 start_command: The command to send. See Sl4aConnectionCommand.
84 resp = self._cmd(start_command)
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 329 std::string start_command = GetLibvirtCommand(); local
330 start_command += " create /dev/fd/0";
337 FILE* launch = popen(start_command.c_str(), "w");
339 LOG(FATAL) << "Unable to execute " << start_command;
  /external/autotest/server/
site_linux_router.py 286 start_command = '%s -dd -t %s > %s 2> %s & echo $!' % (
288 pid = int(self.router.run(start_command).stdout.strip())
    [all...]

Completed in 724 milliseconds