HomeSort by relevance Sort by last modified time
    Searched refs:system_output (Results 76 - 100 of 176) sorted by null

1 2 34 5 6 7 8

  /external/autotest/client/tests/compilebench/
compilebench.py 28 output = utils.system_output(cmd)
  /external/autotest/client/tests/connectathon/
connectathon.py 53 self.results = utils.system_output('./runtests -N %s %s %s' %
  /external/autotest/client/tests/dbench/
dbench.py 32 self.results = utils.system_output(cmd, retain_output=True)
  /external/autotest/client/tests/ddtest/
ddtest.py 35 self.results.append(utils.system_output(os.path.join(self.srcdir,
  /external/autotest/client/tests/hackbench/
hackbench.py 41 raw_output = utils.system_output(cmd, retain_output=True)
  /external/autotest/client/tests/tiobench/
tiobench.py 32 results = utils.system_output('./tiobench.pl --dir %s %s' %
  /external/autotest/server/bin/
unit_test_server.py 46 report = utils.system_output('gcov ' + ''.join(self.test_files))
  /external/autotest/client/cros/
verity_utils.py 71 fuser = utils.system_output('fuser -v %s' % (device),
74 lsblk = utils.system_output('lsblk %s' % (device),
134 utils.system_output(self.dd_cmd % (self.file, self.blocks))
146 self.table = utils.system_output(self.verity_cmd % (self.alg,
162 self.loop = utils.system_output('losetup -f --show %s' % (self.file))
  /external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 74 stdout = utils.system_output(cmd, retain_output=True)
83 stdout = utils.system_output(cmd, retain_output=True)
  /external/autotest/client/site_tests/hardware_Badblocks/
hardware_Badblocks.py 43 return utils.system_output(argv)
65 waiton = utils.system_output(argv)
  /external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
kernel_CrosECSysfsAccel.py 143 active = utils.system_output('ectool motionsense active')
151 accel_info = utils.system_output('ectool motionsense')
  /external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
network_Ipv6SimpleNegotiation.py 37 addr_output = utils.system_output(
59 addr_output = utils.system_output(
  /external/autotest/client/site_tests/hardware_GobiGPS/
hardware_GobiGPS.py 32 nmea = utils.system_output('head -300 /tmp/gobi-nmea', timeout=60)
  /external/autotest/client/site_tests/hardware_MemoryLatency/
hardware_MemoryLatency.py 46 out = utils.system_output(cmd)
  /external/autotest/client/site_tests/hardware_MemoryThroughput/
hardware_MemoryThroughput.py 42 out = utils.system_output(cmd)
  /external/autotest/client/site_tests/hardware_Resolution/
hardware_Resolution.py 66 modetest_output = utils.system_output(_MODETEST_COMMAND)
  /external/autotest/client/site_tests/network_WiFiCaps/
network_WiFiCaps.py 41 phy = utils.system_output("iw list | awk '/^Wiphy/ {print $2}'")
  /external/autotest/client/site_tests/network_WiFiTxRx/
network_WiFiTxRx.py 35 data = utils.system_output(flipflop, retain_output=True)
  /external/autotest/client/site_tests/platform_CryptohomeChangePassword/
platform_CryptohomeChangePassword.py 18 result = utils.system_output(cmd + ' 2>&1', retain_output=True,
  /external/autotest/client/site_tests/platform_Mosys/
platform_Mosys.py 30 cmd_list = utils.system_output('mosys -tv')
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/
platform_TraceClockMonotonic.py 94 utils.system_output(binpath, retain_output = True)
  /external/autotest/client/site_tests/security_ASLR/
security_ASLR.py 25 output = utils.system_output('pidof %s' % exe_name,
72 ps_results = utils.system_output(get_pid_command).strip()
117 output = utils.system_output(cmd, ignore_status=True).strip()
194 symbol = utils.system_output(scanelf_command)
  /external/autotest/client/site_tests/security_Firewall/
security_Firewall.py 21 rules = utils.system_output("%s -S" % executable)
  /external/autotest/client/site_tests/security_SuidBinaries/
security_SuidBinaries.py 74 cmd_output = utils.system_output(cmd, ignore_status=True)
  /external/autotest/client/tests/bonnie/
bonnie.py 55 self.results.append(utils.system_output(cmd, retain_output=True))

Completed in 230 milliseconds

1 2 34 5 6 7 8