HomeSort by relevance Sort by last modified time
    Searched defs:utils (Results 151 - 175 of 1598) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/autotest/client/cros/
webpagereplay_wrapper.py 5 from autotest_lib.client.bin import utils namespace
26 port = utils.get_unused_port()
29 port = utils.get_unused_port()
  /external/autotest/client/deps/gtest/
gtest.py 8 from autotest_lib.client.bin import utils namespace
14 gtest = utils.run(os.environ['SYSROOT'] + '/usr/bin/gtest-config --libdir')
16 utils.run('cp libgtest* ' + top_dir)
19 utils.update_version(pwd + '/src', False, version, setup, pwd)
  /external/autotest/client/deps/pyxinput/
pyxinput.py 14 from autotest_lib.client.bin import utils namespace
56 utils.update_version(pwd + '/src', True, version, setup, pwd)
  /external/autotest/client/profilers/lockmeter/
lockmeter.py 13 from autotest_lib.client.bin import utils, profiler namespace
24 self.tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
25 utils.extract_tarball_to_dir(self.tarball, self.srcdir)
28 utils.make()
43 utils.system(self.cmd + ' off')
44 utils.system(self.cmd + ' reset')
45 utils.system(self.cmd + ' on')
49 utils.system(self.cmd + ' off')
53 args = ' -m ' + utils.get_systemmap()
55 utils.system(self.cmd + args + ' print > ' + self.output
    [all...]
  /external/autotest/client/site_tests/audio_AudioCorruption/
audio_AudioCorruption.py 7 from autotest_lib.client.bin import test, utils namespace
33 utils.poll_for_condition(
  /external/autotest/client/site_tests/bluetooth_AdapterSanity/
bluetooth_AdapterSanity.py 7 from autotest_lib.client.bin import utils namespace
32 log_entries = utils.run(search_cmd, ignore_status=True).stdout
  /external/autotest/client/site_tests/desktopui_AppShellFlashstation/
desktopui_AppShellFlashstation.py 5 from autotest_lib.client.bin import test, utils namespace
29 if not utils.get_oldest_pid_by_name(self._APP_SHELL_EXECUTABLE):
33 if not utils.grep(self._STARTUP_MESSAGE, self._LOG_FILE):
  /external/autotest/client/site_tests/desktopui_CameraApp/
desktopui_CameraApp.py 7 from autotest_lib.client.bin import test, utils namespace
21 utils.make('clean')
22 utils.make('all')
46 utils.poll_for_condition(
  /external/autotest/client/site_tests/firmware_RomSize/
firmware_RomSize.py 5 from autotest_lib.client.bin import test, utils namespace
15 data = utils.system_output("flashrom --get-size %s" % target)
19 return utils.system("flashrom --flash-name %s" % target,
  /external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
hardware_DiskFirmwareUpgrade.py 7 from autotest_lib.client.bin import test, utils namespace
34 fw_upgrade = utils.run(' '.join(cmd), ignore_status=True)
  /external/autotest/client/site_tests/hardware_GPS/
hardware_GPS.py 11 from autotest_lib.client.common_lib import error, utils namespace
23 gpsd_status = utils.system_output('initctl status gpsd')
25 utils.system('initctl start gpsd')
36 gpspipe = utils.system_output(
53 utils.system('initctl stop gpsd')
  /external/autotest/client/site_tests/hardware_GobiGPS/
hardware_GobiGPS.py 18 from autotest_lib.client.common_lib import error, utils namespace
32 nmea = utils.system_output('head -300 /tmp/gobi-nmea', timeout=60)
  /external/autotest/client/site_tests/hardware_I2CProbe/
hardware_I2CProbe.py 15 from autotest_lib.client.bin import test, utils namespace
21 result = utils.system_output(full_cmd)
  /external/autotest/client/site_tests/hardware_Memtester/
hardware_Memtester.py 7 from autotest_lib.client.bin import test, utils namespace
27 size = utils.usable_memtotal()
28 elif size > utils.memtotal():
41 utils.run(cmd, stdout_tee=f)
  /external/autotest/client/site_tests/hardware_MultiReader/
hardware_MultiReader.py 7 from autotest_lib.client.bin import test, utils namespace
16 removable = utils.read_one_line(path)
  /external/autotest/client/site_tests/hardware_RamFio/
hardware_RamFio.py 6 from autotest_lib.client.bin import test, utils namespace
27 usable_mem = int(utils.usable_memtotal() * 1024 * 0.8)
41 utils.run('mkdir -p /tmp/ramdisk')
42 utils.run('mount -t ramfs ramfs /tmp/ramdisk')
49 utils.run('umount /tmp/ramdisk')
  /external/autotest/client/site_tests/hardware_RealtekCardReader/
hardware_RealtekCardReader.py 7 from autotest_lib.client.bin import test, utils namespace
16 lsusb_output = utils.system_output("lsusb -t")
24 removable = utils.read_one_line(os.path.join(dev, "removable"))
  /external/autotest/client/site_tests/hardware_StorageTrim/
hardware_StorageTrim.py 6 from autotest_lib.client.bin import site_utils, test, utils namespace
64 utils.run('umount %s*' % dev, ignore_status=True)
66 utils.run('mkfs.ext4 -F %s' % dev, ignore_status=True)
  /external/autotest/client/site_tests/hardware_TPMLoadKey/
hardware_TPMLoadKey.py 6 from autotest_lib.client.bin import test, utils namespace
24 result = utils.system_output(cmd, retain_output=True,
  /external/autotest/client/site_tests/kernel_CpufreqMinMax/
kernel_CpufreqMinMax.py 9 from autotest_lib.client.bin import test, utils namespace
98 if not utils.wait_for_cool_machine():
  /external/autotest/client/site_tests/kernel_LTP/
kernel_LTP.py 6 from autotest_lib.client.bin import utils, test namespace
93 result = utils.run(cmd, ignore_status=True)
  /external/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py 7 from autotest_lib.client.bin import test, utils namespace
98 utils.system(cmd)
103 out = utils.system_output(cmd)
  /external/autotest/client/site_tests/kernel_SchedCgroups/
kernel_SchedCgroups.py 9 from autotest_lib.client.bin import test, utils namespace
21 utils.system('umount %s' % self._tmpdir)
22 utils.system('rm -rf %s' % self._tmpdir)
27 utils.system('mount -t cgroup cgroup %s -o cpu' % self._tmpdir)
28 utils.system('mkdir -p -m 0777 %s/test' % self._tmpdir)
  /external/autotest/client/site_tests/kernel_TPMStress/
kernel_TPMStress.py 5 from autotest_lib.client.bin import test, utils namespace
29 utils.system("tpmc getpf")
  /external/autotest/client/site_tests/kernel_fs_Inplace/
kernel_fs_Inplace.py 7 from autotest_lib.client.bin import utils, test namespace
14 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
15 utils.extract_tarball_to_dir(tarball, self.srcdir)
17 utils.system('make build')
40 self.results.append(utils.system_output(os.path.join(self.srcdir,

Completed in 8490 milliseconds

1 2 3 4 5 67 8 91011>>