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

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_MimeWriter.py 6 This should generate Barry's example, modulo some quotes and newlines.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 15 // In particular, it's advanced (or rewound) as newlines are read (or unread).
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 15 // In particular, it's advanced (or rewound) as newlines are read (or unread).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 172 the block size or perhaps to replace newlines by CRLF
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 6 This should generate Barry's example, modulo some quotes and newlines.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 172 the block size or perhaps to replace newlines by CRLF
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 6 This should generate Barry's example, modulo some quotes and newlines.
  /system/core/debuggerd/libdebuggerd/
utility.cpp 214 // Trim trailing newlines.
  /system/core/liblog/
README 199 embedded newlines to the maximum length LOGGER_ENTRY_MAX_PAYLOAD.
  /system/media/audio_utils/include/audio_utils/
SimpleLog.h 117 // strip out trailing newlines
  /tools/repohooks/rh/
git.py 114 content will not have any newlines.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 253 "newline controls how universal newlines works (it only applies to text\n"
257 "* On input, if newline is None, universal newlines mode is\n"
737 if (!(_PyIO_str_newlines = PyString_InternFromString("newlines")))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 253 "newline controls how universal newlines works (it only applies to text\n"
257 "* On input, if newline is None, universal newlines mode is\n"
728 if (!(_PyIO_str_newlines = PyString_InternFromString("newlines")))
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
miniterm.py 254 # escape non-printable, let pass newlines
557 1: escape non-printable characters, do newlines as unusual
558 2: escape non-printable characters, newlines too
  /external/clang/lib/AST/
CommentLexer.cpp 240 /// Handles newlines escaped with backslash or trigraph for backslahs.
266 /// Very dumb, does not handle escaped newlines or trigraphs.
804 // have two newlines between C comments in total (first one was synthesized
CommentParser.cpp 604 break; // Two newlines -- end of paragraph.
760 // Skip newlines at the beginning of the comment.
768 // Skip extra newlines after paragraph end.
  /external/python/cpython2/Modules/_io/
_iomodule.c 253 "newline controls how universal newlines works (it only applies to text\n"
257 "* On input, if newline is None, universal newlines mode is\n"
737 if (!(_PyIO_str_newlines = PyString_InternFromString("newlines")))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
printer.go 72 nlcount int // number of consecutive newlines
141 // TODO(gri) do we need to handle /*-style comments containing newlines here?
293 // TODO(gri) need to handle mandatory newlines after a //-style comment
  /prebuilts/go/darwin-x86/src/fmt/
doc.go 245 Scan, Fscan, Sscan treat newlines in the input as spaces.
269 The handling of spaces and newlines differs from that of C's
270 scanf family: in C, newlines are treated as any other space,
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 90 // If the action begins "{{- " rather than "{{", then all space/tab/newlines
120 line int // 1+number of newlines seen
157 // Some items contain text internally. If so, count their newlines.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
printer.go 72 nlcount int // number of consecutive newlines
141 // TODO(gri) do we need to handle /*-style comments containing newlines here?
293 // TODO(gri) need to handle mandatory newlines after a //-style comment
  /prebuilts/go/linux-x86/src/fmt/
doc.go 245 Scan, Fscan, Sscan treat newlines in the input as spaces.
269 The handling of spaces and newlines differs from that of C's
270 scanf family: in C, newlines are treated as any other space,
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 90 // If the action begins "{{- " rather than "{{", then all space/tab/newlines
120 line int // 1+number of newlines seen
157 // Some items contain text internally. If so, count their newlines.
  /dalvik/docs/
prettify.js 384 // walk over each character looking for tabs and newlines.
385 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer.cc     [all...]

Completed in 1141 milliseconds

<<11121314151617181920>>