Home
last modified time | relevance | path

Searched refs:readlines (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/gnu/llvm/clang/tools/clang-format/
Dclang-format-diff.py134 code = f.readlines()
135 formatted_code = StringIO(stdout).readlines()
/openbsd/src/gnu/llvm/libcxx/utils/
Dgraph_header_deps.py41 for line in f.readlines():
/openbsd/src/gnu/llvm/llvm/utils/gn/build/
Dsymbol_exports.py25 symbols = open(args.source).readlines()
Dwrite_cmake_config.py64 in_lines = f.readlines()
/openbsd/src/gnu/llvm/llvm/utils/lint/
Dcommon_lint.py95 lines = file.readlines()
/openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
D__init__.py48 for line in child.stdout.readlines():
Dtest_from_cdb.py192 for line in handler.readlines():
/openbsd/src/gnu/llvm/llvm/utils/
Dwciia.py54 code_owners_file = open("CODE_OWNERS.TXT", "r").readlines()
Dsort_includes.py25 lines = f.readlines()
Dschedcover.py70 for line in f.readlines():
/openbsd/src/gnu/llvm/llvm/utils/lit/lit/builtin_commands/
Ddiff.py38 filelines.append(stdin_bin.readlines())
41 filelines.append(file_bin.readlines())
/openbsd/src/gnu/llvm/llvm/utils/git/
Dgithub-automation.py409 print(sys.stdin.readlines())
445 release_workflow.issue_notify_no_milestone(sys.stdin.readlines())
Dpre-push.py214 lines = sys.stdin.readlines()
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbinline.py50 lines = file_handle.readlines()
Dlldbtest.py216 return f.readlines()[line_number - 1]
/openbsd/src/gnu/llvm/lldb/utils/lui/
Dsourcewin.py143 content = x.readlines()
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dspawnbase.py485 def readlines(self, sizehint=-1): member in SpawnBase
/openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/unit/
Dtest_analyze.py218 result[key] = handle.readlines()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py332 lines = file(filename).readlines()
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DAddLLVM.cmake127 …MMAND "${Python3_EXECUTABLE}" -c "import sys;print(''.join(['EXPORTS\\n']+sys.stdin.readlines(),))"
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.467774 (readlines): Oops, had NULL's and 0's reversed for ptr/int members.