Searched
full:newlines (Results
351 -
375 of
1200) sorted by null
<<11121314151617181920>>
/external/protobuf/gtest/test/ |
gtest_output_test.py | 272 # system used. Therefore, we need to strip those \r's from newlines
|
/external/python/cpython2/Doc/library/ |
fileinput.rst | 41 Lines are returned with any newlines intact, which means that the last line in
|
subprocess.rst | 227 single: universal newlines; subprocess module 231 for the :term:`universal newlines` ``'U'`` mode argument to :func:`open`. 410 are opened as text files in :term:`universal newlines` mode. Lines may be 418 support (the default). Also, the newlines attribute of the file objects [all...] |
/external/python/cpython2/Lib/ |
code.py | 253 internal newlines. The line is appended to a buffer and the
|
subprocess.py | 743 # Translate newlines, if requested. We cannot let the file 747 if self.universal_newlines and hasattr(file, 'newlines'): [all...] |
/external/python/cpython2/Lib/email/ |
utils.py | 79 # Fix newlines with no preceding carriage return
|
/external/python/cpython2/Lib/lib2to3/tests/ |
test_parser.py | 279 # XXX something with newlines goes wrong on Windows.
|
/external/python/cpython2/Objects/stringlib/ |
split.h | 344 usually run with hundreds of newlines. The overhead of
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
TclUtil.py | 6 # Tcl has a preprocessing step to replace escaped newlines.
|
/external/toybox/tests/ |
sed.test | 34 # Fun with newlines!
|
/external/v8/testing/gtest/cmake/ |
internal_utils.cmake | 56 # Newlines inside flags variables break CMake's NMake generator.
|
/external/v8/testing/gtest/test/ |
gtest_output_test.py | 285 # system used. Therefore, we need to strip those \r's from newlines
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_output_test.py | 284 # system used. Therefore, we need to strip those \r's from newlines
|
/external/webrtc/talk/app/webrtc/ |
webrtcsdp_unittest.cc | 466 // Add some extra |newlines| to the |message| after |line|. 468 const std::string& newlines, 470 const std::string tmp = line + newlines; 476 const std::string& newlines, 479 newlines.c_str(), newlines.length(), message); 500 // Expect fail to parse kSdpFullString if add |newlines| after |injectpoint|. 502 const std::string& newlines, 505 InjectAfter(injectpoint, newlines, &bad_sdp); [all...] |
/frameworks/base/tools/aapt2/ |
readme.md | 7 Command line arguments are separated by newlines, with an empty line signalling the
|
/frameworks/base/tools/preload2/src/com/android/preload/ |
DeviceUtils.java | 257 // Strip trailing newlines. They are especially ugly because adb uses DOS line endings.
|
/libcore/ojluni/src/main/java/sun/security/util/ |
Debug.java | 202 * at least 75 characters, with embedded newlines. Words are
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
code.py | 253 internal newlines. The line is appended to a buffer and the
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
utils.py | 79 # Fix newlines with no preceding carriage return
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
code.py | 253 internal newlines. The line is appended to a buffer and the
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
utils.py | 79 # Fix newlines with no preceding carriage return
|
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/ |
gtest_output_test.py | 284 # system used. Therefore, we need to strip those \r's from newlines
|
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/ |
gtest_output_test.py | 284 # system used. Therefore, we need to strip those \r's from newlines
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
code.py | 253 internal newlines. The line is appended to a buffer and the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
utils.py | 79 # Fix newlines with no preceding carriage return
|
Completed in 867 milliseconds
<<11121314151617181920>>