OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitlines
(Results
376 - 400
of
855
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pdb.py
68
any('main.py(5)foo()->None' in l for l in stdout.
splitlines
()),
/system/iot/attestation/at-factory-tool/
fastbootsubp.py
60
.rstrip().
splitlines
())
226
lines = out.
splitlines
()
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
shell.py
111
lines = result.stdout.
splitlines
()
/build/make/tools/releasetools/
ota_package_parser.py
79
lines = self.package.read(name).strip().
splitlines
()
176
for line in self.package.read(metadata_path).strip().
splitlines
():
/external/autotest/client/bin/
fsinfo.py
127
for line in out.
splitlines
():
216
for line in out.
splitlines
():
/external/autotest/client/common_lib/cros/network/
ping_runner.py
118
ping_output.
splitlines
()) or [''])[0]
212
ping_output.
splitlines
()) or [''])[0]
/external/autotest/client/common_lib/
logging_manager_test.py
199
actual_lines = log_buffer.getvalue().
splitlines
()
200
expected_lines = expected_text.
splitlines
()
/external/autotest/client/site_tests/kernel_CheckArmErrata/
kernel_CheckArmErrata.py
77
for info_line in cpuinfo_str.
splitlines
():
127
for line in arm_debug_info.
splitlines
():
/external/autotest/server/site_tests/enterprise_CFM_DualSpeaker/
enterprise_CFM_DualSpeaker.py
60
self._host.run_output(cmd).
splitlines
()]
112
self._host.run_output(cmd).
splitlines
()][0]
/external/markdown/
test-markdown.py
144
for x in text.
splitlines
() :
275
htmlDiff = "\n".join( [x for x in htmlDiff.
splitlines
()
/external/pdfium/testing/tools/coverage/
coverage_report.py
180
['bash', '-c', 'compgen -abck %s' % binary_name]).
splitlines
()
188
version_output = self.check_output([binary, '--version']).
splitlines
()
/external/protobuf/python/google/protobuf/internal/
text_format_test.py
[
all
...]
/external/python/cpython2/Lib/distutils/tests/
test_install.py
194
found = [os.path.basename(line) for line in content.
splitlines
()]
224
found = [os.path.basename(line) for line in content.
splitlines
()]
/external/python/cpython2/Lib/lib2to3/
main.py
19
a = a.
splitlines
()
20
b = b.
splitlines
()
/external/python/cpython2/Lib/test/
test_traceback.py
203
tb_lines = python_fmt.
splitlines
()
217
self.assertEqual(stderr.getvalue().
splitlines
()[-4:], [
/external/python/cpython3/Lib/distutils/tests/
test_install.py
193
found = [os.path.basename(line) for line in content.
splitlines
()]
227
found = [os.path.basename(line) for line in content.
splitlines
()]
/external/python/cpython3/Lib/lib2to3/
main.py
19
a = a.
splitlines
()
20
b = b.
splitlines
()
/external/v8/tools/
gyp_flag_compare.py
224
all_gyp_flags = GetFlags(gyp.
splitlines
(),
226
all_gn_flags = GetFlags(gn.
splitlines
(),
/prebuilts/checkstyle/
checkstyle.py
189
if 'Checkstyle ends with' in stdout.
splitlines
()[-1]:
190
stdout = '\n'.join(stdout.
splitlines
()[:-1])
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
main.py
19
a = a.
splitlines
()
20
b = b.
splitlines
()
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
main.py
19
a = a.
splitlines
()
20
b = b.
splitlines
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py
196
found = [os.path.basename(line) for line in content.
splitlines
()]
226
found = [os.path.basename(line) for line in content.
splitlines
()]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py
19
a = a.
splitlines
()
20
b = b.
splitlines
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py
196
found = [os.path.basename(line) for line in content.
splitlines
()]
226
found = [os.path.basename(line) for line in content.
splitlines
()]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py
19
a = a.
splitlines
()
20
b = b.
splitlines
()
Completed in 1174 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>