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

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
traceback.py 34 the strings may contain internal newlines as well, for those items
135 ending in a newline and some containing internal newlines. When
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
traceback.py 34 the strings may contain internal newlines as well, for those items
135 ending in a newline and some containing internal newlines. When
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 130 {"newlines", (getter)textiobase_newlines_get, NULL, textiobase_newlines_doc},
180 "Codec used when reading a file in universal newlines mode. It wraps\n"
182 "records the types of newlines encountered. When used with\n"
185 "decode input and translates newlines without first invoking an external\n"
326 /* Record which newlines are read and do newline translation if desired,
340 /* If, up to now, newlines are consistently \n, do a quick check
370 /* Finished: we have scanned for newlines, and none of them
577 {"newlines", (getter)incrementalnewlinedecoder_newlines_get, NULL, NULL},
637 "* On input, if newline is None, universal newlines mode is\n"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 130 {"newlines", (getter)textiobase_newlines_get, NULL, textiobase_newlines_doc},
180 "Codec used when reading a file in universal newlines mode. It wraps\n"
182 "records the types of newlines encountered. When used with\n"
185 "decode input and translates newlines without first invoking an external\n"
317 /* Record which newlines are read and do newline translation if desired,
331 /* If, up to now, newlines are consistently \n, do a quick check
361 /* Finished: we have scanned for newlines, and none of them
568 {"newlines", (getter)incrementalnewlinedecoder_newlines_get, NULL, NULL},
626 "handling of line endings. If it is None, universal newlines is\n"
    [all...]
  /external/mksh/src/
eval.c 238 /* record number of trailing newlines in COMSUB */
239 int newlines = 0; local
339 newlines = 0;
888 } else if (newlines) {
891 --newlines;
914 /* save newlines */
915 newlines++;
917 if (newlines && c != -1) {
920 --newlines;
924 newlines = 0
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 130 {"newlines", (getter)textiobase_newlines_get, NULL, textiobase_newlines_doc},
180 "Codec used when reading a file in universal newlines mode. It wraps\n"
182 "records the types of newlines encountered. When used with\n"
185 "decode input and translates newlines without first invoking an external\n"
326 /* Record which newlines are read and do newline translation if desired,
340 /* If, up to now, newlines are consistently \n, do a quick check
370 /* Finished: we have scanned for newlines, and none of them
577 {"newlines", (getter)incrementalnewlinedecoder_newlines_get, NULL, NULL},
637 "* On input, if newline is None, universal newlines mode is\n"
    [all...]
  /bionic/libc/tzcode/
tzfile.h 83 ** (with nothing between the newlines if there is no POSIX representation for
  /build/soong/
README.md 105 The canonical format includes 4 space indents, newlines after every element of a
  /development/cmds/monkey/
README.NETWORK.txt 27 Individual commands are separated by newlines. The Monkey will
  /development/tools/findunused/
findunusedresources 60 # First take all the input files and concatenate them, removing newlines. This allows us to
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
codeop.py 33 For example, a backslash followed by two newlines may be followed by
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_parser.py 163 # XXX something with newlines goes wrong on Windows.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bz2.py 140 # "Test BZ2File.read() with universal newlines (\\n)"
144 self.assertEqual(bz2f.newlines, "\n")
148 # "Test BZ2File.read() with universal newlines (\\r\\n)"
152 self.assertEqual(bz2f.newlines, "\r\n")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenOutput.py 65 format expansion contains embedded newlines. Exception: lines
  /external/clang/lib/Format/
AffectedRangeManager.cpp 111 // Stores whether we need to look at the leading newlines of the next token
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_mac.cc 85 // Trim ending newlines.
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 83 ** (with nothing between the newlines if there is no POSIX representation for
  /external/iptables/extensions/
libxt_NFLOG.c 61 "Newlines not allowed in --log-prefix");
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
lexer.py 166 # Newlines
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.sh 91 # -print0/-0 are needed to handle possible newlines in the filenames.
  /external/pcre/pcrecpp/include/
pcre_scanner.h 63 // one-based. I.e. it returns 1 + the number of consumed newlines.
  /external/pcre/pcrecpp/
pcre_scanner.cc 110 // where we computed line numbers and counting newlines since then.
  /external/ply/ply/example/ansic/
clex.py 57 # Newlines
  /external/python/cpython2/Doc/library/
codeop.rst 50 a backslash followed by two newlines may be followed by arbitrary garbage.
  /external/python/cpython2/Lib/
codeop.py 33 For example, a backslash followed by two newlines may be followed by

Completed in 1701 milliseconds

1 2 3 4 5 6 78 91011>>