HomeSort by relevance Sort by last modified time
    Searched refs:run_output (Results 26 - 37 of 37) sorted by null

12

  /external/autotest/server/site_tests/power_DarkResumeShutdownServer/
power_DarkResumeShutdownServer.py 80 platform = host.run_output('mosys platform name')
  /external/autotest/server/cros/
camerabox_utils.py 82 selinux_mode = self.host.run_output('getenforce')
116 run_output('android-sh -c "pm list features"'))
  /external/autotest/server/site_tests/brillo_Gtests/
brillo_Gtests.py 89 for line in self.host.run_output(
118 gtest_suites_path = self.host.run_output(list_cmd).splitlines()
  /external/autotest/server/cros/update_engine/
chromiumos_test_platform.py 152 return self._host.run_output(
  /external/autotest/server/hosts/
gce_host.py 137 dir_name = self.run_output("mktemp -d %s" % template)
adb_host.py 344 """Call run_output method for the given command with retry.
355 lambda: self.run_output(cmd, ignore_status=True),
365 return self.run_output('getprop %s' % BOARD_FILE)
    [all...]
cros_label.py 535 hwid = host.run_output('crossystem hwid').strip()
  /external/autotest/server/site_tests/brillo_WifiInterfaceTest/
brillo_WifiInterfaceTest.py 100 ifconfig_output = host.run_output('ifconfig').splitlines()
  /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
enterprise_longevity_helper.py 69 for kv in MOSYS_OUTPUT_RE.finditer(client.run_output(cmd)):
  /external/autotest/server/cros/servo/
firmware_programmer.py 188 img_size = self._servo_host.run_output(
203 gbb_hwid_output = self._servo_host.run_output(
  /external/tensorflow/tensorflow/python/debug/wrappers/
local_cli_wrapper_test.py     [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
session_debug_testlib.py 162 run_output = sess.run(fetches,
170 return run_output, debug_data.DebugDumpDir(
    [all...]

Completed in 619 milliseconds

12