HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 1226 - 1250 of 2233) sorted by null

<<41424344454647484950>>

  /external/autotest/client/cros/faft/utils/
saft_flashrom_util.py 92 rv[pieces[0]] = pieces[1].strip('"')
  /external/autotest/client/cros/
pkcs11.py 23 ignore_status=ignore_status).strip()
  /external/autotest/client/site_tests/firmware_TouchMTB/
authenticator.py 194 self.refresh_token = token_file.readline().strip()
report_html.py 88 details_content.append(' ' * 2 + detail.strip())
  /external/autotest/client/site_tests/login_OobeLocalization/
login_OobeLocalization.py 228 columns = line.strip().split()
  /external/autotest/client/site_tests/platform_Firewall/
platform_Firewall.py 35 return [line.strip() for line in rule_output.splitlines()]
  /external/autotest/client/site_tests/power_CPUFreq/
power_CPUFreq.py 153 # an error when being written to a sysfs file. Call strip() to
156 data = getattr(self, file).strip()
  /external/autotest/client/tests/kvm/tests/
enospc.py 50 self.loopback = l_result.stdout.strip()
steps.py 211 line = line.strip()
  /external/autotest/client/tests/kvmtest/
kvmtest.py 89 pid = open(pidfile, 'r').readline().strip()
  /external/autotest/client/tools/
crash_handler.py 81 results_dir = open(debugdir_file).read().strip()
  /external/autotest/client/virt/tests/
vlan.py 73 output = session[dst].cmd_output("md5sum receive").strip()
  /external/autotest/contrib/
generate_rpm_mapping.py 385 m = re.match(HOST_REGX, device_hostname.strip())
  /external/autotest/server/
autoserv_parser.py 252 self.options.image = self.options.image.strip()
crashcollect.py 131 tmpdir = host.run('mktemp -d', stdout_tee=devnull).stdout.strip()
site_crashcollect.py 280 package = find_package_of(host, parts[1].strip())
  /external/autotest/server/cros/chaos_lib/
chaos_runner.py 46 logging.info('DUT time: %s', self._host.run('date').stdout.strip())
  /external/autotest/server/cros/faft/utils/
faft_checkers.py 52 matched = re.match(pattern, line.strip())
  /external/autotest/server/cros/network/
attenuator_controller.py 264 modes = [mode.strip() for mode in line.split('|')]
  /external/autotest/server/hosts/
moblab_host.py 313 return self.run('mktemp -d -p %s' % base).stdout.strip()
sonic_host.py 120 return self.run(cmd, timeout=timeout).stdout.strip()
ssh_host.py 76 if not env.strip():
  /external/autotest/site_utils/
brillo_aue2e_test.py 157 payload_type = moblab.run('python', stdin=get_payload_type).stdout.strip()
  /external/chromium-trace/catapult/dashboard/dashboard/
rietveld_service.py 199 patchset_id = lines[1].strip()
  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread.py 36 error_log_func(' %s', line.strip())

Completed in 735 milliseconds

<<41424344454647484950>>