OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitlines
(Results
726 - 750
of
855
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py
543
def shortdescription(self): return self.description().
splitlines
()[0]
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py
598
diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).
splitlines
(),
599
pprint.pformat(seq2).
splitlines
()))
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py
598
diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).
splitlines
(),
599
pprint.pformat(seq2).
splitlines
()))
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py
637
return ''.join([indent + line for line in text.
splitlines
(True)])
648
return text.
splitlines
()
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py
635
return ''.join([indent + line for line in text.
splitlines
(True)])
646
return text.
splitlines
()
[
all
...]
/external/python/cpython2/Lib/
argparse.py
637
return ''.join([indent + line for line in text.
splitlines
(True)])
648
return text.
splitlines
()
[
all
...]
/external/python/cpython3/Lib/
argparse.py
645
return ''.join(indent + line for line in text.
splitlines
(keepends=True))
656
return text.
splitlines
()
[
all
...]
nntplib.py
[
all
...]
pprint.py
250
lines = object.
splitlines
(True)
/prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py
635
return ''.join([indent + line for line in text.
splitlines
(True)])
646
return text.
splitlines
()
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py
635
return ''.join([indent + line for line in text.
splitlines
(True)])
646
return text.
splitlines
()
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py
635
return ''.join([indent + line for line in text.
splitlines
(True)])
646
return text.
splitlines
()
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py
635
return ''.join([indent + line for line in text.
splitlines
(True)])
646
return text.
splitlines
()
[
all
...]
/external/python/cpython3/Lib/test/test_warnings/
__init__.py
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_io.py
674
self.assertEqual(len(s.
splitlines
()), 1)
[
all
...]
/external/autotest/client/bin/
job_unittest.py
118
return self.first_line == parameter.
splitlines
()[0]
/external/autotest/client/common_lib/
base_job.py
451
message_lines = message.
splitlines
()
[
all
...]
/external/autotest/client/common_lib/cros/
textfsm.py
857
lines = text.
splitlines
()
/external/autotest/scheduler/
drone_manager.py
393
lines = raw_contents.
splitlines
()
[
all
...]
/external/autotest/server/cros/network/
wifi_client.py
200
cpu_info = self.host.run('cat /proc/cpuinfo').stdout.
splitlines
()
[
all
...]
/external/harfbuzz_ng/test/shaping/
hb_test_tools.py
154
ss = [self.diff_regex.sub (r'\1\n\2\n', l).
splitlines
(True) for l in lines]
/external/lisa/libs/utils/
energy_model.py
58
contents = target.execute(cmd).
splitlines
()
[
all
...]
/external/ply/ply/ply/
cpp.py
283
lines = [x.rstrip() for x in input.
splitlines
()]
[
all
...]
/external/python/cpython2/Lib/test/
test_calendar.py
191
for line in s.
splitlines
(False):
[
all
...]
/external/python/cpython3/Lib/email/
message.py
288
value, defects = decode_b(b''.join(bpayload.
splitlines
()))
[
all
...]
Completed in 1214 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>