OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitlines
(Results
576 - 600
of
855
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/python/cpython2/Lib/test/
test_asyncore.py
260
lines = fp.getvalue().
splitlines
()
280
lines = fp.getvalue().
splitlines
()
302
lines = fp.getvalue().
splitlines
()
/external/python/cpython3/Lib/test/
test_asyncore.py
268
lines = stderr.getvalue().
splitlines
()
283
lines = stdout.getvalue().
splitlines
()
298
lines = stdout.getvalue().
splitlines
()
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asyncore.py
261
lines = fp.getvalue().
splitlines
()
281
lines = fp.getvalue().
splitlines
()
303
lines = fp.getvalue().
splitlines
()
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_asyncore.py
261
lines = fp.getvalue().
splitlines
()
281
lines = fp.getvalue().
splitlines
()
303
lines = fp.getvalue().
splitlines
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py
261
lines = fp.getvalue().
splitlines
()
281
lines = fp.getvalue().
splitlines
()
303
lines = fp.getvalue().
splitlines
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py
261
lines = fp.getvalue().
splitlines
()
281
lines = fp.getvalue().
splitlines
()
303
lines = fp.getvalue().
splitlines
()
/system/core/adb/
test_device.py
463
self.assertEqual(input.
splitlines
(), stdout.
splitlines
())
480
script = ";".join([x.strip() for x in script.strip().
splitlines
()])
532
result = result.
splitlines
()
536
shlex.split(r'echo hello\;echo world'))[0].
splitlines
()
[
all
...]
/external/python/cpython3/Tools/stringbench/
stringbench.py
860
@bench('"this\\nis\\na\\ntest\\n".
splitlines
()', "split newlines", 1000)
863
s_splitlines = s.
splitlines
913
@bench('"...text...".
splitlines
()', "split 2000 newlines", 10)
916
s_splitlines = s.
splitlines
1064
_dna = "".join(_dna.
splitlines
())
[
all
...]
/art/tools/common/
common.py
463
logcat_lines = logcat_output.
splitlines
(keepends=True)
/development/python-packages/adb/
device.py
225
# >>> 'foo\n'.
splitlines
()
239
result = re.match(pattern, version_output.
splitlines
()[0])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py
170
for line in record.
splitlines
():
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
string.py
138
lines = self.template[:i].
splitlines
(True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
site.py
172
for line in record.
splitlines
():
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py
175
for line in record.
splitlines
():
string.py
138
lines = self.template[:i].
splitlines
(True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicodedata.py
300
lines = (unichr(i) + u'A').
splitlines
()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
IniToXml.py
255
return '\t' not in Abstract and len(Abstract.
splitlines
()) == 1
/external/adhd/scripts/audio_thread_log_viewer/
viewer_c3.py
487
self.content = f.read().
splitlines
()
/external/adhd/scripts/
ini_editor.py
369
content_lines = content.
splitlines
()
/external/autotest/client/bin/
site_sysinfo.py
392
ignore_status=True).
splitlines
()
/external/autotest/client/common_lib/cros/manual/
cfm_helper.py
256
core_files_output = dut.run_output(cmd).
splitlines
()
/external/autotest/server/cros/network/
netperf_runner.py
29
lines = results.
splitlines
()
/external/autotest/site_utils/lxc/
container.py
595
config = utils.run(cmd).stdout.strip().
splitlines
()
/external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py
193
return [url[len(query):] for url in stdout.
splitlines
()]
/external/chromium-trace/catapult/devil/devil/android/
forwarder.py
43
for line in host_forwarder_log.read().
splitlines
()[-50:]:
Completed in 1693 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>