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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/encoding/json/
stream_test.go 128 // Use stream without newlines as input,
131 // Otherwise stripping the newlines would
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 21 maxNewlines = 2 // max. number of newlines between source text
50 commentNewline bool // true if the comment group contains newlines
113 // an *ast.CommentGroup contains newlines. Because the position information
335 // comment in a different file - separate with newlines
907 // newlines affect the current state (p.impliedSemi)
973 // intersperse extra newlines if present in the source and
975 // flush as it will cause extra newlines at the end of a file)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 152 level of 0 will only insert newlines. ``None`` is the most compact
216 level of 0 will only insert newlines. ``None`` is the most compact
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 512 # Search for universal newlines or line chunks.
539 self.newlines = None
579 # Search for universal newlines or line chunks.
584 # separate newlines - '\r', '\n' due to coincidental readaheads.
589 if self.newlines is None:
590 self.newlines = []
591 if newline not in self.newlines:
592 self.newlines.append(newline)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 152 level of 0 will only insert newlines. ``None`` is the most compact
216 level of 0 will only insert newlines. ``None`` is the most compact
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 512 # Search for universal newlines or line chunks.
539 self.newlines = None
579 # Search for universal newlines or line chunks.
584 # separate newlines - '\r', '\n' due to coincidental readaheads.
589 if self.newlines is None:
590 self.newlines = []
591 if newline not in self.newlines:
592 self.newlines.append(newline)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
input-scrub.c 49 * Escaped newlines at end of line: remove them but add as many newlines
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fvwrite.c 157 * must check for newlines. Compute the distance
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
SimpleHTTPServer.py 187 the block size or perhaps to replace newlines by CRLF
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleHTTPServer.py 172 the block size or perhaps to replace newlines by CRLF
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_MimeWriter.py 6 This should generate Barry's example, modulo some quotes and newlines.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 754 NewLines = []
769 NewLines.append('')
772 NewLines.append(Line)
773 return NewLines
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fvwrite.c 182 * must check for newlines. Compute the distance
  /external/autotest/client/common_lib/cros/tendo/
privet_helper.py 153 data = json.dumps(json_data) # Drop newlines, pretty format.
  /external/boringssl/src/include/openssl/
base64.h 114 * NOTE: The encoding operation breaks its output with newlines every
  /external/clang/include/clang/AST/
PrettyPrinter.h 196 /// \brief When true, include newlines after statements like "break", etc.
  /external/curl/src/
mkhelp.pl 74 # this line, then we ignore the newlines!
  /external/curl/tests/
getpart.pm 217 # really necessary? It ruins the testing of newlines. I believe it was once
  /external/fonttools/Lib/fontTools/misc/
sstruct.py 10 separated by newlines or semi-colons. Each line contains
  /external/google-breakpad/src/testing/gtest/cmake/
internal_utils.cmake 56 # Newlines inside flags variables break CMake's NMake generator.
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class.py 110 # Condense multiple spaces and eliminate newlines putting the
  /external/googletest/googlemock/scripts/generator/cpp/
gmock_class.py 115 # Condense multiple spaces and eliminate newlines putting the
  /external/icu/icu4c/source/test/depstest/
dependencies.py 70 return line.rstrip() # Remove trailing newlines etc.
  /external/iptables/extensions/
libip6t_LOG.c 92 "Newlines not allowed in --log-prefix");
libipt_LOG.c 92 "Newlines not allowed in --log-prefix");

Completed in 1017 milliseconds

<<11121314151617181920>>