HomeSort by relevance Sort by last modified time
    Searched full:splitlines (Results 101 - 125 of 616) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/virt/
kvm_monitor.py 206 if s.splitlines()[-1].split()[-1] == "(qemu)":
207 return True, "\n".join(s.splitlines()[:-1])
210 return False, "\n".join(s.splitlines())
266 o = "\n".join(o.splitlines()[1:])
273 for l in o.splitlines():
492 for line in s.splitlines():
504 for line in s.splitlines():
590 for l in o.splitlines():
  /external/autotest/client/virt/tests/
whql_client_install.py 67 server_workgroup = server_workgroup.splitlines()[-1]
70 o = server_session.cmd_output(cmd).strip().splitlines()[-1]
  /external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/
brillo_ProcLibMemoryInventory.py 76 procrank_output = host.run_output(PROCRANK_CMD).splitlines()
124 librank_output = host.run_output(LIBRANK_CMD).splitlines()
  /external/chromium-trace/catapult/telemetry/telemetry/core/
exceptions.py 63 self._stack_trace = app.GetStackTrace().splitlines()
67 self._app_stdout = app.GetStandardOutput().splitlines()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
posix_platform_backend.py 20 for line in sudoers_file_contents.splitlines():
68 return self.RunCommand(args).splitlines()
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
requireprovidesorter_test.py 52 self.assertEquals(expected_lines, fixed_provide_string.splitlines())
73 self.assertEquals(expected_lines, fixed_require_string.splitlines())
  /external/libcxx/utils/sym_check/sym_check/
extract.py 45 for l in out.splitlines() if l.strip())
153 lines = out.splitlines()
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Configuration.py 157 listed_conf_backup = f_configurations_backup.read().splitlines()
158 listed_conf = f_configurations.read().splitlines()
270 listed_conf_backup = f_configurations_backup.read().splitlines()
271 listed_conf = f_configurations.read().splitlines()
378 listed_conf_backup = f_configurations_backup.read().splitlines()
379 listed_conf = f_configurations.read().splitlines()
454 listed_conf = f_configurations.read().strip('\r\n').splitlines()
481 listed_conf = configurations_renamed.strip('\r\n').splitlines()
  /external/parameter-framework/upstream/test/xml-generator/
test.py 67 actual = process.stdout.read().splitlines()
94 self.nominal_reference = open(os.path.join(vector_dir, "reference.xml")).read().splitlines()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shlex.py 145 for x in data.splitlines()]
147 for x in posix_data.splitlines()]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shlex.py 145 for x in data.splitlines()]
147 for x in posix_data.splitlines()]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shlex.py 145 for x in data.splitlines()]
147 for x in posix_data.splitlines()]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shlex.py 145 for x in data.splitlines()]
147 for x in posix_data.splitlines()]
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
fsdiff.py 338 if len(desc.splitlines()) > 1:
343 for line in desc.splitlines():
396 [' '*indent + l for l in text.splitlines()])
399 actual_lines = [l.strip() for l in actual_content.splitlines()
401 expected_lines = [l.strip() for l in expected_content.splitlines()
  /external/autotest/client/bin/
site_utils.py 47 for line in text.splitlines():
286 for line in dmesg.splitlines():
317 for line in mesg.splitlines():
445 for line in cmd_result.stdout.splitlines():
471 for linecr in out.splitlines():
676 _hwon_paths = utils.run(cmd, verbose=False).stdout.splitlines()
739 lines = utils.run(full_cmd, verbose=False).stdout.splitlines()
929 paths = utils.run(cmd, verbose=False).stdout.splitlines()
    [all...]
parallel.py 29 for line in traceback.format_exc().splitlines():
  /external/autotest/client/tests/netperf2/
netperf2.py 288 return float(output.splitlines()[6].split()[4]),
305 line_tokens = output.splitlines()[5].split()
324 return float(output.splitlines()[6].split()[5]),
  /external/chromium-trace/catapult/third_party/coverage/coverage/
phystokens.py 148 readline = iternext(text.splitlines(True))
170 readline = iternext(source.splitlines(True))
262 readline = iternext(source.splitlines(True))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/
oauth2l_test.py 108 output_lines = [l.strip() for l in output.splitlines()]
129 self.assertEqual(1, len(output.splitlines()))
323 self.assertEqual(sorted(scopes), output.splitlines())
  /external/llvm/utils/
update_llc_test_checks.py 132 f_asm = '\n'.join(f_asm.splitlines()[-1:])
135 for l in f_asm.splitlines():
176 asm_lines = asm[prefix][name].splitlines()
  /external/v8/tools/release/
create_release.py 118 ] for commit in commits.splitlines()
149 changelog_entry = "\n".join(map(Fill80, changelog_entry.splitlines()))
205 self["commit_title"] = text.splitlines()[0]
  /prebuilts/go/darwin-x86/src/cmd/go/
vendor_test.go 119 have := splitLines(haveText)
120 want := splitLines(wantText)
139 func splitLines(s string) []string {
  /prebuilts/go/linux-x86/src/cmd/go/
vendor_test.go 119 have := splitLines(haveText)
120 want := splitLines(wantText)
139 func splitLines(s string) []string {
  /development/python-packages/adb/
device.py 54 out = subprocess.check_output([adb_path, 'devices']).splitlines()
250 self._features = self._simple_call(['features']).splitlines()
454 output = output.splitlines()
468 output = self.shell(['getprop', prop_name])[0].splitlines()
  /external/autotest/client/site_tests/hardware_MemoryLatency/
hardware_MemoryLatency.py 52 for line in out.splitlines():

Completed in 2834 milliseconds

1 2 3 45 6 7 8 91011>>