HomeSort by: relevance | last modified time | path
    Searched refs:splitlines (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
strip_asm.py 15 for l in asm.splitlines():
25 for l in asm.splitlines():
44 for l in asm.splitlines():
103 for l in asm.splitlines():
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/
strip_asm.py 15 for l in asm.splitlines():
25 for l in asm.splitlines():
44 for l in asm.splitlines():
103 for l in asm.splitlines():
  /src/external/apache2/llvm/dist/llvm/utils/
indirect_calls.py 31 for line in stdout.splitlines():
check_ninja_deps.py 157 .decode("UTF-8").splitlines()):
extract-section.py 75 for line in raw_section.splitlines(False):
  /src/external/gpl3/gcc/dist/contrib/
git-fix-changelog.py 60 lines = r.stdout.splitlines()
64 commit_message = commit_message.splitlines()
check-MAINTAINERS.py 85 lines = open(sys.argv[1]).read().splitlines()
  /src/external/gpl3/gcc.old/dist/contrib/
git-fix-changelog.py 60 lines = r.stdout.splitlines()
64 commit_message = commit_message.splitlines()
check-MAINTAINERS.py 85 lines = open(sys.argv[1]).read().splitlines()
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
completions.py 43 text = text.splitlines()[line - 1]
  /src/external/mpl/bind/dist/bin/tests/system/dnstap/
tests_dnstap.py 67 for line in dnstapread.out.splitlines():
  /src/external/mpl/bind/dist/bin/tests/system/nsprocessinglimit/
tests_nsprocessinglimit.py 35 lines = dnstapread.out.splitlines()
  /src/external/gpl3/gdb.old/dist/sim/common/
gennltvals.py 84 for line in data.splitlines():
95 for line in result.stdout.splitlines():
123 old_lines = target_map.read_text().splitlines()
162 old_lines_c = target_map_c.read_text().splitlines()
174 old_lines_h = target_map_h.read_text().splitlines()
  /src/external/gpl3/gdb/dist/sim/common/
gennltvals.py 84 for line in data.splitlines():
95 for line in result.stdout.splitlines():
123 old_lines = target_map.read_text().splitlines()
162 old_lines_c = target_map_c.read_text().splitlines()
174 old_lines_h = target_map_h.read_text().splitlines()
  /src/external/gpl3/gcc/dist/contrib/header-tools/
headerutils.py 290 data = open (filen).read().splitlines()
373 macin = open (name_h + ".requires").read().splitlines()
375 macin = open (name_h + ".macin").read().splitlines()
378 macout = open (name_h + ".provides").read().splitlines()
380 macout = open (name_h + ".macout").read().splitlines()
383 incl = open (name_h + ".incl").read().splitlines()
429 incl_list = open("require-provide.master").read().splitlines()
432 require[os.path.basename (f)] = open (f + ".requires").read().splitlines()
436 provide[os.path.basename (f)] = open (f + ".provides").read().splitlines()
graph-header-logs 143 logfile = open(x).read().splitlines()
146 logfile = open(x + ".log").read().splitlines()
154 h = open(fn).read().splitlines()
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
headerutils.py 290 data = open (filen).read().splitlines()
373 macin = open (name_h + ".requires").read().splitlines()
375 macin = open (name_h + ".macin").read().splitlines()
378 macout = open (name_h + ".provides").read().splitlines()
380 macout = open (name_h + ".macout").read().splitlines()
383 incl = open (name_h + ".incl").read().splitlines()
429 incl_list = open("require-provide.master").read().splitlines()
432 require[os.path.basename (f)] = open (f + ".requires").read().splitlines()
436 provide[os.path.basename (f)] = open (f + ".provides").read().splitlines()
graph-header-logs 143 logfile = open(x).read().splitlines()
146 logfile = open(x + ".log").read().splitlines()
154 h = open(fn).read().splitlines()
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
__init__.py 76 return decode_when_needed(output).splitlines()
78 ex.output = decode_when_needed(ex.output).splitlines()
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
util.py 31 return read_syms_from_list(data.splitlines())
37 lines = [l.strip() for l in data.splitlines() if l.strip()]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-shlib/
gen-msvc-exports.py 110 libs.extend(f.read().splitlines())
  /src/external/mpl/bind/dist/bin/tests/system/rrchecker/
tests_rrchecker.py 163 line for line in checkzone_output.splitlines() if not line.startswith(";")
  /src/external/apache2/llvm/dist/llvm/utils/git/
pre-push.py 118 for l in stdout.splitlines():
135 commits = git('rev-list', range).splitlines()
185 for line in msg.splitlines():
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format.py 81 ondisk = f.read().splitlines();
  /src/external/gpl3/gdb.old/dist/gdb/
copyright.py 116 update_out = update_out.splitlines(keepends=False)

Completed in 24 milliseconds

1 2 3