Searched defs:ErrorCode (Results 1 - 25 of 40) sorted by relevance

12

/external/giflib/
H A Dgif_err.c16 GifErrorString(int ErrorCode) argument
20 switch (ErrorCode) {
H A Ddgif_lib.c622 DGifCloseFile(GifFileType *GifFile, int *ErrorCode) argument
650 if (ErrorCode != NULL)
651 *ErrorCode = D_GIF_ERR_NOT_READABLE;
658 if (ErrorCode != NULL)
659 *ErrorCode = D_GIF_ERR_CLOSE_FAILED;
667 if (ErrorCode != NULL)
668 *ErrorCode = D_GIF_SUCCEEDED;
/external/lzma/CPP/Common/
H A DMyException.h10 HRESULT ErrorCode; member in struct:CSystemException
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {}
/external/icu/icu4c/source/common/
H A Derrorcode.cpp22 ErrorCode::~ErrorCode() {}
24 UErrorCode ErrorCode::reset() {
30 void ErrorCode::assertSuccess() const {
36 const char* ErrorCode::errorName() const {
/external/libchrome/sandbox/linux/bpf_dsl/
H A Derrorcode.h16 class SANDBOX_EXPORT ErrorCode { class in namespace:sandbox::bpf_dsl
31 DISALLOW_IMPLICIT_CONSTRUCTORS(ErrorCode);
/external/icu/icu4c/source/common/unicode/
H A Derrorcode.h22 * \brief C++ API: ErrorCode class intended to make it easier to use
50 * The ErrorCode base class destructor does nothing.
58 * class IcuErrorCode: public icu::ErrorCode {
79 class U_COMMON_API ErrorCode: public UMemory { class in inherits:UMemory
85 ErrorCode() : errorCode(U_ZERO_ERROR) {} function in class:ErrorCode
87 virtual ~ErrorCode();
/external/llvm/unittests/Support/
H A DConvertUTFTest.cpp84 ConversionResult ErrorCode; member in struct:ConvertUTFResultContainer
87 ConvertUTFResultContainer(ConversionResult ErrorCode) argument
88 : ErrorCode(ErrorCode) {}
124 auto ErrorCode = local
130 return std::make_pair(ErrorCode, Decoded);
141 auto ErrorCode = ConvertUTF8toUTF32Partial( local
147 return std::make_pair(ErrorCode, Decoded);
153 ConversionResult ErrorCode; local
156 std::tie(ErrorCode, Decode
[all...]
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h130 enum ErrorCode { enum in class:clang::GlobalModuleIndex
149 static std::pair<GlobalModuleIndex *, ErrorCode>
201 static ErrorCode writeIndex(FileManager &FileMgr,
/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp14 CXCompilationDatabase_Error *ErrorCode)
27 if (ErrorCode)
28 *ErrorCode = Err;
13 clang_CompilationDatabase_fromDirectory(const char *BuildDir, CXCompilationDatabase_Error *ErrorCode) argument
/external/dng_sdk/source/
H A Ddng_exceptions.h72 dng_error_code ErrorCode () const function in class:dng_exception
/external/lzma/CPP/7zip/Common/
H A DOutBuffer.h33 HRESULT ErrorCode; member in class:COutBuffer
H A DInBuffer.h35 HRESULT ErrorCode; member in class:CInBufferBase
56 ErrorCode = S_OK;
/external/webrtc/webrtc/modules/audio_coding/codecs/
H A Daudio_decoder.cc68 int AudioDecoder::ErrorCode() { return 0; } function in class:webrtc::AudioDecoder
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Daudio_decoder_isac_t_impl.h93 int AudioDecoderIsacT<T>::ErrorCode() { function in class:webrtc::AudioDecoderIsacT
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DErrorCode.java19 public enum ErrorCode { enum
65 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { method in class:ErrorCode
71 public static ErrorCode fromSpdy3Rst(int code) {
72 for (ErrorCode errorCode : ErrorCode.values()) {
78 public static ErrorCode fromHttp2(int code) {
79 for (ErrorCode errorCode : ErrorCode.values()) {
85 public static ErrorCode fromSpdyGoAway(int code) {
86 for (ErrorCode errorCod
[all...]
/external/skia/include/xml/
H A DSkXMLParser.h22 enum ErrorCode { enum in class:SkXMLParserError
34 ErrorCode getErrorCode() const { return fCode; }
41 void setCode(ErrorCode code) { fCode = code; }
46 ErrorCode fCode;
/external/webrtc/webrtc/modules/audio_device/include/
H A Daudio_device.h21 enum ErrorCode { enum in class:webrtc::AudioDeviceModule
58 virtual ErrorCode LastError() const = 0;
H A Daudio_device_defines.h33 enum ErrorCode { kRecordingError = 0, kPlayoutError = 1 }; enum in class:webrtc::AudioDeviceObserver
36 virtual void OnErrorIsReported(const ErrorCode error) = 0;
/external/avahi/avahi-sharp/
H A DClientException.cs26 public enum ErrorCode { enum in namespace:Avahi
84 private ErrorCode code;
86 public ErrorCode ErrorCode property in class:Avahi.ErrorCodeArgs
91 public ErrorCodeArgs (ErrorCode code)
99 private ErrorCode code;
102 private static extern IntPtr avahi_strerror (ErrorCode code);
104 public ErrorCode ErrorCode property in class:Avahi.ClientException
109 internal ClientException (int code) : this ((ErrorCode) cod
[all...]
/external/deqp/android/scripts/
H A Dcommon.py136 class ErrorCode: class in function:parallelApply
146 errorCode = ErrorCode()
/external/llvm/include/llvm/Support/
H A DErrorOr.h98 ErrorOr(E ErrorCode, argument
103 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
/external/skia/src/animator/
H A DSkDisplayXMLParser.h23 enum ErrorCode { enum in class:SkDisplayXMLParserError
55 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); }
/external/v8/src/wasm/
H A Dwasm-result.h20 enum ErrorCode { enum in namespace:v8::internal::wasm
46 ErrorCode error_code;
88 std::ostream& operator<<(std::ostream& os, const ErrorCode& error_code);
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_transport.h118 enum ErrorCode enum in class:webrtc::test::UdpTransport
325 virtual ErrorCode LastError() const = 0;
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmserr.c496 static void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text);
521 void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text) argument
527 cmsUNUSED_PARAMETER(ErrorCode);
553 void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...) argument
567 lhg ->LogErrorHandler(ContextID, ErrorCode, Buffer);

Completed in 1900 milliseconds

12