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

<<11121314151617181920>>

  /external/python/cpython3/Lib/test/
test_exception_hierarchy.py 72 for line in s.splitlines():
test_module.py 223 lines = out.splitlines()
test_pdb.py     [all...]
test_tokenize.py 32 expected.rstrip().splitlines())
    [all...]
  /external/python/cpython3/Lib/test/test_tools/
test_pindent.py 33 return '\n'.join(line.lstrip() for line in data.splitlines()) + '\n'
  /external/python/cpython3/Lib/
textwrap.py 480 for line in text.splitlines(True):
  /external/python/cpython3/Lib/urllib/
robotparser.py 66 self.parse(raw.decode("utf-8").splitlines())
  /external/python/cpython3/Tools/scripts/
highlight.py 31 lines = source.splitlines(True)
  /external/scapy/scapy/
autorun.py 53 cmds = cmds.splitlines()
  /external/skia/tools/
parse_llvm_coverage.py 72 lines = report.splitlines()
  /external/skqp/tools/
parse_llvm_coverage.py 72 lines = report.splitlines()
  /external/tensorflow/tensorflow/python/debug/lib/
source_remote.py 42 source_file_proto.lines.extend(f.read().splitlines())
  /external/toolchain-utils/automation/common/
command_executer_test.py 144 lines = self._executer.stdout.splitlines()
  /external/toolchain-utils/crosperf/
machine_manager.py 88 line = self.meminfo.splitlines()[0]
137 for line in self.cpuinfo.splitlines():
152 b = if_out.splitlines()
160 b = if_out.splitlines()
  /external/toolchain-utils/
test_gcc_dejagnu.py 105 for l in input_str.splitlines():
  /external/v8/gypfiles/
landmines.py 238 landmines.extend([('%s\n' % l.strip()) for l in output.splitlines()])
  /external/v8/tools/clang/scripts/
apply_edits.py 54 return [os.path.realpath(p) for p in output.splitlines()]
run_tool.py 82 return [os.path.realpath(p) for p in output.splitlines()]
  /external/v8/tools/release/
merge_to_branch.py 77 for git_hash in git_hashes.splitlines():
roll_merge.py 79 for git_hash in git_hashes.splitlines():
test_search_related_commits.py 81 ["log", "--format=%H", "--reverse"]).splitlines()
  /external/v8/tools/
verify_source_deps.py 138 for line in f.read().splitlines():
  /packages/apps/Car/libs/
resource_generator.py 142 for line in xml_string.splitlines():
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
clang-include-fixer.py 99 lines = stdout.splitlines()
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
clang-include-fixer.py 99 lines = stdout.splitlines()

Completed in 856 milliseconds

<<11121314151617181920>>