HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 976 - 1000 of 2341) sorted by null

<<31323334353637383940>>

  /external/autotest/client/profilers/ftrace/
ftrace.py 105 utils.read_file(tracing_on).strip() != '1'):
  /external/autotest/client/site_tests/graphics_VTSwitch/
graphics_VTSwitch.py 183 size = line.split(':')[1].split(',')[0].strip()
  /external/autotest/client/site_tests/hardware_Badblocks/
hardware_Badblocks.py 134 result = lines[-1].strip()
  /external/autotest/client/site_tests/policy_ProxySettings/
policy_ProxySettings.py 38 data = self.rfile.readline(40).strip()
  /external/autotest/client/site_tests/power_ProbeDriver/
power_ProbeDriver.py 18 if utils.system_output(cmd, ignore_status=True).strip() == "AC_only":
  /external/autotest/client/site_tests/power_SuspendStress/
power_SuspendStress.py 53 link_status = link_file.readline().strip()
  /external/autotest/client/site_tests/security_Minijail0/
security_Minijail0.py 26 m = re.match('^# %s: (.*)' % name, l.strip())
  /external/autotest/client/tests/dma_memtest/
dma_memtest.py 123 os.path.basename(self.tarball).strip('.tar.bz2'))
  /external/autotest/client/tests/systemtap/
systemtap.py 97 key = key.strip().replace(' ', '_')
  /external/autotest/frontend/afe/
rpc_handler.py 159 remote = remote.split(',')[0].strip()
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 72 line = line.strip()
  /external/autotest/server/cros/network/
arping_runner.py 87 match = re.search(regex, line.strip())
  /external/autotest/server/site_tests/hardware_StorageStress/
hardware_StorageStress.py 149 status = client.run(command).stdout.strip()
  /external/autotest/server/site_tests/network_EthCapsServer/
network_EthCapsServer.py 99 info_str = ln.strip()
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
network_WiFi_SuspendStress.py 45 status = json.loads(out.strip())
  /external/autotest/server/site_tests/platform_GCC/
platform_GCC.py 26 testname = testname.strip()
  /external/autotest/server/site_tests/platform_PowerStatusStress/
platform_PowerStatusStress.py 102 psi_output = self.host.run('power_supply_info').stdout.strip()
  /external/autotest/server/site_tests/power_SuspendShutdown/
power_SuspendShutdown.py 138 out = host.run('cryptohome --action=status').stdout.strip()
  /external/autotest/site_utils/autoupdate/
release.py 67 branchpoint_list = map(str.strip,
  /external/autotest/site_utils/lib/
infra.py 144 return [x.strip() for x in s.split(',') if x]
  /external/autotest/tko/
retrieve_logs.cgi 94 host = host.strip()
  /external/chromium-trace/catapult/devil/devil/android/sdk/
gce_adb_wrapper.py 28 self._instance_ip = self.Shell('getprop net.gce.ip').strip()
  /external/chromium-trace/catapult/devil/devil/android/
settings.py 161 '--projection value' % (self._table, key), as_root=True).strip()
  /external/chromium-trace/catapult/systrace/profile_chrome/
atrace_tracing_agent.py 78 return result.strip() == '1'
  /external/chromium-trace/catapult/telemetry/telemetry/core/
util.py 78 return inspect.getsource(condition).strip()

Completed in 4314 milliseconds

<<31323334353637383940>>