/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
PrettyStackTrace.h | 50 /// should not contain newlines) to the stream as the stack trace when a crash 60 /// printf-style formatting but should not contain newlines) to the stream
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
PrettyStackTrace.h | 50 /// should not contain newlines) to the stream as the stack trace when a crash 60 /// printf-style formatting but should not contain newlines) to the stream
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
PrettyStackTrace.h | 50 /// should not contain newlines) to the stream as the stack trace when a crash 60 /// printf-style formatting but should not contain newlines) to the stream
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
PrettyStackTrace.h | 50 /// should not contain newlines) to the stream as the stack trace when a crash 60 /// printf-style formatting but should not contain newlines) to the stream
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
PrettyStackTrace.h | 50 /// should not contain newlines) to the stream as the stack trace when a crash 60 /// printf-style formatting but should not contain newlines) to the stream
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
PrettyStackTrace.h | 50 /// should not contain newlines) to the stream as the stack trace when a crash 60 /// printf-style formatting but should not contain newlines) to the stream
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_fnmatch.py | 45 # test that filenames with newlines in them are handled correctly.
|
/external/curl/docs/cmdline-opts/ |
data.d | 28 read from a file like that, carriage returns and newlines will be stripped
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_TRANSFERTEXT.3 | 34 between systems with different views on certain characters, such as newlines
|
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.c | 24 N_( "Message contains bare newlines"),
|
/external/iptables/extensions/ |
libxt_nfacct.c | 44 "Newlines not allowed in --nfacct-name");
|
/external/pcre/dist2/doc/html/ |
pcre2_set_newline.html | 30 specifies which character(s) are recognized as newlines when compiling and
|
/external/python/cpython2/Lib/test/ |
test_fnmatch.py | 45 # test that filenames with newlines in them are handled correctly.
|
/external/skia/tools/ |
misc_utils.py | 22 first match. Does not search across newlines.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_fnmatch.py | 45 # test that filenames with newlines in them are handled correctly.
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_fnmatch.py | 45 # test that filenames with newlines in them are handled correctly.
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
generate_test.go | 45 // First with newlines.
|
/prebuilts/go/linux-x86/src/cmd/go/ |
generate_test.go | 45 // First with newlines.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fnmatch.py | 45 # test that filenames with newlines in them are handled correctly.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fnmatch.py | 45 # test that filenames with newlines in them are handled correctly.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
iobench.py | 16 NEWLINES = 'lf'
40 return (("%s-%s-%s.txt" % (name, TEXT_ENCODING, NEWLINES), size)
381 if NEWLINES == "all":
385 {"cr": "\r", "lf": "\n", "crlf": "\r\n"}[NEWLINES])
407 global TEXT_ENCODING, NEWLINES
426 parser.add_option("-N", "--newlines",
427 action="store", dest="newlines", default='lf',
433 NEWLINES = options.newlines.lower()
434 if NEWLINES not in ('lf', 'cr', 'crlf', 'all'): [all...] |
/external/autotest/client/cros/nfc/ |
console.py | 25 def print_message(message, newlines=2): 30 @param newlines: Integer, specifying the number of '\n' characters that 35 padding = newlines * '\n' 248 print_message(' ' + str(adapter), newlines=0) 268 print_message('Status ' + adapter + ': ', newlines=0) 274 print_message(' ' + key + ' = ' + value, newlines=0) 331 print_message('Tag ' + tag + ': ', newlines=1) 334 print_message(' ' + key + ' = ' + str(value), newlines=0) 338 print_message('Records: ', newlines=1) 360 print_message('Records: ', newlines=1 [all...] |
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
SourceNodeImpl.java | 65 final LineImpl[] newLines = new LineImpl[newLength]; 66 System.arraycopy(lines, 0, newLines, offset - newFirst, 69 lines = newLines;
|
/external/python/cpython2/Tools/iobench/ |
iobench.py | 16 NEWLINES = 'lf' 40 return (("%s-%s-%s.txt" % (name, TEXT_ENCODING, NEWLINES), size) 381 if NEWLINES == "all": 385 {"cr": "\r", "lf": "\n", "crlf": "\r\n"}[NEWLINES]) 407 global TEXT_ENCODING, NEWLINES 426 parser.add_option("-N", "--newlines", 427 action="store", dest="newlines", default='lf', 433 NEWLINES = options.newlines.lower() 434 if NEWLINES not in ('lf', 'cr', 'crlf', 'all') [all...] |
/external/smali/util/src/main/java/org/jf/util/ |
StringWrapper.java | 50 // TODO: should we strip any trailing newlines? 122 * Splits the given string into lines using on any embedded newlines, and wrapping the text as needed to conform to 125 * This uses and assumes unix-style newlines
|