Home
last modified time | relevance | path

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

1234

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DHTTP.java37 public static final String CRLF = "\r\n"; field in HTTP
148 sb.append(CRLF); in toString()
157 sb.append(CRLF); in toString()
160 sb.append(CRLF); in toString()
/external/apache-http/src/org/apache/http/impl/io/
DAbstractSessionOutputBuffer.java59 private static final byte[] CRLF = new byte[] {HTTP.CR, HTTP.LF}; field in AbstractSessionOutputBuffer
149 write(CRLF); in writeLine()
177 write(CRLF); in writeLine()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
Dfile_uploader.py55 CRLF = '\r\n'
77 body = CRLF.join(lines)
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
Dgooglecode_upload.py126 CRLF = '\r\n'
158 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py120 CRLF = '\r\n'
152 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)
/external/chromium_org/tools/telemetry/telemetry/unittest/
Djson_results.py215 CRLF = '\r\n'
233 body = CRLF.join(lines)
/external/pcre/dist/
DCMakeLists.txt149 "What to recognize as a newline (one of CR, LF, CRLF, ANY, ANYCRLF).")
170 "ON=Backslash-R matches only LF CR and CRLF, OFF=Backslash-R matches all Unicode Linebreaks")
346 IF(PCRE_NEWLINE STREQUAL "CRLF")
348 ENDIF(PCRE_NEWLINE STREQUAL "CRLF")
357 …NE variable must be set to one of the following values: \"LF\", \"CR\", \"CRLF\", \"ANY\", \"ANYCR…
365 IF(PCRE_NEWLINE STREQUAL "CRLF")
367 ENDIF(PCRE_NEWLINE STREQUAL "CRLF")
376 IF(PCRE_NEWLINE STREQUAL "CRLF")
378 ENDIF(PCRE_NEWLINE STREQUAL "CRLF")
Dconfig.h.generic33 value), this is changed so that backslash-R matches only CR, LF, or CRLF.
211 (CRLF); in EBCDIC environments the value can be 21 or 37 (LF), 13 (CR), or
212 3349 or 3365 (CRLF) because there are two alternative codepoints (0x15 and
Dconfig.h.in33 value), this is changed so that backslash-R matches only CR, LF, or CRLF.
198 (CRLF); in EBCDIC environments the value can be 21 or 37 (LF), 13 (CR), or
199 3349 or 3365 (CRLF) because there are two alternative codepoints (0x15 and
Dconfigure.ac200 [use CRLF as newline sequence]),
204 [use CR, LF, or CRLF as newline sequence]),
215 [\R matches only CR, LF, CRLF by default]),
773 ASCII environments, the value can be 10 (LF), 13 (CR), or 3338 (CRLF); in
775 (CRLF) because there are two alternative codepoints (0x15 and 0x25) that are
783 value), this is changed so that backslash-R matches only CR, LF, or CRLF.
DNEWS317 \R matches any Unicode line ending (the default) or just CR, LF, and CRLF.
339 4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec()
341 fails at CRLF if there are explicit CR or LF matches within the pattern.
386 recognizes only CRLF, CR, and LF as linebreaks.
442 multiple sets of parentheses, and support for CRLF line endings in both the
DPrepareRelease168 # significant trailing spaces. Do not detrail RunTest.bat, because it has CRLF
/external/pcre/dist/testdata/
Dtestinput18183 /(*CRLF)(*UTF16)(*BSR_UNICODE)a\Rb/I
185 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
Dtestinput9693 /./8<CRLF>
697 /.{2,3}/8<CRLF>
705 /.{2,3}?/8<CRLF>
Dtestinput5751 /./8<CRLF>
755 /.{2,3}/8<CRLF>
763 /.{2,3}?/8<CRLF>
Dtestinput22286 /(*LF)a.b/<CRLF>
2291 /(*CRLF)a.b/
2316 /(*CRLF).*/g
2381 /(*BSR_ANYCRLF)(*CRLF)a\Rb/I
2385 /(*CRLF)(*BSR_UNICODE)a\Rb/I
2388 /(*CRLF)(*BSR_ANYCRLF)(*CR)ab/I
3653 /^a$/<CRLF>
3657 /^a$/m<CRLF>
3661 /^(a$|a\r)/<CRLF>
3665 /^(a$|a\r)/m<CRLF>
[all …]
Dtestoutput18-16653 /(*CRLF)(*UTF16)(*BSR_UNICODE)a\Rb/I
656 Forced newline sequence: CRLF
660 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
Dtestoutput18-32650 /(*CRLF)(*UTF16)(*BSR_UNICODE)a\Rb/I
653 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
656 Forced newline sequence: CRLF
Dtestinput15262 /(*CRLF)(*UTF)(*BSR_UNICODE)a\Rb/I
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpConnection.java308 private static final String CRLF = "\r\n"; field in HttpConnection
335 sink.writeUtf8(CRLF); in write()
/external/chromium_org/build/android/pylib/utils/
Djson_results_generator.py672 CRLF = '\r\n'
695 body = CRLF.join(lines)
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
Dminiterm.py86 CRLF = serial.to_bytes([13, 10]) variable
163 NEWLINE_CONVERISON_MAP = (LF, CR, CRLF)
/external/bison/djgpp/
Ddjunpack.bat3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
/external/libpng/
DANNOUNCE14 Source files with CRLF line endings (for Windows), without the
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java675 byte[] CRLF = "\r\n".getBytes(); in sendAsChunked()
681 outputStream.write(CRLF); in sendAsChunked()

1234