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

<<11121314151617181920>>

  /external/autotest/client/site_tests/apmanager_CheckAPProcesses/
apmanager_CheckAPProcesses.py 44 ignore_status=True).strip()
  /external/autotest/client/site_tests/firmware_TouchMTB/
common_util.py 41 return stdout.strip()
  /external/autotest/client/site_tests/hardware_GPS/
hardware_GPS.py 40 line = line.strip()
  /external/autotest/client/site_tests/p2p_ConsumeFiles/
p2p_ConsumeFiles.py 162 if url.strip() != 'http://169.254.10.97:16725/only-a':
169 if conns.strip() != '2':
179 if url.strip() != 'http://169.254.10.99:16725/everyone':
204 conns = conns.strip()
  /external/autotest/client/site_tests/platform_CleanShutdown/
platform_CleanShutdown.py 29 contents = utils.read_file(filename).strip()
  /external/autotest/client/site_tests/platform_Crossystem/
platform_Crossystem.py 52 output = utils.system_output("crossystem %s" % var).strip()
  /external/autotest/client/site_tests/platform_KernelVersionByBoard/
platform_KernelVersionByBoard.py 32 return expected.strip()
  /external/autotest/client/site_tests/platform_Rootdev/
platform_Rootdev.py 53 text = text.strip()
  /external/autotest/client/site_tests/power_WakeupRTC/
power_WakeupRTC.py 16 return file(sysfs_path).read().strip()
  /external/autotest/client/site_tests/security_SuidBinaries/
security_SuidBinaries.py 24 return set(l.strip() for l in baseline_file)
  /external/autotest/client/tests/tsc/
tsc.py 40 if result.stdout.strip('\n').endswith('FAIL'):
  /external/autotest/client/virt/tests/
nicdriver_unload.py 38 sys_path)).strip())
  /external/autotest/frontend/tko/
preconfigs.py 51 self._preconfigs[type][name][parts[0]] = parts[1].strip()
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 84 if check_result and not result.stdout.strip().endswith('OK'):
108 return dict([line.strip().split('=', 1)
289 for line in scan_result.stdout.strip().splitlines():
306 if scan_result.stdout.strip().endswith('OK'):
  /external/autotest/server/site_tests/brillo_MemorySizeTest/
brillo_MemorySizeTest.py 39 meminfo_dict = dict([[tok.strip() for tok in line.split(':', 1)]
  /external/autotest/server/site_tests/platform_Powerwash/
platform_Powerwash.py 69 ignore_status=True).stdout.strip()
  /external/autotest/site_utils/
restart_latest.py 85 build_path = os.path.join(board, open(latest_path, 'r').read().strip())
set_tree_status.py 30 return open(password_file, 'r').read().strip()
  /external/autotest/tko/
query_lib.py 25 # strip white space
26 condition = condition.strip()
reason_qualifier.py 36 reason_reduced = reason.strip()
  /external/bison/
Makefile.am 73 --strip-tab \
74 --strip-cherry-pick \
  /external/boringssl/src/util/bot/
update_clang.py 51 if f.read().strip() == PACKAGE_VERSION:
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_compatibility_devicetest.py 123 external_storage = under_test.Shell('echo $EXTERNAL_STORAGE').strip()
148 self.assertEquals(dest, under_test.Shell('ls %s' % dest).strip())
161 under_test.Shell('ls %s' % resulting_file).strip())
173 sorted(under_test.Shell('ls %s' % dest).strip().split()))
  /external/chromium-trace/catapult/telemetry/
list_telemetry_unittests 37 line = line.strip()
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_pep420_nspkg.py 58 data = data.strip()
60 data = data.rsplit('\n', 1)[0].strip()
170 data = data.strip()
172 data = data.rsplit('\n', 1)[0].strip()

Completed in 1165 milliseconds

<<11121314151617181920>>