OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitlines
(Results
551 - 575
of
855
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/autotest/client/bin/
setup_job_unittest.py
103
return self.first_line == parameter.
splitlines
()[0]
partition.py
61
for line in utils.system_output('mount').
splitlines
():
64
for line in utils.system_output('swapon -s').
splitlines
():
72
for line in utils.system_output('mount').
splitlines
():
/external/autotest/client/cros/cellular/
base_station_pxt.py
204
return [line for line in command_sequence.
splitlines
()
/external/autotest/client/cros/
cryptohome.py
126
for line in out.
splitlines
():
/external/autotest/client/site_tests/platform_ImageLoader/
platform_ImageLoader.py
136
'/usr/sbin/imageloader --dry_run --unmount_all').
splitlines
()
/external/autotest/client/site_tests/power_Thermal/
power_Thermal.py
293
'find /sys -name %s' % EXT_TEMP_SENSOR_FILE).
splitlines
()
/external/autotest/server/
site_crashcollect.py
354
for line in portageq.stdout.
splitlines
():
/external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py
162
ppid).
splitlines
()
/external/autotest/site_utils/
deploy_server_local.py
133
lines = output.
splitlines
()
/external/chromium-trace/catapult/devil/devil/utils/
markdown.py
266
lines = textwrap.dedent(docstring).
splitlines
()
/external/clang/tools/scan-build-py/libscanbuild/
intercept.py
255
return any((pattern.match(line) for line in lines.
splitlines
()))
/external/deqp/scripts/android/
install_apk.py
60
for line in stdout.
splitlines
()[1:]:
/external/deqp/scripts/
testset.py
89
csvLines = csvData.
splitlines
()
/external/python/cpython2/Lib/test/
test_tokenize.py
28
expected.rstrip().
splitlines
())
604
readline = iter(new_text.
splitlines
(1)).next
test_tools.py
59
return '\n'.join(line.lstrip() for line in data.
splitlines
()) + '\n'
/external/python/cpython3/Lib/test/
test_pydoc.py
585
expected = os.__doc__.
splitlines
()[0]
769
num_lines = len(result.
splitlines
())
830
self.assertEqual(pydoc.render_doc(foo).
splitlines
()[-1],
833
self.assertEqual(pydoc.render_doc(C).
splitlines
()[2],
[
all
...]
/external/python/cpython3/Objects/stringlib/
split.h
336
STRINGLIB(
splitlines
)(PyObject* str_obj,
function
340
/* This does not use the preallocated list because
splitlines
is
/external/tensorflow/tensorflow/compiler/tests/
xla_test.py
99
for l in manifest_file.read().
splitlines
():
/external/toolchain-utils/
chromiumos_image_diff.py
127
self.elf_files = out.
splitlines
()
/external/toolchain-utils/fdo_scripts/
vanilla_vs_fdo.py
89
for line in build_log.
splitlines
():
/external/v8/tools/dev/
v8gen.py
200
for l in text.
splitlines
():
/external/v8/tools/sanitizers/
sancov_formatter.py
132
for line in output.strip().
splitlines
():
/test/vts-testcase/kernel/api/proc/
VtsKernelProcFileApiTest.py
267
filepaths = filepaths.
splitlines
()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_asyncore.py
260
lines = fp.getvalue().
splitlines
()
280
lines = fp.getvalue().
splitlines
()
302
lines = fp.getvalue().
splitlines
()
/external/autotest/client/cros/graphics/
graphics_utils.py
667
for line in modetest_output.
splitlines
():
706
for line in modetest_output.
splitlines
():
902
result = output.stdout.
splitlines
()[0]
[
all
...]
Completed in 822 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>