HomeSort by relevance Sort by last modified time
    Searched refs:splitlines (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
testharness_results.py 19 lines = content_text.strip().splitlines()
43 lines = content_text.strip().splitlines()
  /external/chromium_org/tools/metrics/common/
diff_util.py 35 old_text.splitlines(), new_text.splitlines(), fromdesc='Original',
  /external/chromium_org/build/android/pylib/device/
device_list.py 22 return f.read().splitlines()
  /external/chromium_org/tools/gyp/test/mac/
gyptest-xctest.py 26 xcode_version, build_number = out.splitlines()
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-buffer-security-check.py 30 for line in output.splitlines():
gyptest-link-ordering.py 26 x for x in test.run_dumpbin('/disasm', full_path).splitlines()
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
67 ## for l in input.splitlines()[0:exc.line]:
72 ## print '\n'.join(['%02d: %s' % (idx+1, l) for idx, l in enumerate(input.splitlines())])
t020fuzzy.py 33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
  /external/chromium_org/tools/win/split_link/
graph_dependencies.py 40 lines = out.splitlines()[2:-1]
49 path_count = len(out.splitlines())
  /external/lldb/test/functionalities/watchpoint/hello_watchlocation/
TestWatchLocation.py 70 match = re.match("Watchpoint created: Watchpoint (.*):", self.res.GetOutput().splitlines()[0])
77 self.expect(self.res.GetOutput().splitlines()[0], exe=False,
100 self.expect(self.res.GetOutput().splitlines()[0], exe=False,
  /external/chromium_org/tools/git/
mass-rename.py 31 for line in out.splitlines():
  /external/chromium_org/tools/grit/grit/tool/
toolbar_preprocess.py 37 rclines = rctext.splitlines()
  /external/lldb/utils/git-svn/
convert.py 39 # By default, splitlines() don't include line breaks. CRLF should be gone.
40 for line in content.splitlines():
  /external/chromium_org/tools/gn/bin/
help_as_html.py 29 for line in out.splitlines():
52 for line in out.splitlines():
  /external/chromium_org/tools/gyp/tools/
pretty_gyp.py 143 data = open(sys.argv[1]).read().splitlines()
145 data = sys.stdin.read().splitlines()
  /external/lldb/test/functionalities/memory/read/
TestMemoryRead.py 62 line = self.res.GetOutput().splitlines()[0]
74 lines = self.res.GetOutput().splitlines()
  /external/chromium_org/native_client_sdk/src/tools/tests/
fix_deps_test.py 51 lines = contents.splitlines()
64 lines = contents.splitlines()
75 lines = contents.splitlines()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
linux_based_platform_backend.py 69 for line in self._GetProcFileForPid(pid, 'smaps').splitlines():
129 for line in contents.splitlines():
140 timer_list = timer_list.splitlines()
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
htmlutil.py 88 # We append 'x' to both sides of the string to ensure that splitlines
90 for i in xrange(len(('x' + data + 'x').splitlines()) - 1):
99 return self._text.splitlines()
  /external/chromium_org/build/android/pylib/utils/
report_results.py 88 for line in results.GetLogs().splitlines():
93 for line in results.GetGtestForm().splitlines():
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
easy_template_test.py 24 expected_lines = expected.splitlines(1)
25 actual_lines = dst.getvalue().splitlines(1)
  /external/chromium_org/native_client_sdk/src/build_tools/
update_sdktools.py 98 diff_string = ''.join(difflib.unified_diff(manifest_string.splitlines(1),
99 new_manifest_string.splitlines(1)))
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
htmlutil.py 88 # We append 'x' to both sides of the string to ensure that splitlines
90 for i in xrange(len(('x' + data + 'x').splitlines()) - 1):
99 return self._text.splitlines()
  /external/chromium_org/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/chromium_org/tools/findit/
findit_for_clusterfuzz.py 31 for line in stacktrace_string.splitlines():
198 stacktrace_string.splitlines(), build_type, parsed_deps)

Completed in 1545 milliseconds

1 2 3 4 5 6 7 8 9