HomeSort by relevance Sort by last modified time
    Searched refs:FORBIDDEN (Results 1 - 25 of 46) sorted by null

1 2

  /external/nist-sip/java/javax/sip/message/
Response.java 21 int FORBIDDEN = 403;
  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java 30 FORBIDDEN;
97 } else if (s.equals("forbidden")) {
98 return State.FORBIDDEN;
  /external/python/cpython3/Lib/http/
__init__.py 70 FORBIDDEN = (403, 'Forbidden',
71 'Request forbidden -- authorization will not help')
server.py     [all...]
  /test/vti/test_serving/gae/webapp/src/handlers/
errors.py 80 super(ForbiddenError, self).__init__(httplib.FORBIDDEN)
base.py 51 raise errors.Error(httplib.FORBIDDEN)
  /external/owasp/sanitizer/tools/
googlecode_upload.py 196 # Returns 403 Forbidden instead of 401 Unauthorized for bad
198 if status in [httplib.FORBIDDEN, httplib.UNAUTHORIZED]:
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 140 case FORBIDDEN :
141 retval = "Forbidden";
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 267 return newFixedLengthResponse(Response.Status.FORBIDDEN, NanoHTTPD.MIME_PLAINTEXT, "FORBIDDEN: " + s);
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
jersey-client-1.11.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 133 FORBIDDEN = 403
188 403: 'Forbidden',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 133 FORBIDDEN = 403
188 403: 'Forbidden',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 133 FORBIDDEN = 403
188 403: 'Forbidden',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 133 FORBIDDEN = 403
188 403: 'Forbidden',
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 
  /hardware/interfaces/radio/1.0/
types.hal 644 FORBIDDEN,
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 133 FORBIDDEN = 403
188 403: 'Forbidden',
    [all...]
  /external/python/cpython2/Lib/
httplib.py 134 FORBIDDEN = 403
189 403: 'Forbidden',
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server_unittest.py 70 code=httplib.FORBIDDEN,
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java     [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioResponse.java     [all...]
  /external/python/cpython3/Python/
ast.c 925 static const char * const FORBIDDEN[] = {
965 for (p = FORBIDDEN; *p; p++) {
    [all...]

Completed in 420 milliseconds

1 2