Home
last modified time | relevance | path

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

123

/external/rust/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/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/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/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/giflib/
Dgif_err.c16 GifErrorString(int ErrorCode) in GifErrorString()
/external/lzma/CPP/Common/
DMyException.h10 HRESULT ErrorCode; member
/external/rust/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
/external/icu/icu4c/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/tensorflow/tensorflow/compiler/mlir/lite/metrics/
Derror_collector_inst.h31 using ErrorCode = ConverterErrorData::ErrorCode; variable
/external/skia/tools/mdbviz/
DModel.h17 enum class ErrorCode { enum
/external/dng_sdk/source/
Ddng_exceptions.h72 dng_error_code ErrorCode () const in ErrorCode() function
/external/rust/crates/serde_json/src/
Derror.rs181 pub(crate) enum ErrorCode { enum
251 pub(crate) fn syntax(code: ErrorCode, line: usize, column: usize) -> Self { in syntax()
285 impl Display for ErrorCode { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLockFileManager.h58 std::error_code ErrorCode; variable
/external/webrtc/modules/audio_coding/codecs/isac/
Daudio_decoder_isac_t_impl.h68 int AudioDecoderIsacT<T>::ErrorCode() { in ErrorCode() function
/external/libtextclassifier/java/src/com/android/textclassifier/downloader/
DModelDownloadException.java48 public @interface ErrorCode {} annotation in ModelDownloadException
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilDarwin.cpp109 int ErrorCode = 0, ProcessStatus = 0; in ExecuteCommand() local
/external/skia/src/xml/
DSkXMLParser.h22 enum ErrorCode { enum
/external/tensorflow/tensorflow/lite/python/metrics_wrapper/
Dconverter_error_data.proto24 enum ErrorCode { enum
/external/webrtc/test/
Daudio_decoder_proxy_factory.h63 int ErrorCode() override { return decoder_->ErrorCode(); } in ErrorCode() function
/external/clang/include/clang/Serialization/
DGlobalModuleIndex.h130 enum ErrorCode { enum
/external/libchrome/device/bluetooth/
Dbluetooth_advertisement.h32 enum ErrorCode { enum
/external/marisa-trie/bindings/python/
Dmarisa-swig.h10 enum ErrorCode { enum
/external/marisa-trie/bindings/ruby/
Dmarisa-swig.h10 enum ErrorCode { enum

123