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

  /external/autotest/server/hosts/
cros_firmware_unittest.py 96 result = utils.CmdResult(exit_status=1)
105 result = utils.CmdResult(stdout=RW_VERSION_OUTPUT, exit_status=0)
114 result = utils.CmdResult(stdout=VERSION_OUTPUT, exit_status=0)
123 result = utils.CmdResult(stdout=NO_VERSION_OUTPUT, exit_status=0)
132 result = utils.CmdResult(stdout=UNIBUILD_VERSION_OUTPUT,
servo_host.py 304 @returns: A utils.CmdResult object.
  /external/autotest/client/common_lib/hosts/
base_classes_unittest.py 36 utils.CmdResult(
39 fake_cmd_status = utils.CmdResult(
base_classes.py 114 @return a utils.CmdResult object
  /external/autotest/scheduler/
drones_unittest.py 45 mock_result = utils.CmdResult(stdout=cPickle.dumps('mock return'))
67 mock_result = utils.CmdResult(stdout=cPickle.dumps(mock_return))
drone_task_queue_unittest.py 75 mock_result = utils.CmdResult(
91 mock_result = utils.CmdResult(stdout=cPickle.dumps(self.mock_return))
thread_lib_unittest.py 64 mock_result = utils.CmdResult(stdout=cPickle.dumps(self.mock_return))
199 mock_result = utils.CmdResult(
218 mock_result = utils.CmdResult(stdout=cPickle.dumps(self.mock_return))
drone_manager_unittest.py 413 mock_result = utils.CmdResult(
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.c 41 UINT32 CmdResult;
64 &CmdResult
66 if (EFI_ERROR (Status) || CmdResult != USB_MASS_CMD_SUCCESS) {
67 DEBUG ((EFI_D_ERROR, "UsbBootRequestSense: (%r) CmdResult=0x%x\n", Status, CmdResult));
172 UINT32 CmdResult;
184 &CmdResult
193 // If ExecCommand() returns no error and CmdResult is success,
196 if ((CmdResult == USB_MASS_CMD_SUCCESS) && !EFI_ERROR (Status)) {
    [all...]
  /external/autotest/client/bin/
local_host_unittest.py 41 result = local_host.utils.CmdResult(
119 result = local_host.utils.CmdResult(
  /external/autotest/server/cros/
resource_monitor_unittest.py 157 @return CmdResult object.
163 return utils.CmdResult(exit_status=0)
  /external/autotest/client/common_lib/
utils.py 201 self.result = CmdResult(command)
721 @return a CmdResult object or None if the command timed out and
775 @return: a list of CmdResult objects
    [all...]
  /external/autotest/frontend/afe/
moblab_rpc_interface_unittest.py 439 error.CmdError("fakecommand", common_lib_utils.CmdResult(),
464 error.CmdError("fakecommand", common_lib_utils.CmdResult(), ""))
  /external/autotest/server/
autotest.py     [all...]

Completed in 1791 milliseconds