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

<<31323334353637383940>>

  /external/autotest/client/site_tests/security_ReservedPrivileges/
security_ReservedPrivileges.py 77 dump_file.write(line.strip() + "\n")
  /external/autotest/client/tests/ltp/
ltp.py 94 failed_cmd = f.read().strip()
  /external/autotest/client/tests/unixbench/
unixbench.py 74 if not line.strip():
  /external/autotest/client/virt/tests/
iofuzz.py 109 ports[(int(beg, base=16), int(end, base=16))] = name.strip()
  /external/autotest/contrib/
watch_expensive_rpcs.py 29 cols = [x.text.strip() for x in row.findAll('td')]
  /external/autotest/server/hosts/
gce_host.py 97 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()
  /external/autotest/server/site_tests/brillo_WifiInterfaceTest/
brillo_WifiInterfaceTest.py 32 line = line.strip()
  /external/autotest/server/site_tests/platform_CorruptRootfs/
platform_CorruptRootfs.py 61 rootdev = result.stdout.strip()
  /external/autotest/server/site_tests/platform_CrashStateful/
platform_CrashStateful.py 114 hi = result.stdout.strip()
  /external/autotest/server/site_tests/power_DeferForFlashrom/
power_DeferForFlashrom.py 57 timeout=_COMMAND_TIMEOUT).stdout.strip()
  /external/autotest/server/site_tests/power_USBHotplugInSuspend/
power_USBHotplugInSuspend.py 35 lines = self._host.run('lsusb').stdout.strip().split('\n')
  /external/autotest/server/site_tests/security_kASLR/
security_kASLR.py 51 addr, symtype, symbol = line.strip().split(' ', 2)
  /external/autotest/site_utils/tester_feedback/
input_handlers.py 96 input_str = input_str.lower().strip()
  /external/autotest/utils/
check_patch.py 118 unknown_files.append(line[1:].strip())
128 modified_files.append(line[1:].strip())
232 reindent_results = reindent_raw.split(" ")[-1].strip(".")
259 stripped_name = self.basename.strip(".py")
  /external/chromium-trace/catapult/
PRESUBMIT.py 57 if input_api.change.BUG.strip() == '':
  /external/chromium-trace/catapult/dashboard/dashboard/
bisect_report.py 164 formatted_rows.append(' '.join(formatted_elements).strip())
  /external/chromium-trace/catapult/firefighter/update/common/buildbot/
step.py 130 source = log_iterator.next().strip()
  /external/chromium-trace/catapult/telemetry/telemetry/core/
local_server_unittest.py 77 body_text = body_text.strip()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_test_case.py 69 ['/usr/sbin/cryptohome', '--action=is_mounted'])[0].strip() == 'true'
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
cros_power_monitor.py 72 sample = sample.strip()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
iprofiler_profiler.py 31 output = self._proc.readline().strip()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
exception_formatter.py 37 exception_string = '\n'.join(l.strip() for l in exception_list)
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
exception_formatter.py 32 exception_string = '\n'.join(l.strip() for l in exception_list)
  /external/chromium-trace/catapult/third_party/WebOb/webob/
descriptors.py 180 return tuple(filter(None, [v.strip() for v in value.split(',')]))
281 if not value or not value.strip():
298 value = str(value).strip()
311 r[k] = v.strip('"')
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
errors.py 58 self.resp.status, self.uri, self._get_reason().strip())

Completed in 637 milliseconds

<<31323334353637383940>>