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

<<11121314151617181920>>

  /external/ltp/android/tools/
check_success_build.py 53 self._lines = module_text.splitlines()
  /external/markdown/markdown/extensions/
codehilite.py 120 lines = txt.splitlines()
  /external/perfetto/infra/git_mirror_bot/
mirror_aosp_to_ghub_repo.py 126 for line in all_refs.splitlines():
  /external/perfetto/tools/
run_android_test 94 lines = output.splitlines()
  /external/ply/ply/doc/
makedoc.py 71 lines = data.splitlines()
  /external/ply/ply/example/yply/
yparse.py 242 codelines = code.splitlines()
  /external/python/cpython2/Demo/cgi/
wiki.py 30 for line in self.data.splitlines():
  /external/python/cpython2/Lib/test/
test_pdb.py 69 any('main.py(5)foo()->None' in l for l in stdout.splitlines()),
  /external/python/cpython2/Tools/scripts/
byext.py 70 lines = data.splitlines()
  /external/python/cpython3/Lib/distutils/tests/
test_config_cmd.py 16 for line in msg.splitlines():
  /external/python/cpython3/Lib/
linecache.py 113 [line+'\n' for line in data.splitlines()], fullname
  /external/python/cpython3/Lib/test/
test_cmd_line.py 67 opts = eval(out.splitlines()[0])
447 self.assertEqual(err.splitlines().count(b'Unknown option: -z'), 1)
453 self.assertEqual(err.splitlines().count(b'Unknown option: -z'), 1)
459 self.assertEqual(err.splitlines().count(b'Unknown option: -a'), 1)
test_modulefinder.py 235 for line in source.splitlines():
test_profile.py 41 output = s.getvalue().splitlines()
  /external/python/cpython3/Lib/test/test_email/
test_message.py 769 self.assertEqual(len(m.as_string().strip().splitlines()), 3)
773 self.assertEqual(len(m.as_string(maxheaderlen=0).strip().splitlines()),
775 self.assertEqual(len(m.as_string(maxheaderlen=34).strip().splitlines()),
780 self.assertEqual(len(str(m).strip().splitlines()), 3)
  /external/python/cpython3/Lib/test/test_tools/
test_md5sum.py 64 lines = out.splitlines()
  /external/python/cpython3/Tools/scripts/
byext.py 68 lines = str(data, "latin-1").splitlines()
  /external/skia/infra/bots/assets/win_toolchain/
create.py 52 for line in toolchain_dir_output.splitlines():
  /external/skia/platform_tools/android/skp_gen/
android_skp_capture.py 92 lines = output.splitlines()
  /external/skqp/infra/bots/assets/win_toolchain/
create.py 52 for line in toolchain_dir_output.splitlines():
  /external/skqp/platform_tools/android/skp_gen/
android_skp_capture.py 92 lines = output.splitlines()
  /external/toolchain-utils/fdo_scripts/
divide_and_merge_profiles.py 39 for f in files.splitlines():
  /external/tpm2/generator/
generator.py 64 for name in components.splitlines():
  /external/v8/tools/release/
auto_tag.py 47 format="%H", grep="\\[Auto\\-roll\\] Bump up version to").splitlines():
  /external/webrtc/
sync_chromium.py 158 spec = spec.read().splitlines()

Completed in 853 milliseconds

<<11121314151617181920>>