OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newlines
(Results
201 - 225
of
1200
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/python/cpython2/Lib/test/
test_bz2.py
141
# "Test BZ2File.read() with universal
newlines
(\\n)"
145
self.assertEqual(bz2f.
newlines
, "\n")
149
# "Test BZ2File.read() with universal
newlines
(\\r\\n)"
153
self.assertEqual(bz2f.
newlines
, "\r\n")
/external/python/cpython2/Tools/bgen/bgen/
bgenOutput.py
65
format expansion contains embedded
newlines
. Exception: lines
/external/swiftshader/third_party/LLVM/lib/Target/
TargetInstrInfo.cpp
150
/// multiple instructions separated by SeparatorString or
newlines
.
/external/vboot_reference/firmware/stub/
tpm_lite_stub.c
61
/* Print |n| bytes from array |a|, with
newlines
.
/external/webrtc/tools/python_charts/webrtc/
main.py
138
# Format the messages list with
newlines
.
/external/webrtc/webrtc/build/sanitizers/
lsan_suppressions_webrtc.cc
20
//
newlines
. See http://dev.chromium.org/developers/testing/leaksanitizer
tsan_suppressions_webrtc.cc
19
// kTSanDefaultSuppressions contains TSan suppressions delimited by
newlines
.
/external/zopfli/src/zopfli/
zopfli_bin.c
103
/* Works only if terminal does not convert
newlines
. */
/frameworks/base/tools/aapt2/
Flags.cpp
120
// Split the description by
newlines
and write out the argument (which is
/frameworks/base/tools/aapt2/java/
ClassDefinition.h
176
// Appends a single statement to the method. It should include no
newlines
or else
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
features.md
74
* Support `rapidjson::PrettyWriter` for adding
newlines
and indentations.
/prebuilts/gdb/darwin-x86/lib/python2.7/
codeop.py
33
For example, a backslash followed by two
newlines
may be followed by
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bz2.py
142
# "Test BZ2File.read() with universal
newlines
(\\n)"
146
self.assertEqual(bz2f.
newlines
, "\n")
150
# "Test BZ2File.read() with universal
newlines
(\\r\\n)"
154
self.assertEqual(bz2f.
newlines
, "\r\n")
/prebuilts/gdb/linux-x86/lib/python2.7/
codeop.py
33
For example, a backslash followed by two
newlines
may be followed by
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bz2.py
142
# "Test BZ2File.read() with universal
newlines
(\\n)"
146
self.assertEqual(bz2f.
newlines
, "\n")
150
# "Test BZ2File.read() with universal
newlines
(\\r\\n)"
154
self.assertEqual(bz2f.
newlines
, "\r\n")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py
33
For example, a backslash followed by two
newlines
may be followed by
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py
163
# XXX something with
newlines
goes wrong on Windows.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bz2.py
142
# "Test BZ2File.read() with universal
newlines
(\\n)"
146
self.assertEqual(bz2f.
newlines
, "\n")
150
# "Test BZ2File.read() with universal
newlines
(\\r\\n)"
154
self.assertEqual(bz2f.
newlines
, "\r\n")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py
33
For example, a backslash followed by two
newlines
may be followed by
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
binascii.so
cStringIO.so
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py
163
# XXX something with
newlines
goes wrong on Windows.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bz2.py
142
# "Test BZ2File.read() with universal
newlines
(\\n)"
146
self.assertEqual(bz2f.
newlines
, "\n")
150
# "Test BZ2File.read() with universal
newlines
(\\r\\n)"
154
self.assertEqual(bz2f.
newlines
, "\r\n")
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
XmlResultReporterTest.java
170
// ignore
newlines
and tabs whitespace
/external/python/cpython2/Doc/library/
difflib.rst
152
newlines
.
154
For inputs that do not have trailing
newlines
, set the *lineterm* argument to
287
newlines
.
289
For inputs that do not have trailing
newlines
, set the *lineterm* argument to
636
newlines
. Such sequences can be obtained from the
649
individual single-line strings ending with
newlines
(such sequences can also be
Completed in 761 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>