Home
last modified time | relevance | path

Searched defs:ErrorCode (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/external/rust/crates/openssl/src/ssl/
Derror.rs13 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/
Derror.rs207 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/
Derror.rs207 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/
Derror.rs207 struct ErrorCode(NonZeroU32); struct
210 impl fmt::Display for ErrorCode { implementation
217 impl std::error::Error for ErrorCode {} implementation
/external/llvm/unittests/Support/
DConvertUTFTest.cpp120 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/
DErrorCode.java23 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/
DErrorCode.java23 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/
DErrorCode.java19 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/
Dnoop_balsa_visitor.h52 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/
Dnoop_balsa_visitor.h52 void HandleError(BalsaFrameEnums::ErrorCode /*error_code*/) override {} in HandleError()
53 void HandleWarning(BalsaFrameEnums::ErrorCode /*error_code*/) override {} in HandleWarning()
/external/giflib/
Dgif_err.c17 const char *GifErrorString(int ErrorCode) { in GifErrorString()
Dgifsponge.c34 int i, ErrorCode; in main() local
Dqprintf.c36 void PrintGifError(int ErrorCode) { in PrintGifError()
/external/flashrom/bindings/rust/libflashrom/src/
Dlib.rs180 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/
DMyException.h10 HRESULT ErrorCode; member
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dphase_2_secure_connections.cc157 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/
Dutilities_posix.cpp35 void dieWithErrorCode(const char *Message, int64_t ErrorCode) { in dieWithErrorCode()
Dutilities_fuchsia.cpp23 void dieWithErrorCode(const char *Message, int64_t ErrorCode) { in dieWithErrorCode()
/external/cronet/stable/third_party/icu/source/common/unicode/
Derrorcode.h90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
/external/cronet/tot/third_party/icu/source/common/unicode/
Derrorcode.h90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
/external/icu/libicu/cts_headers/unicode/
Derrorcode.h90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
/external/gwp_asan/gwp_asan/
Dutilities.h32 checkWithErrorCode(bool Condition, const char *Message, int64_t ErrorCode) { in checkWithErrorCode()
/external/icu/icu4c/source/common/unicode/
Derrorcode.h90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dcompilation_result.proto21 enum ErrorCode { enum
/external/rust/android-crates-io/crates/serde_cbor/src/
Derror.rs37 pub(crate) fn syntax(code: ErrorCode, offset: u64) -> Error { in syntax()
265 pub(crate) enum ErrorCode { enum
291 impl fmt::Display for ErrorCode { implementation

12345678910>>...12