| /external/ComputeLibrary/arm_compute/core/ |
| D | Validate.h | 63 * @param[in] function Function in which the error occurred. 64 * @param[in] file File in which the error occurred. 65 * @param[in] line Line in which the error occurred. 139 * @param[in] function Function in which the error occurred. 140 * @param[in] file Name of the file where the error occurred. 141 * @param[in] line Line on which the error occurred. 169 * @param[in] function Function in which the error occurred. 170 * @param[in] file Name of the file where the error occurred. 171 * @param[in] line Line on which the error occurred. 191 * @param[in] function Function in which the error occurred. [all …]
|
| D | Error.h | 131 * @param[in] func Function in which the error occurred. 132 * @param[in] file File in which the error occurred. 133 * @param[in] line Line in which the error occurred. 164 * @param[in] func Function in which the error occurred. 165 * @param[in] file File in which the error occurred. 166 * @param[in] line Line in which the error occurred. 175 * @param[in] func Function in which the error occurred. 176 * @param[in] file File in which the error occurred. 177 * @param[in] line Line in which the error occurred. 257 * @param[in] func Function in which the error occurred. [all …]
|
| /external/rust/android-crates-io/crates/etherparse/src/err/ |
| D | layer.rs | 4 /// Error occurred in the Linux Cooked Capture v1 (SLL) header. 6 /// Error occurred in the ethernet 2 header. 10 /// Error occurred in the vlan header. 12 /// Error occurred when decoding an IP header (v4 or v6). 14 /// Error occurred in the IPv4 layer. 16 /// Error occurred verifying the total length of an IPv4 packet. 18 /// Error occurred in the IP Authentication header. 20 /// Error occurred in the IPv6 layer. 22 /// Error occurred verifying the payload length of an IPv6 packet. 24 /// Error occurred while decoding a generic IPv6 extension header. [all …]
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | debug_internal.h | 22 * \param file file the message has occurred in 23 * \param line line number the message has occurred at 41 * \param file file the error has occurred in 42 * \param line line number the error has occurred in 60 * \param file file the error has occurred in 61 * \param line line number the error has occurred in 82 * \param file file the error has occurred in 83 * \param line line number the error has occurred in 104 * \param file file the error has occurred in 105 * \param line line number the error has occurred in [all …]
|
| /external/ComputeLibrary/src/core/CPP/ |
| D | Validate.h | 34 * @param[in] function Function in which the error occurred. 35 * @param[in] file Name of the file where the error occurred. 36 * @param[in] line Line on which the error occurred. 57 * @param[in] function Function in which the error occurred. 58 * @param[in] file Name of the file where the error occurred. 59 * @param[in] line Line on which the error occurred. 80 * @param[in] function Function in which the error occurred. 81 * @param[in] file Name of the file where the error occurred. 82 * @param[in] line Line on which the error occurred. 97 * @param[in] function Function in which the error occurred. [all …]
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cTextureFilterMinmaxTests.cpp | 142 GLU_EXPECT_NO_ERROR(gl.getError(), "genFramebuffers error occurred"); in renderToFBO() 145 GLU_EXPECT_NO_ERROR(gl.getError(), "bindFramebuffer error occurred"); in renderToFBO() 148 GLU_EXPECT_NO_ERROR(gl.getError(), "framebufferTexture2D error occurred"); in renderToFBO() 229 GLU_EXPECT_NO_ERROR(gl.getError(), "glu::Texture1D error occurred"); in generate() 233 GLU_EXPECT_NO_ERROR(gl.getError(), "glu::Texture1D error occurred"); in generate() 236 GLU_EXPECT_NO_ERROR(gl.getError(), "glu::Texture1D error occurred"); in generate() 275 GLU_EXPECT_NO_ERROR(gl.getError(), "glu::Texture1DArray error occurred"); in generate() 279 GLU_EXPECT_NO_ERROR(gl.getError(), "glu::Texture1DArray error occurred"); in generate() 283 GLU_EXPECT_NO_ERROR(gl.getError(), "glu::Texture1DArray error occurred"); in generate() 286 GLU_EXPECT_NO_ERROR(gl.getError(), "glu::Texture1DArray error occurred"); in generate() [all …]
|
| /external/rust/android-crates-io/crates/ciborium/src/de/ |
| D | error.rs | 8 /// An error occurred during deserialization 11 /// An error occurred while reading bytes 16 /// An error occurred while parsing bytes 18 /// Contains the offset into the stream where the syntax error occurred. 21 /// An error occurred while processing a parsed value 23 /// Contains a description of the error that occurred and (optionally) 25 /// processed when the error occurred.
|
| /external/mbedtls/include/mbedtls/ |
| D | debug.h | 154 * \param file file the message has occurred in 155 * \param line line number the message has occurred at 173 * \param file file the error has occurred in 174 * \param line line number the error has occurred in 192 * \param file file the error has occurred in 193 * \param line line number the error has occurred in 214 * \param file file the error has occurred in 215 * \param line line number the error has occurred in 236 * \param file file the error has occurred in 237 * \param line line number the error has occurred in [all …]
|
| /external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/exception/ |
| D | ExtendedParseException.java | 35 * returns the Template name where this exception occurred. 36 * @return The Template name where this exception occurred. 41 * returns the line number where this exception occurred. 42 * @return The line number where this exception occurred. 47 * returns the column number where this exception occurred. 48 * @return The column number where this exception occurred.
|
| /external/grpc-grpc/src/core/tsi/alts/crypt/ |
| D | gsec.cc | 55 // An error occurred. in gsec_aead_crypter_encrypt() 73 // An error occurred. in gsec_aead_crypter_encrypt_iovec() 93 // An error occurred. in gsec_aead_crypter_decrypt() 111 // An error occurred. in gsec_aead_crypter_decrypt_iovec() 125 // An error occurred. in gsec_aead_crypter_max_ciphertext_and_tag_length() 139 // An error occurred. in gsec_aead_crypter_max_plaintext_length() 152 // An error occurred. in gsec_aead_crypter_nonce_length() 165 // An error occurred in gsec_aead_crypter_key_length() 178 // An error occurred. in gsec_aead_crypter_tag_length()
|
| /external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/crypt/ |
| D | gsec.cc | 55 // An error occurred. in gsec_aead_crypter_encrypt() 73 // An error occurred. in gsec_aead_crypter_encrypt_iovec() 93 // An error occurred. in gsec_aead_crypter_decrypt() 111 // An error occurred. in gsec_aead_crypter_decrypt_iovec() 125 // An error occurred. in gsec_aead_crypter_max_ciphertext_and_tag_length() 139 // An error occurred. in gsec_aead_crypter_max_plaintext_length() 152 // An error occurred. in gsec_aead_crypter_nonce_length() 165 // An error occurred in gsec_aead_crypter_key_length() 178 // An error occurred. in gsec_aead_crypter_tag_length()
|
| /external/crosvm/cros_async/src/sys/linux/ |
| D | poll_source.rs | 28 /// An error occurred attempting to register a waker with the executor. 29 #[error("An error occurred attempting to register a waker with the executor: {0}.")] 34 /// An executor error occurred. 35 #[error("An executor error occurred: {0}")] 37 /// An error occurred when executing fallocate synchronously. 38 #[error("An error occurred when executing fallocate synchronously: {0}")] 40 /// An error occurred when executing fdatasync synchronously. 41 #[error("An error occurred when executing fdatasync synchronously: {0}")] 43 /// An error occurred when executing fsync synchronously. 44 #[error("An error occurred when executing fsync synchronously: {0}")] [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
| D | UefiUsbLib.h | 30 @retval EFI_TIMEOUT A timeout occurred executing the request. 59 @retval EFI_TIMEOUT A timeout occurred executing the request. 85 @retval EFI_TIMEOUT A timeout occurred executing the request. 109 @retval EFI_TIMEOUT A timeout occurred executing the request. 134 @retval EFI_TIMEOUT A timeout occurred executing the request. 161 @retval EFI_TIMEOUT A timeout occurred executing the request. 191 @retval EFI_TIMEOUT A timeout occurred executing the request. 226 @retval EFI_TIMEOUT A timeout occurred executing the request. 262 @retval EFI_TIMEOUT A timeout occurred executing the request. 296 @retval EFI_TIMEOUT A timeout occurred executing the request. [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
| D | UefiUsbLib.h | 31 @retval EFI_TIMEOUT A timeout occurred executing the request. 61 @retval EFI_TIMEOUT A timeout occurred executing the request. 87 @retval EFI_TIMEOUT A timeout occurred executing the request. 111 @retval EFI_TIMEOUT A timeout occurred executing the request. 136 @retval EFI_TIMEOUT A timeout occurred executing the request. 163 @retval EFI_TIMEOUT A timeout occurred executing the request. 193 @retval EFI_TIMEOUT A timeout occurred executing the request. 228 @retval EFI_TIMEOUT A timeout occurred executing the request. 264 @retval EFI_TIMEOUT A timeout occurred executing the request. 298 @retval EFI_TIMEOUT A timeout occurred executing the request. [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
| D | UefiUsbLib.h | 31 @retval EFI_TIMEOUT A timeout occurred executing the request. 61 @retval EFI_TIMEOUT A timeout occurred executing the request. 87 @retval EFI_TIMEOUT A timeout occurred executing the request. 111 @retval EFI_TIMEOUT A timeout occurred executing the request. 136 @retval EFI_TIMEOUT A timeout occurred executing the request. 163 @retval EFI_TIMEOUT A timeout occurred executing the request. 193 @retval EFI_TIMEOUT A timeout occurred executing the request. 228 @retval EFI_TIMEOUT A timeout occurred executing the request. 264 @retval EFI_TIMEOUT A timeout occurred executing the request. 298 @retval EFI_TIMEOUT A timeout occurred executing the request. [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
| D | UefiUsbLib.h | 37 @retval EFI_TIMEOUT A timeout occurred executing the request. 67 @retval EFI_TIMEOUT A timeout occurred executing the request. 93 @retval EFI_TIMEOUT A timeout occurred executing the request. 117 @retval EFI_TIMEOUT A timeout occurred executing the request. 142 @retval EFI_TIMEOUT A timeout occurred executing the request. 169 @retval EFI_TIMEOUT A timeout occurred executing the request. 199 @retval EFI_TIMEOUT A timeout occurred executing the request. 234 @retval EFI_TIMEOUT A timeout occurred executing the request. 270 @retval EFI_TIMEOUT A timeout occurred executing the request. 304 @retval EFI_TIMEOUT A timeout occurred executing the request. [all …]
|
| /external/llvm/test/FileCheck/ |
| D | implicit-check-not.txt | 12 ; CHECK-ERROR1: error: CHECK-FAIL1-NOT: string occurred! 17 ; CHECK-ERROR4: error: CHECK-FAIL1-NOT: string occurred! 20 ; CHECK-ERROR5: error: CHECK-FAIL1-NOT: string occurred! 27 ; CHECK-ERROR2: error: CHECK-FAIL2-NOT: string occurred! 31 ; CHECK-ERROR6: error: CHECK-FAIL2-NOT: string occurred! 39 ; CHECK-ERROR3: error: CHECK-FAIL3-NOT: string occurred! 42 ; CHECK-ERROR7: error: CHECK-FAIL3-NOT: string occurred!
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| D | StringPrepParseException.java | 15 * Exception that signals an error has occurred while parsing the 67 * @param message A string describing the type of error that occurred 68 * @param error The error that has occurred 80 * @param message A string describing the type of error that occurred 81 * @param error The error that has occurred 94 * @param message A string describing the type of error that occurred 95 * @param error The error that has occurred 98 * @param lineNumber The line number at which the error has occurred. 161 * The line on which the error occurred. If the parse engine
|
| /external/python/cpython3/Doc/c-api/ |
| D | contextvars.rst | 81 has occurred. 86 Returns ``NULL`` if an error has occurred. 91 Returns ``NULL`` if an error has occurred. 112 If an error has occurred, this function returns ``NULL``. 117 occurred during lookup, and ``0`` if no error occurred, whether or not 132 a new token object for this change, or ``NULL`` if an error has occurred.
|
| /external/libevent/include/event2/ |
| D | dns_compat.h | 67 @return 0 if successful, or -1 if an error occurred 113 @return 0 if successful, or -1 if an error occurred 146 @return 0 if successful, or -1 if an error occurred 162 @return 0 if successful, or -1 if an error occurred 178 @return 0 if successful, or -1 if an error occurred 195 @return 0 if successful, or -1 if an error occurred 208 @return 0 if successful, or -1 if an error occurred 228 @return 0 if successful, or -1 if an error occurred 245 @return 0 if successful, or -1 if an error occurred 265 @return 0 if successful, or -1 if an error occurred [all …]
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
| D | StringPrepParseException.java | 14 * Exception that signals an error has occurred while parsing the 79 * @param message A string describing the type of error that occurred 80 * @param error The error that has occurred 93 * @param message A string describing the type of error that occurred 94 * @param error The error that has occurred 108 * @param message A string describing the type of error that occurred 109 * @param error The error that has occurred 112 * @param lineNumber The line number at which the error has occurred. 178 * The line on which the error occurred. If the parse engine
|
| /external/antlr/runtime/C/include/ |
| D | antlr3exception.h | 140 * exception occurred. 144 /** Indicates what the current token/tree was when the error occurred. Since not 150 /** Indicates the token we were expecting to see next when the error occurred 155 …* error occurred. It is a following bitset list, so you can use load it and use ->toIntList() on … 165 /** The current character when an error occurred - for lexers. 169 /** Track the line at which the error occurred in case this is 175 /** Character position in the line where the error occurred. 195 /** Pointer to the input stream that this exception occurred in.
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Register/Intel/ |
| D | StmApi.h | 82 An error occurred, EAX holds relevant error value. 92 An unspecified error occurred. 140 An error occurred, EAX holds relevant error value. 144 An unspecified error occurred. 195 An error occurred, EAX holds relevant error value. 217 An unspecified error occurred. 323 An error occurred, EAX holds relevant error value. 335 An unspecified error occurred. 362 An error occurred, EAX holds relevant error value. 366 An unspecified error occurred. [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Register/Intel/ |
| D | StmApi.h | 81 An error occurred, EAX holds relevant error value. 91 An unspecified error occurred. 139 An error occurred, EAX holds relevant error value. 143 An unspecified error occurred. 193 An error occurred, EAX holds relevant error value. 215 An unspecified error occurred. 319 An error occurred, EAX holds relevant error value. 331 An unspecified error occurred. 357 An error occurred, EAX holds relevant error value. 361 An unspecified error occurred. [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Register/Intel/ |
| D | StmApi.h | 82 An error occurred, EAX holds relevant error value. 92 An unspecified error occurred. 140 An error occurred, EAX holds relevant error value. 144 An unspecified error occurred. 195 An error occurred, EAX holds relevant error value. 217 An unspecified error occurred. 323 An error occurred, EAX holds relevant error value. 335 An unspecified error occurred. 362 An error occurred, EAX holds relevant error value. 366 An unspecified error occurred. [all …]
|