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

1 2 3 4

  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpPostRequestTest.java 48 public static final String CONTENT_LENGTH = "Content-Length: ";
80 int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.length();
81 String input = header + HttpPostRequestTest.CONTENT_LENGTH + (contentLength + 5) + "\r\n\r\n" + content;
125 int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.length();
126 String input = header + HttpPostRequestTest.CONTENT_LENGTH + (contentLength + 4) + "\r\n\r\n" + content;
144 int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.length();
145 String input = header + HttpPostRequestTest.CONTENT_LENGTH + (contentLength + 4) + "\r\n\r\n" + content;
162 int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.length();
163 String input = header + HttpPostRequestTest.CONTENT_LENGTH + (contentLength + 4) + "\r\n\r\n" + content;
176 int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.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;
  /libcore/ojluni/src/main/java/sun/net/www/protocol/file/
FileURLConnection.java 50 static String CONTENT_LENGTH = "content-length";
124 properties.add(CONTENT_LENGTH, String.valueOf(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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 77 private static final int CONTENT_LENGTH = CONTENT.length();
234 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
236 assertEquals(CONTENT_LENGTH, readOnlyFileChannel.position());
283 assertEquals(CONTENT_LENGTH, writeOnlyFileChannel.position());
293 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
295 assertEquals(CONTENT_LENGTH, readWriteFileChannel.position());
299 assertEquals(CONTENT_LENGTH * 2, readWriteFileChannel.position());
394 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
396 assertEquals(CONTENT_LENGTH - POSITION, count);
426 byte[] result = new byte[POSITION + CONTENT_LENGTH];
    [all...]
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-dom/0.7.2/
apache-mime4j-dom-0.7.2.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.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/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.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 

Completed in 574 milliseconds

1 2 3 4