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

  /external/chromium_org/net/http/
http_status_code_list.h 34 HTTP_STATUS(NOT_MODIFIED, 304, "Not Modified")
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpTests.java 316 Support_HttpServer.SEE_OTHER, Support_HttpServer.NOT_MODIFIED,
338 if (testCodes[i] == Support_HttpServer.NOT_MODIFIED) {
Support_HttpServer.java 60 public static final int NOT_MODIFIED = 304;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 125 NOT_MODIFIED = 304
475 if (status == NO_CONTENT or status == NOT_MODIFIED or
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 125 NOT_MODIFIED = 304
475 if (status == NO_CONTENT or status == NOT_MODIFIED or
    [all...]

Completed in 595 milliseconds