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

  /external/mockwebserver/src/main/java/com/google/mockwebserver/
BaseMockResponse.java 32 protected static final String CONTENT_LENGTH = "Content-Length";
  /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/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...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/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/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
guava-13.0.1.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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 148 milliseconds