HomeSort by relevance Sort by last modified time
    Searched full:newlines (Results 126 - 150 of 1200) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/iptables/extensions/
libipt_ULOG.c 68 "Newlines not allowed in --ulog-prefix");
  /external/llvm/include/llvm/Support/
PrettyStackTrace.h 49 /// should not contain newlines) to the stream as the stack trace when a crash
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-lex.l 112 * Here we'll be tracking newlines and spaces so that the lexer can
136 /* Track newlines just to know whether a newline needs
207 * track of all newlines that were commented out by a
538 /* We preserve all newlines, even between #if 0..#endif, so no
  /external/python/cpython2/Doc/library/
io.rst 95 ``'U'`` universal newlines mode (for backwards compatibility; should
145 single: universal newlines; open() (in module io)
147 *newline* controls how :term:`universal newlines` works (it only applies to
151 * On input, if *newline* is ``None``, universal newlines mode is enabled.
154 ``''``, universal newlines mode is enabled, but line endings are returned to
701 .. attribute:: newlines
703 A string, a tuple of strings, or ``None``, indicating the newlines
    [all...]
  /external/smali/util/src/main/java/org/jf/util/
TextUtils.java 71 // Go back to unix-style \n newlines
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PrettyStackTrace.h 49 /// should not contain newlines) to the stream as the stack trace when a crash
  /external/syslinux/gpxe/src/core/
linebuf.c 66 * newlines will have been stripped, and the line will be
  /external/toybox/toys/pending/
fold.c 15 Folds (wraps) or unfolds ascii text by adding or removing newlines.
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.sh 78 # -print0/-0 are needed to handle possible newlines in the filenames.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 31 // Don't skip comments: we need to count newlines.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 31 // Don't skip comments: we need to count newlines.
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpContext.h 365 // - Escaped newlines are handled here, invisibly to the caller.
372 // Move past escaped newlines, as many as sequentially exist
401 // Scanner used to backup the source stream characters. Newlines are
404 // sequence of escaped newlines).
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fparseln.c 101 * and eliminating trailing newlines, or comments starting with
157 if (s && nl) { /* Check and eliminate newlines */
  /external/jsilver/src/com/google/streamhtmlparser/util/
JavascriptTokenBuffer.java 88 * to the buffer. Sequences of whitespace and newlines
106 * newlines into one to save space.
  /external/pcre/dist2/doc/
pcre2perform.3 118 contains newlines, the pattern may match from the character immediately
128 newlines, the best performance is obtained by setting PCRE2_DOTALL, or starting
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 173 // newlines guarantees there are n newlines at the end of the buffer.
174 func (pkg *Package) newlines(n int) { func
188 pkg.newlines(1)
190 pkg.newlines(2) // Blank line after comment to separate from next item.
192 pkg.newlines(1)
377 pkg.newlines(1)
384 pkg.newlines(2) // Guarantee blank line before the components.
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 173 // newlines guarantees there are n newlines at the end of the buffer.
174 func (pkg *Package) newlines(n int) { func
188 pkg.newlines(1)
190 pkg.newlines(2) // Blank line after comment to separate from next item.
192 pkg.newlines(1)
377 pkg.newlines(1)
384 pkg.newlines(2) // Guarantee blank line before the components.
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TextFormatTest.java 62 "\"A string with ' characters \n and \r newlines and \t tabs and \001 "
67 "\\\"A string with \\' characters \\n and \\r newlines "
    [all...]
  /external/python/cpython2/Lib/test/
test_memoryio.py 491 # The C StringIO decodes newlines in write() calls, but the Python
497 self.assertEqual(memio.newlines, None)
500 self.assertEqual(memio.newlines, "\n")
503 self.assertEqual(memio.newlines, ("\n", "\r\n"))
506 self.assertEqual(memio.newlines, ("\r", "\n", "\r\n"))
624 # StringIO can duplicate newlines in universal newlines mode
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py 117 newline controls how universal newlines works (it only applies to text
121 * On input, if newline is None, universal newlines mode is
456 files, the newlines argument to open can be used to select the line
1336 def newlines(self): member in class:TextIOBase
1428 def newlines(self): member in class:IncrementalNewlineDecoder
1961 def newlines(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py 118 newline controls how universal newlines works (it only applies to text
122 * On input, if newline is None, universal newlines mode is
459 files, the newlines argument to open can be used to select the line
1343 def newlines(self): member in class:TextIOBase
1435 def newlines(self): member in class:IncrementalNewlineDecoder
1972 def newlines(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py 118 newline controls how universal newlines works (it only applies to text
122 * On input, if newline is None, universal newlines mode is
459 files, the newlines argument to open can be used to select the line
1343 def newlines(self): member in class:TextIOBase
1435 def newlines(self): member in class:IncrementalNewlineDecoder
1972 def newlines(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 118 newline controls how universal newlines works (it only applies to text
122 * On input, if newline is None, universal newlines mode is
459 files, the newlines argument to open can be used to select the line
1343 def newlines(self): member in class:TextIOBase
1435 def newlines(self): member in class:IncrementalNewlineDecoder
1972 def newlines(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 118 newline controls how universal newlines works (it only applies to text
122 * On input, if newline is None, universal newlines mode is
459 files, the newlines argument to open can be used to select the line
1343 def newlines(self): member in class:TextIOBase
1435 def newlines(self): member in class:IncrementalNewlineDecoder
1972 def newlines(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_io.so 

Completed in 1025 milliseconds

1 2 3 4 56 7 8 91011>>