OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitlines
(Results
51 - 75
of
855
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_quopri.py
186
self.assertEqual(cout.
splitlines
(), e.
splitlines
())
194
self.assertEqual(cout.
splitlines
(), p.
splitlines
())
test_cmd_line.py
122
self.assertEqual(err.
splitlines
().count(b'Unknown option: -z'), 1)
128
self.assertEqual(err.
splitlines
().count(b'Unknown option: -z'), 1)
134
self.assertEqual(err.
splitlines
().count(b'Unknown option: -a'), 1)
/test/vts-testcase/kernel/api/proc/
ProcModulesTest.py
44
for line in contents.
splitlines
():
/tools/test/connectivity/tools/lab/metrics/
read_metric.py
77
for ln in result.
splitlines
():
/external/autotest/client/site_tests/autoupdate_DisconnectReconnectNetwork/
autoupdate_DisconnectReconnectNetwork.py
59
percent_before = percent_before.
splitlines
()[1].partition('=')[2]
68
percent_after = percent_after.
splitlines
()[1].partition('=')[2]
/external/autotest/server/control_segments/
get_network_stats
27
lines = result.stdout.
splitlines
()
/external/python/cpython3/Doc/includes/
email-read-alternative.py
30
print(''.join(simplest.get_content().
splitlines
(keepends=True)[:3]))
41
for line in richest.get_content().
splitlines
():
/external/tensorflow/tensorflow/python/util/
decorator_utils.py
54
lines = docstring.expandtabs().
splitlines
()
82
lines = _normalize_docstring(doc).
splitlines
()
/external/tpm2/
parsep4
17
source_lines = open(sys.argv[1], 'r').read().
splitlines
()
24
for line in big_line.
splitlines
():
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tUINT8_ARRAY.py
119
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
159
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
191
param_check= open(self.param_short_name).read().
splitlines
()[index]
200
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
240
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
272
param_check= open(self.param_short_name).read().
splitlines
()[index]
281
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
358
param_check_1 = open(self.param_short_name).read().
splitlines
()[index]
359
param_check_2 = open(self.param_short_name).read().
splitlines
()[index + 1]
368
indexed_files_system_array_value_2 = open(self.param_short_name).read().
splitlines
()[index + 1
[
all
...]
tINT16_ARRAY.py
118
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
158
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
190
param_check = open(self.param_short_name).read().
splitlines
()[index]
199
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
239
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
271
param_check = open(self.param_short_name).read().
splitlines
()[index]
280
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
tUINT32_ARRAY.py
119
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
159
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
191
param_check = open(self.param_short_name).read().
splitlines
()[index]
200
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
240
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
272
param_check = open(self.param_short_name).read().
splitlines
()[index]
281
indexed_files_system_array_value = open(self.param_short_name).read().
splitlines
()[index]
/development/python-packages/fastboot/
device.py
69
devices = _subprocess_check_output([self.path, 'devices']).
splitlines
()
86
stderr=subprocess.STDOUT).
splitlines
()
106
stderr=subprocess.STDOUT).
splitlines
()
/external/python/cpython2/Lib/test/
test_cmd_line.py
122
self.assertEqual(err.
splitlines
().count(b'Unknown option: -z'), 1)
128
self.assertEqual(err.
splitlines
().count(b'Unknown option: -z'), 1)
134
self.assertEqual(err.
splitlines
().count(b'Unknown option: -a'), 1)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmd_line.py
122
self.assertEqual(err.
splitlines
().count(b'Unknown option: -z'), 1)
128
self.assertEqual(err.
splitlines
().count(b'Unknown option: -z'), 1)
134
self.assertEqual(err.
splitlines
().count(b'Unknown option: -a'), 1)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmd_line.py
122
self.assertEqual(err.
splitlines
().count(b'Unknown option: -z'), 1)
128
self.assertEqual(err.
splitlines
().count(b'Unknown option: -z'), 1)
134
self.assertEqual(err.
splitlines
().count(b'Unknown option: -a'), 1)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line.py
122
self.assertEqual(err.
splitlines
().count(b'Unknown option: -z'), 1)
128
self.assertEqual(err.
splitlines
().count(b'Unknown option: -z'), 1)
134
self.assertEqual(err.
splitlines
().count(b'Unknown option: -a'), 1)
/tools/test/connectivity/tools/lab/utils/
shell.py
114
pids = result.stdout.
splitlines
()
115
return [int(pid) for pid in result.stdout.
splitlines
()]
134
lines = result.stdout.
splitlines
()
/external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/
brillo_ProcLibMemoryInventory.py
76
procrank_output = host.run_output(PROCRANK_CMD).
splitlines
()
124
librank_output = host.run_output(LIBRANK_CMD).
splitlines
()
/external/autotest/server/site_tests/enterprise_CFM_USBPeripheralRebootStress/
enterprise_CFM_USBPeripheralRebootStress.py
64
new_list= new_output.
splitlines
()
89
usb_original_list = usb_original_output.
splitlines
()
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
adb_compatibility_devicetest.py
32
pids_and_names = (line.split() for line in ps_output.
splitlines
())
107
version = version_output.
splitlines
()
/art/tools/
findbuildbotwarnings.py
69
stdio = r.text.
splitlines
()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
makelocalealias.py
17
lines = f.read().
splitlines
()
/external/antlr/antlr-3.4/runtime/Python/tests/
t054main.py
73
self.failUnlessEqual(len(stdout.getvalue().
splitlines
()), 3)
99
self.failUnlessEqual(len(stdout.getvalue().
splitlines
()), 3)
125
self.failUnlessEqual(len(stdout.getvalue().
splitlines
()), 3)
154
self.failUnlessEqual(len(stdout.
splitlines
()), 1, stdout)
/external/autotest/client/bin/
update_intel_pci_ids
62
shell=True).
splitlines
())
Completed in 1354 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>