OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitlines
(Results
676 - 700
of
855
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_calendar.py
179
for line in s.
splitlines
(False):
test_wsgiref.py
158
err.
splitlines
()[-2],
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py
371
for line in chunk.
splitlines
():
/external/autotest/client/bin/net/
net_utils.py
80
for line in mpstat_out.
splitlines
()[3:]:
/external/autotest/client/common_lib/hosts/
base_classes.py
483
for line in proc_cpuinfo.
splitlines
():
513
meminfo = self.run('cat /proc/meminfo').stdout.
splitlines
()
663
rpm.stdout.
splitlines
())
/external/autotest/client/cros/
cros_disks.py
804
for line in output.
splitlines
():
/external/autotest/client/cros/power/
power_suspend.py
474
arc_logcat = arc_logcat.
splitlines
()
/external/autotest/scheduler/
drone_utility.py
637
split_lines = [line.split(None, 4) for line in ps_output.
splitlines
()]
/external/autotest/site_utils/
test_runner_utils.py
404
for line in p_out.
splitlines
():
[
all
...]
/external/chromium-trace/catapult/devil/devil/android/
device_utils.py
218
'list', 'avd']).
splitlines
()
290
lines = output.
splitlines
() if isinstance(output, basestring) else output
[
all
...]
/external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py
278
as_root=True).
splitlines
()
/external/libmojo/mojo/public/tools/chrome_ipc/
generate_mojom.py
32
result = subprocess.check_output(args).strip().
splitlines
()
/external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py
159
'list', 'avd']).
splitlines
()
891
output = output.
splitlines
(
[
all
...]
/external/libmojo/third_party/jinja2/
filters.py
442
rv = (u'\n' + indention).join(s.
splitlines
())
lexer.py
598
lines = source.
splitlines
()
/external/lz4/tests/
test-lz4-speed.py
64
return (stdout_lines + stderr_lines).
splitlines
()
/external/python/cpython2/Lib/
gettext.py
373
for item in tmsg.
splitlines
():
/external/python/cpython2/Tools/ccbench/
ccbench.py
371
for line in chunk.
splitlines
():
/external/python/cpython3/Lib/distutils/
_msvccompiler.py
100
(line.partition('=') for line in out.
splitlines
())
/external/python/cpython3/Lib/test/
test_faulthandler.py
82
return output.
splitlines
(), exitcode
test_timeit.py
215
exc_lines = exc_string.
splitlines
()
/external/python/cpython3/Tools/ccbench/
ccbench.py
373
for line in chunk.
splitlines
():
/external/python/cpython3/Tools/clinic/
clinic_test.py
98
cooked = c.parse(raw).
splitlines
()
/external/skia/tools/skp/
webpages_playback.py
461
if len(output.
splitlines
()) != 1:
/external/skqp/tools/skp/
webpages_playback.py
461
if len(output.
splitlines
()) != 1:
Completed in 934 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>