OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitlines
(Results
651 - 675
of
855
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/python/cpython3/Lib/lib2to3/
refactor.py
566
for line in input.
splitlines
(keepends=True):
610
new = str(tree).
splitlines
(keepends=True)
/external/python/cpython3/Lib/test/
test_gdb.py
197
errlines = err.
splitlines
()
[
all
...]
test_gzip.py
215
self.assertEqual(lines, 50 * data1.
splitlines
(keepends=True))
420
lines = (data1 * 50).decode("ascii").
splitlines
(keepends=True)
test_site.py
353
os__file__, os__cached__ = stdout.
splitlines
()[:2]
362
os__file__, os__cached__ = stdout.
splitlines
()[:2]
test_nntplib.py
464
lit = "\r\n".join(lit.
splitlines
()) + "\r\n"
[
all
...]
/external/v8/testing/gtest/scripts/
pump.py
385
lines = s.
splitlines
(True)
815
lines = string.
splitlines
()
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py
385
lines = s.
splitlines
(True)
815
lines = string.
splitlines
()
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
refactor.py
569
for line in input.
splitlines
(True):
613
new = unicode(tree).
splitlines
(True)
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
refactor.py
569
for line in input.
splitlines
(True):
613
new = unicode(tree).
splitlines
(True)
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
pump.py
385
lines = s.
splitlines
(True)
815
lines = string.
splitlines
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py
569
for line in input.
splitlines
(True):
613
new = unicode(tree).
splitlines
(True)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py
569
for line in input.
splitlines
(True):
613
new = unicode(tree).
splitlines
(True)
/system/iot/attestation/at-factory-tool/
atftman.py
561
lines = state_string.
splitlines
()
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py
[
all
...]
gettext.py
298
for item in tmsg.
splitlines
():
/external/autotest/client/cros/power/
power_status.py
664
for line in data.
splitlines
():
686
for line in data.
splitlines
():
[
all
...]
/external/python/cpython2/Lib/
doctest.py
[
all
...]
/external/python/cpython3/Lib/
doctest.py
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py
[
all
...]
/development/scripts/
stack_core.py
489
lines = example_crashes.long_asan_crash.
splitlines
()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
gettext.py
300
for item in tmsg.
splitlines
():
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py
41
>>> print '\n'.join([l.rstrip() for l in s.
splitlines
()])
Completed in 1015 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>