OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitlines
(Results
426 - 450
of
855
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gdb/darwin-x86/lib/python2.7/
UserString.py
122
def
splitlines
(self, keepends=0): return self.data.
splitlines
(keepends)
member in class:UserString
/prebuilts/gdb/darwin-x86/lib/python2.7/email/
header.py
80
for line in header.
splitlines
():
426
for line in s.
splitlines
():
/prebuilts/gdb/linux-x86/lib/python2.7/
UserString.py
122
def
splitlines
(self, keepends=0): return self.data.
splitlines
(keepends)
member in class:UserString
/prebuilts/gdb/linux-x86/lib/python2.7/email/
header.py
80
for line in header.
splitlines
():
426
for line in s.
splitlines
():
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py
122
def
splitlines
(self, keepends=0): return self.data.
splitlines
(keepends)
member in class:UserString
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py
80
for line in header.
splitlines
():
426
for line in s.
splitlines
():
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py
122
def
splitlines
(self, keepends=0): return self.data.
splitlines
(keepends)
member in class:UserString
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py
80
for line in header.
splitlines
():
426
for line in s.
splitlines
():
/system/core/init/
perfboot.py
95
['ls', '/sys/class/thermal/thermal_zone*/temp'])[0].
splitlines
()
248
['cat', '/system/etc/event-log-tags'])[0].
splitlines
():
/art/test/971-iface-super/util-src/
generate_java.py
52
for line in str(self.inner).
splitlines
(keepends = True):
/art/tools/
stream-trace-converter.py
167
for line in self._summary.
splitlines
(True):
/cts/suite/cts/utils/
get_csv_report.py
151
for xml in xmls.
splitlines
():
/development/tools/logblame/
ps.py
115
for line in text.
splitlines
():
/development/vndk/tools/definition-tool/tests/
test_elfdump.py
113
actual = actual.
splitlines
(True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_augassign.py
324
'''.
splitlines
())
test_new.py
72
codestr = "\n".join(l.strip() for l in codestr.
splitlines
())
test_traceback.py
191
tb_lines = python_fmt.
splitlines
()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
IdfClassObject.py
91
for Line in FileIn.
splitlines
():
/external/autotest/client/cros/audio/
sox_utils.py
204
for line in stat_output.
splitlines
():
/external/autotest/client/cros/
cros_logging.py
233
ignore_status=True).
splitlines
())
/external/autotest/client/site_tests/firmware_VbootCrypto/
firmware_VbootCrypto.py
31
for keyval in results.
splitlines
():
/external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py
179
results = summary.
splitlines
()
/external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py
238
items = out.
splitlines
()
/external/autotest/client/site_tests/platform_Firewall/
platform_Firewall.py
35
return [line.strip() for line in rule_output.
splitlines
()]
/external/autotest/server/cros/dynamic_suite/
tools.py
169
lines = control_file_in.strip().
splitlines
()
Completed in 881 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>