HomeSort by relevance Sort by last modified time
    Searched refs:NO_CONTENT (Results 1 - 20 of 20) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/http/
HttpTokens.java 39 public static final int NO_CONTENT= 0;
HttpStatus.java 711 NO_CONTENT(NO_CONTENT_204, "No Content"),
    [all...]
HttpGenerator.java 389 _contentLength = HttpTokens.NO_CONTENT;
664 _contentLength = HttpTokens.NO_CONTENT;
685 _contentLength=HttpTokens.NO_CONTENT;
691 case HttpTokens.NO_CONTENT:
    [all...]
HttpParser.java 544 _contentLength=HttpTokens.NO_CONTENT;
611 _contentLength=HttpTokens.NO_CONTENT; // ignore any other headers set
619 _contentLength=HttpTokens.NO_CONTENT;
643 case HttpTokens.NO_CONTENT:
    [all...]
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpDeleteRequestTest.java 45 this.testServer.response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_HTML, "");
63 this.testServer.response = NanoHTTPD.newChunkedResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_HTML, (InputStream) null);
81 this.testServer.response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_HTML, (String) null);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
base_api.py 559 http_client.NO_CONTENT):
561 if http_response.status_code == http_client.NO_CONTENT:
transfer.py 178 http_client.NO_CONTENT,
416 elif response.status_code == http_client.NO_CONTENT:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 114 NO_CONTENT = 204
475 if (status == NO_CONTENT or status == NOT_MODIFIED or
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 114 NO_CONTENT = 204
475 if (status == NO_CONTENT or status == NOT_MODIFIED or
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 114 NO_CONTENT = 204
475 if (status == NO_CONTENT or status == NOT_MODIFIED or
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 114 NO_CONTENT = 204
475 if (status == NO_CONTENT or status == NOT_MODIFIED or
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
jersey-client-1.11.jar 
jersey-core-1.11.jar 
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.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/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 1536 milliseconds