Searched refs:CRLF (Results 1 - 25 of 45) sorted by relevance

12

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DHTTP.java37 public static final String CRLF = "\r\n"; field in class:HTTP
121 * The result will end with two CRLF pairs.
148 sb.append(CRLF);
157 sb.append(CRLF);
160 sb.append(CRLF);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DMultipartBuilder.java71 private static final byte[] CRLF = { '\r', '\n' }; field in class:MultipartBuilder
243 sink.write(CRLF);
250 .write(CRLF);
258 .write(CRLF);
265 .write(CRLF);
272 sink.write(CRLF);
280 sink.write(CRLF);
286 sink.write(CRLF);
/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionOutputBuffer.java59 private static final byte[] CRLF = new byte[] {HTTP.CR, HTTP.LF}; field in class:AbstractSessionOutputBuffer
149 write(CRLF);
177 write(CRLF);
/external/owasp/sanitizer/tools/
H A Dgooglecode_upload.py120 CRLF = '\r\n'
152 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)
/external/apache-http/android/src/com/android/internal/http/multipart/
H A DPart.java76 protected static final String CRLF = "\r\n"; field in class:Part
79 protected static final byte[] CRLF_BYTES = EncodingUtils.getAsciiBytes(CRLF);
/external/bison/djgpp/
H A Ddjunpack.bat3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
H A Dminiterm.py6 # Input characters are sent directly (only LF -> CR/LF/CRLF translation is
86 CRLF = serial.to_bytes([13, 10]) variable
163 NEWLINE_CONVERISON_MAP = (LF, CR, CRLF)
/external/pcre/dist2/src/
H A Dpcre2_internal.h486 /* PCRE2 is able to support several different kinds of newline (CR, LF, CRLF,
494 #define NLTYPE_ANYCRLF 2 /* Newline is CR, LF, or CRLF */
923 #define STRING_CRLF_RIGHTPAR "CRLF)"
/external/google-breakpad/src/testing/gtest/scripts/
H A Dupload.py512 CRLF = '\r\n'
528 body = CRLF.join(lines)
/external/google-breakpad/src/testing/scripts/
H A Dupload.py512 CRLF = '\r\n'
528 body = CRLF.join(lines)
/external/googletest/googlemock/scripts/
H A Dupload.py512 CRLF = '\r\n'
528 body = CRLF.join(lines)
/external/googletest/googletest/scripts/
H A Dupload.py512 CRLF = '\r\n'
528 body = CRLF.join(lines)
/external/robolectric/v1/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/robolectric/v3/runtime/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/v8/testing/gmock/scripts/
H A Dupload.py512 CRLF = '\r\n'
528 body = CRLF.join(lines)
/external/v8/testing/gtest/scripts/
H A Dupload.py512 CRLF = '\r\n'
528 body = CRLF.join(lines)
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
H A Dautobanh.jarMETA-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java package de.tavendo ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
/external/guice/extensions/servlet/lib/build/
H A Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
/external/guice/extensions/struts2/lib/
H A Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/curl/include/curl/
H A Dcurl.h979 CINIT(CRLF, LONG, 27),
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h759 CINIT(CRLF, LONG, 27),
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h420 #define CRLF "\r\n" macro

Completed in 800 milliseconds

12