HomeSort by relevance Sort by last modified time
    Searched refs:splitlines (Results 76 - 100 of 855) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/client/common_lib/brillo/
logcat_utils.py 41 lines = result.stdout.strip().splitlines()
  /external/autotest/client/site_tests/hardware_MemoryZRAMThroughput/
hardware_MemoryZRAMThroughput.py 28 for line in out.splitlines():
  /external/autotest/client/site_tests/kernel_PerfEventRename/
kernel_PerfEventRename.py 52 for line in report.splitlines():
  /external/autotest/client/site_tests/video_VideoCapability/
video_VideoCapability.py 39 for line in avtest_label.splitlines():
  /external/autotest/client/tests/compilebench/
compilebench.py 65 for line in output.splitlines():
  /external/autotest/client/tests/monotonic_time/
monotonic_time.py 33 for line in self.results.stdout.splitlines():
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 64 network_id = int(add_result.stdout.splitlines()[-1])
111 for line in status_result.stdout.splitlines()
185 for line in list_networks_result.stdout.splitlines():
291 for line in scan_result.stdout.strip().splitlines():
  /external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
autoupdate_ForcedOOBEUpdate.py 35 '/var/log/update_engine/').stdout.splitlines()
85 status = status.stdout.splitlines()
124 status = status.stdout.splitlines()
242 files = self._host.run(update_engine_files_cmd).stdout.splitlines()
  /external/autotest/server/site_tests/brillo_MemorySizeTest/
brillo_MemorySizeTest.py 35 meminfo_output = host.run_output('cat /proc/meminfo').splitlines()
  /external/autotest/server/site_tests/brillo_StorageWriteSpeedTest/
brillo_StorageWriteSpeedTest.py 41 for line in result.splitlines():
  /external/autotest/server/site_tests/enterprise_CFM_VolumeChange/
enterprise_CFM_VolumeChange.py 68 self._host.run_output(cmd).splitlines()]
  /external/autotest/server/site_tests/firmware_CompareInstalledToShellBall/
firmware_CompareInstalledToShellBall.py 31 for line in shellball.splitlines():
  /external/autotest/server/site_tests/native_Benchmarks/
octane.py 39 pairs = [line.split(': ') for line in log.splitlines()]
  /external/autotest/site_utils/autoupdate/lib/
test_control.py 34 code_lines = orig_control_code.splitlines()
  /external/chromium-trace/catapult/common/lab/
hardware.py 68 host_data = host_data.splitlines()
  /external/chromium-trace/catapult/devil/devil/android/
device_list.py 40 return [d for d in f.read().splitlines() if d != '(error)']
  /external/python/cpython2/Tools/i18n/
makelocalealias.py 17 lines = f.read().splitlines()
  /external/python/cpython3/Lib/test/
test_quopri.py 192 cout = cout.decode('latin-1').splitlines()
193 e = e.decode('latin-1').splitlines()
207 self.assertEqual(cout.splitlines(), p.splitlines())
  /external/skia/tools/skpbench/
_hardware_nexus_6p.py 92 Expectation.check_all(expectations, result.splitlines())
_hardware_pixel_c.py 82 Expectation.check_all(expectations, result.splitlines())
  /external/skqp/tools/skpbench/
_hardware_nexus_6p.py 98 Expectation.check_all(expectations, result.splitlines())
_hardware_pixel_c.py 82 Expectation.check_all(expectations, result.splitlines())
  /external/swiftshader/third_party/subzero/pydir/
gen_test_arith_ll.py 45 print '\n'.join([line.rstrip() for line in lines.splitlines()])
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/
transformer.py 62 line = source_code.splitlines()[self._lineno - 1]
  /external/v8/tools/
turbolizer-perf.py 22 for line in phase['data'].splitlines():

Completed in 549 milliseconds

1 2 34 5 6 7 8 91011>>