HomeSort by relevance Sort by last modified time
    Searched defs:CONTENT_LENGTH (Results 1 - 25 of 34) sorted by null

1 2

  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpPostRequestTest.java 16 public static final String CONTENT_LENGTH = "Content-Length: ";
30 int contentLength = size + contentLengthHeaderValueSize + CONTENT_LENGTH.length();
31 String input = header + CONTENT_LENGTH + (contentLength+4) + "\r\n\r\n" + content;
50 int contentLength = size + contentLengthHeaderValueSize + CONTENT_LENGTH.length();
51 String input = header + CONTENT_LENGTH + (contentLength+4) + "\r\n\r\n" + content;
73 int contentLength = size + contentLengthHeaderValueSize + CONTENT_LENGTH.length();
74 String input = header + CONTENT_LENGTH + (contentLength+4) + "\r\n\r\n" + content;
97 int contentLength = size + contentLengthHeaderValueSize + CONTENT_LENGTH.length();
98 String input = header + CONTENT_LENGTH + (contentLength+4) + "\r\n\r\n" + content;
151 int contentLength = size + contentLengthHeaderValueSize + CONTENT_LENGTH.length()
    [all...]
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 154 public static final String CONTENT_LENGTH = "Content-Length";
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 75 public static final String CONTENT_LENGTH = ContentLengthHeader.NAME; //26
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 283 headers.add(new OAuth.Parameter(CONTENT_LENGTH, form.length + ""));
305 headers.add(new OAuth.Parameter(CONTENT_LENGTH, form.length
346 protected static final String CONTENT_LENGTH = HttpMessage.CONTENT_LENGTH;
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientCallbackHelperTest.java 75 static final int CONTENT_LENGTH = 42;
123 MIME_TYPE, CONTENT_LENGTH);
129 assertEquals(CONTENT_LENGTH, downloadStartHelper.getContentLength());
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 45 public static final String CONTENT_LENGTH = "Content-Length";
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 73 public static final int CONTENT_LENGTH = START + 36;
Lexer.java 180 TokenTypes.CONTENT_LENGTH);
216 TokenTypes.CONTENT_LENGTH);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 55 private static final int CONTENT_LENGTH = CONTENT.length();
827 writeBuffers[0] = ByteBuffer.allocate(this.CONTENT_LENGTH);
920 writeBuffers[0] = ByteBuffer.allocate(this.CONTENT_LENGTH);
921 writeBuffers[1] = ByteBuffer.allocate(this.CONTENT_LENGTH);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 75 private static final int CONTENT_LENGTH = CONTENT.length();
287 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
289 assertEquals(CONTENT_LENGTH, readOnlyFileChannel.position());
336 assertEquals(CONTENT_LENGTH, writeOnlyFileChannel.position());
346 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
348 assertEquals(CONTENT_LENGTH, readWriteFileChannel.position());
352 assertEquals(CONTENT_LENGTH * 2, readWriteFileChannel.position());
447 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
449 assertEquals(CONTENT_LENGTH - POSITION, count);
479 byte[] result = new byte[POSITION + CONTENT_LENGTH];
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
guava-13.0.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
guava-14.0.1.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 511 milliseconds

1 2