Home
last modified time | relevance | path

Searched refs:CRLF (Results 1 – 25 of 49) sorted by relevance

12

/external/apache-http/src/org/apache/http/impl/io/
DAbstractSessionOutputBuffer.java54 private static final byte[] CRLF = new byte[] {HTTP.CR, HTTP.LF}; field in AbstractSessionOutputBuffer
144 write(CRLF); in writeLine()
172 write(CRLF); in writeLine()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dtest_results_uploader.py57 CRLF = '\r\n'
79 body = CRLF.join(lines)
/external/webkit/Source/WebKit/mac/Misc/
DWebNSDataExtras.m282 // a CRLF pair. Unfortunately, some servers will use LF
285 // to be more forgiving. It will now accept CRLF, LF, or
298 // (CRLF is across reads). If so, wait for
326 bytes++; // Safe since _findEOL won't return a spanning CRLF.
413 // Returns the position after 2 CRLF's or 1 CRLF if it is the first line.
/external/okhttp/src/main/java/libcore/net/http/
DHttpTransport.java306 private static final byte[] CRLF = {'\r', '\n'}; field in HttpTransport.ChunkedOutputStream
360 socketOut.write(CRLF); in write()
406 socketOut.write(CRLF); in writeBufferedChunkToSocket()
/external/libpng/
DANNOUNCE22 Source files with CRLF line endings (for Windows), without the
DCHANGES1447 Changed line endings in some of the project files to CRLF, even in the
/external/bison/djgpp/
Ddjunpack.bat3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
Dconfig.bat4 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
/external/chromium/testing/gmock/scripts/
Dupload.py512 CRLF = '\r\n'
528 body = CRLF.join(lines)
/external/chromium/testing/gtest/scripts/
Dupload.py512 CRLF = '\r\n'
528 body = CRLF.join(lines)
/external/mdnsresponder/mDNSShared/
DCommonServices.h420 #define CRLF "\r\n" macro
/external/regex-re2/doc/
Dsyntax.txt369 (*CRLF) NOT SUPPORTED
/external/chromium/third_party/libevent/
DChangeLog118 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan…
Daclocal.m44866 # Handle CRLF in mingw tool chain
/external/regex-re2/lib/codereview/
Dcodereview.py2886 CRLF = '\r\n'
2906 body = CRLF.join(lines)
/external/webkit/Source/WebCore/
DChangeLog-2003-10-2510360 (QTextEdit::text): Made this const, and move code that transforms CRLF and CR into LF
10369 (-[KWQTextArea text]): Added logic for transforming CRLF and CR into LF here instead of at
12511 - fixed 3140738 -- textarea contents are LF delimited instead of CRLF
12514 (encodeCString): Turn CR followed by something other than LF into CRLF.
12515 (fixLineBreaks): Added. Turns stray CRs and LFs into CRLF.
/external/llvm/projects/sample/autoconf/m4/
Dlibtool.m44673 # Handle CRLF in mingw tool chain
/external/llvm/autoconf/m4/
Dlibtool.m44673 # Handle CRLF in mingw tool chain
/external/qemu/distrib/sdl-1.2.15/acinclude/
Dlibtool.m43386 # Handle CRLF in mingw tool chain
/external/protobuf/m4/
Dlibtool.m43366 # Handle CRLF in mingw tool chain
/external/libmtp/m4/
Dlibtool.m43377 # Handle CRLF in mingw tool chain
/external/openfst/m4/
Dlibtool.m43386 # Handle CRLF in mingw tool chain
/external/libusb-compat/m4/
Dlibtool.m43387 # Handle CRLF in mingw tool chain
/external/libcap-ng/libcap-ng-0.7/m4/
Dlibtool.m43689 # Handle CRLF in mingw tool chain
/external/chromium/sdch/open-vcdiff/
Daclocal.m44878 # Handle CRLF in mingw tool chain

12