/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/emi_mpu/ |
D | emi_mpu.c | 102 FORBIDDEN, FORBIDDEN, FORBIDDEN, FORBIDDEN, in emi_mpu_init() 103 FORBIDDEN, FORBIDDEN, FORBIDDEN, FORBIDDEN, in emi_mpu_init() 104 FORBIDDEN, FORBIDDEN, FORBIDDEN, FORBIDDEN, in emi_mpu_init() 105 FORBIDDEN, FORBIDDEN, NO_PROT, in emi_mpu_init() 117 NO_PROT, FORBIDDEN, NO_PROT, NO_PROT); in emi_mpu_init()
|
D | emi_mpu.h | 35 #define FORBIDDEN (5) macro
|
/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/emi_mpu/ |
D | emi_mpu.c | 136 (FORBIDDEN << 3 | FORBIDDEN << 6)); in emi_mpu_init() 138 (FORBIDDEN << 6)); in emi_mpu_init() 140 (FORBIDDEN << 3 | FORBIDDEN << 6)); in emi_mpu_init() 142 (FORBIDDEN << 3 | FORBIDDEN << 6)); in emi_mpu_init() 144 (FORBIDDEN << 3 | FORBIDDEN << 6)); in emi_mpu_init()
|
D | emi_mpu.h | 36 #define FORBIDDEN (5) macro
|
/external/rust/crates/tokio/src/signal/ |
D | unix.rs | 227 if signal < 0 || signal_hook_registry::FORBIDDEN.contains(&signal) { in signal_enable() 466 SignalKind::from_raw(signal_hook_registry::FORBIDDEN[0]), in signal_enable_error_on_forbidden_input()
|
/external/nist-sip/java/javax/sip/message/ |
D | Response.java | 21 int FORBIDDEN = 403; field
|
/external/python/cpython3/Lib/http/ |
D | __init__.py | 76 FORBIDDEN = (403, 'Forbidden', variable in HTTPStatus
|
D | server.py | 1071 HTTPStatus.FORBIDDEN, 1078 HTTPStatus.FORBIDDEN,
|
/external/python/cpython3/Doc/library/ |
D | http.rst | 87 ``403`` ``FORBIDDEN`` HTTP/1.1 :rfc:`7231`, Section 6.5.3
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPResponse.java | 140 case FORBIDDEN : in getReasonPhrase()
|
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
D | SimpleWebServer.java | 267 …return newFixedLengthResponse(Response.Status.FORBIDDEN, NanoHTTPD.MIME_PLAINTEXT, "FORBIDDEN: " +… in getForbiddenResponse()
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 185 httplib.FORBIDDEN,
|
/external/python/cpython2/Lib/ |
D | httplib.py | 134 FORBIDDEN = 403 variable
|
/external/python/apitools/apitools/base/py/ |
D | transfer.py | 422 if response.status_code in (http_client.FORBIDDEN,
|
/external/python/google-api-python-client/googleapiclient/ |
D | http.py | 105 if resp_status == six.moves.http_client.FORBIDDEN:
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system.cc | 216 if (error.GetResponseCode() == Aws::Http::HttpResponseCode::FORBIDDEN) { in CheckForbiddenError()
|
/external/autotest/client/common_lib/cros/ |
D | dev_server_unittest.py | 68 code=six.moves.http_client.FORBIDDEN,
|
/external/python/cpython2/Doc/library/ |
D | httplib.rst | 314 | :const:`FORBIDDEN` | ``403`` | HTTP/1.1, `RFC 2616, Section …
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
D | NanoHTTPD.java | 1200 FORBIDDEN(403, "Forbidden"), enumConstant
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/ |
D | s3_filesystem.cc | 68 case Aws::Http::HttpResponseCode::FORBIDDEN: in TF_SetStatusFromAWSError()
|
/external/python/cpython3/Python/ |
D | ast.c | 994 static const char * const FORBIDDEN[] = { variable 1007 const char * const *p = FORBIDDEN; in forbidden_name()
|