/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
D | HTTP.java | 37 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/ |
D | AbstractSessionOutputBuffer.java | 59 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/ |
D | file_uploader.py | 55 CRLF = '\r\n' 77 body = CRLF.join(lines)
|
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/ |
D | googlecode_upload.py | 126 CRLF = '\r\n' 158 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)
|
/external/owasp/sanitizer/tools/ |
D | googlecode_upload.py | 120 CRLF = '\r\n' 152 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
D | json_results.py | 215 CRLF = '\r\n' 233 body = CRLF.join(lines)
|
/external/pcre/dist/ |
D | CMakeLists.txt | 149 "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")
|
D | config.h.generic | 33 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
|
D | config.h.in | 33 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
|
D | configure.ac | 200 [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.
|
D | NEWS | 317 \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
|
D | PrepareRelease | 168 # significant trailing spaces. Do not detrail RunTest.bat, because it has CRLF
|
/external/pcre/dist/testdata/ |
D | testinput18 | 183 /(*CRLF)(*UTF16)(*BSR_UNICODE)a\Rb/I 185 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
|
D | testinput9 | 693 /./8<CRLF> 697 /.{2,3}/8<CRLF> 705 /.{2,3}?/8<CRLF>
|
D | testinput5 | 751 /./8<CRLF> 755 /.{2,3}/8<CRLF> 763 /.{2,3}?/8<CRLF>
|
D | testinput2 | 2286 /(*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 …]
|
D | testoutput18-16 | 653 /(*CRLF)(*UTF16)(*BSR_UNICODE)a\Rb/I 656 Forced newline sequence: CRLF 660 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
|
D | testoutput18-32 | 650 /(*CRLF)(*UTF16)(*BSR_UNICODE)a\Rb/I 653 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I 656 Forced newline sequence: CRLF
|
D | testinput15 | 262 /(*CRLF)(*UTF)(*BSR_UNICODE)a\Rb/I
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | HttpConnection.java | 308 private static final String CRLF = "\r\n"; field in HttpConnection 335 sink.writeUtf8(CRLF); in write()
|
/external/chromium_org/build/android/pylib/utils/ |
D | json_results_generator.py | 672 CRLF = '\r\n' 695 body = CRLF.join(lines)
|
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/ |
D | miniterm.py | 86 CRLF = serial.to_bytes([13, 10]) variable 163 NEWLINE_CONVERISON_MAP = (LF, CR, CRLF)
|
/external/bison/djgpp/ |
D | djunpack.bat | 3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
|
/external/libpng/ |
D | ANNOUNCE | 14 Source files with CRLF line endings (for Windows), without the
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
D | NanoHTTPD.java | 675 byte[] CRLF = "\r\n".getBytes(); in sendAsChunked() 681 outputStream.write(CRLF); in sendAsChunked()
|