/external/rust/crates/openssl/src/ssl/ |
D | error.rs | 13 pub struct ErrorCode(c_int); struct 15 impl ErrorCode { impl 41 pub fn from_raw(raw: c_int) -> ErrorCode { in from_raw() 65 pub fn code(&self) -> ErrorCode { in code()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand_core-0.6.4/src/ |
D | error.rs | 207 struct ErrorCode(NonZeroU32); struct 210 impl fmt::Display for ErrorCode { implementation 217 impl std::error::Error for ErrorCode {} implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand_core-0.6.4/src/ |
D | error.rs | 207 struct ErrorCode(NonZeroU32); struct 210 impl fmt::Display for ErrorCode { implementation 217 impl std::error::Error for ErrorCode {} implementation
|
/external/rust/android-crates-io/crates/rand_core/src/ |
D | error.rs | 207 struct ErrorCode(NonZeroU32); struct 210 impl fmt::Display for ErrorCode { implementation 217 impl std::error::Error for ErrorCode {} implementation
|
/external/llvm/unittests/Support/ |
D | ConvertUTFTest.cpp | 120 ConversionResult ErrorCode; member 160 auto ErrorCode = in ConvertUTF8ToUnicodeScalarsLenient() local 177 auto ErrorCode = ConvertUTF8toUTF32Partial( in ConvertUTF8ToUnicodeScalarsPartialLenient() local 189 ConversionResult ErrorCode; in CheckConvertUTF8ToUnicodeScalars() local
|
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/ |
D | ErrorCode.java | 23 public enum ErrorCode { enum 69 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { in ErrorCode() method in ErrorCode
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
D | ErrorCode.java | 23 public enum ErrorCode { enum 69 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { in ErrorCode() method in ErrorCode
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | ErrorCode.java | 19 public enum ErrorCode { enum 65 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { in ErrorCode() method in ErrorCode
|
/external/cronet/tot/net/third_party/quiche/src/quiche/balsa/ |
D | noop_balsa_visitor.h | 52 void HandleError(BalsaFrameEnums::ErrorCode /*error_code*/) override {} in HandleError() 53 void HandleWarning(BalsaFrameEnums::ErrorCode /*error_code*/) override {} in HandleWarning()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/balsa/ |
D | noop_balsa_visitor.h | 52 void HandleError(BalsaFrameEnums::ErrorCode /*error_code*/) override {} in HandleError() 53 void HandleWarning(BalsaFrameEnums::ErrorCode /*error_code*/) override {} in HandleWarning()
|
/external/giflib/ |
D | gif_err.c | 17 const char *GifErrorString(int ErrorCode) { in GifErrorString()
|
D | gifsponge.c | 34 int i, ErrorCode; in main() local
|
D | qprintf.c | 36 void PrintGifError(int ErrorCode) { in PrintGifError()
|
/external/flashrom/bindings/rust/libflashrom/src/ |
D | lib.rs | 180 pub struct ErrorCode { struct 185 impl fmt::Display for ErrorCode { argument 191 impl error::Error for ErrorCode {} implementation 259 ErrorCode(ErrorCode), enumerator 657 pub fn layout_read_fmap_from_rom(&mut self) -> std::result::Result<Layout, ErrorCode> { in layout_read_fmap_from_rom() argument 695 ) -> std::result::Result<Vec<u8>, ErrorCode> { in image_read() argument 725 ) -> std::result::Result<(), ErrorCode> { in image_write() argument 754 ) -> std::result::Result<(), ErrorCode> { in image_verify() argument 778 pub fn erase(&mut self) -> std::result::Result<(), ErrorCode> { in erase() argument
|
/external/lzma/CPP/Common/ |
D | MyException.h | 10 HRESULT ErrorCode; member
|
/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
D | phase_2_secure_connections.cc | 157 auto complete_cb = [self](fit::result<ErrorCode, ScStage1::Output> result) { in StartAuthenticationStage1() 193 fit::result<ErrorCode, ScStage1::Output> result) { in OnAuthenticationStage1Complete()
|
/external/gwp_asan/gwp_asan/platform_specific/ |
D | utilities_posix.cpp | 35 void dieWithErrorCode(const char *Message, int64_t ErrorCode) { in dieWithErrorCode()
|
D | utilities_fuchsia.cpp | 23 void dieWithErrorCode(const char *Message, int64_t ErrorCode) { in dieWithErrorCode()
|
/external/cronet/stable/third_party/icu/source/common/unicode/ |
D | errorcode.h | 90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
|
/external/cronet/tot/third_party/icu/source/common/unicode/ |
D | errorcode.h | 90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
|
/external/icu/libicu/cts_headers/unicode/ |
D | errorcode.h | 90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
|
/external/gwp_asan/gwp_asan/ |
D | utilities.h | 32 checkWithErrorCode(bool Condition, const char *Message, int64_t ErrorCode) { in checkWithErrorCode()
|
/external/icu/icu4c/source/common/unicode/ |
D | errorcode.h | 90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | compilation_result.proto | 21 enum ErrorCode { enum
|
/external/rust/android-crates-io/crates/serde_cbor/src/ |
D | error.rs | 37 pub(crate) fn syntax(code: ErrorCode, offset: u64) -> Error { in syntax() 265 pub(crate) enum ErrorCode { enum 291 impl fmt::Display for ErrorCode { implementation
|