Searched defs:ErrorCode (Results 1 - 25 of 51) sorted by last modified time

123

/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/smack/asmack-master/lib/
H A Djstun.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/javawi/ de/javawi/jstun/ de/javawi/jstun/attribute/ ...
/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/regex-re2/re2/
H A Dre2.h224 enum ErrorCode { enum in class:re2::RE2
283 ErrorCode error_code() const { return error_code_; }
716 mutable ErrorCode error_code_; // Error code
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp21 int ourHandler(int ErrorCode, const char *ErrorText) argument
/external/pdfium/core/src/fxcodec/lcms2/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);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DErrorCode.java5 public enum ErrorCode { enum
43 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { method in class:ErrorCode
49 public static ErrorCode fromSpdy3Rst(int code) {
50 for (ErrorCode errorCode : ErrorCode.values()) {
56 public static ErrorCode fromHttp2(int code) {
57 for (ErrorCode errorCode : ErrorCode.values()) {
63 public static ErrorCode fromSpdyGoAway(int code) {
64 for (ErrorCode errorCod
[all...]
/external/netperf/
H A Dnetlib.c875 DWORD ErrorCode;
879 ErrorCode = WaitForSingleObject(hAlarm, seconds*1000);
880 if (ErrorCode == WAIT_FAILED)
886 if (ErrorCode == WAIT_TIMEOUT)
867 DWORD ErrorCode; local
/external/llvm/unittests/Support/
H A DConvertUTFTest.cpp70 ConversionResult ErrorCode; member in struct:ConvertUTFResultContainer
73 ConvertUTFResultContainer(ConversionResult ErrorCode) argument
74 : ErrorCode(ErrorCode) {}
110 auto ErrorCode = local
116 return std::make_pair(ErrorCode, Decoded);
127 auto ErrorCode = ConvertUTF8toUTF32Partial( local
133 return std::make_pair(ErrorCode, Decoded);
139 ConversionResult ErrorCode; local
142 std::tie(ErrorCode, Decode
[all...]
/external/lzma/CPP/7zip/Common/
H A DInBuffer.h32 HRESULT ErrorCode; member in class:CInBuffer
H A DOutBuffer.h33 HRESULT ErrorCode; member in class:COutBuffer
/external/lzma/CPP/Common/
H A DMyException.h10 HRESULT ErrorCode; member in struct:CSystemException
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {}
/external/llvm/include/llvm/Support/
H A DErrorOr.h97 ErrorOr(E ErrorCode, argument
102 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp485 std::string ErrorCode = local
488 if (!ErrorCode.empty())
491 ErrorCode + ".");
524 std::string ErrorCode = local
527 if (!ErrorCode.empty()) {
531 GV->getSection() + "': " + 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/icu/icu4c/source/common/unicode/
H A Derrorcode.h22 * \brief C++ API: ErrorCode class intended to make it easier to use
52 * The ErrorCode base class destructor does nothing.
60 * class IcuErrorCode: public icu::ErrorCode {
81 class U_COMMON_API ErrorCode: public UMemory { class in inherits:UMemory
87 ErrorCode() : errorCode(U_ZERO_ERROR) {} function in class:ErrorCode
89 virtual ~ErrorCode();
/external/giflib/
H A Dgif_err.c16 GifErrorString(int ErrorCode) argument
20 switch (ErrorCode) {
/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/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h128 enum ErrorCode { enum in class:clang::GlobalModuleIndex
147 static std::pair<GlobalModuleIndex *, ErrorCode>
198 static ErrorCode writeIndex(FileManager &FileMgr, StringRef Path);
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport.h117 enum ErrorCode enum in class:webrtc::test::UdpTransport
324 virtual ErrorCode LastError() const = 0;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_isac.cc782 int ACMISAC::ErrorCode() { function in class:webrtc::acm2::ACMISAC
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder.cc38 int AudioDecoder::ErrorCode() { return 0; } function in class:webrtc::AudioDecoder
H A Daudio_decoder_impl.cc209 int AudioDecoderIsac::ErrorCode() { function in class:webrtc::AudioDecoderIsac
262 int AudioDecoderIsacFix::ErrorCode() { function in class:webrtc::AudioDecoderIsacFix
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Daudio_device.h21 enum ErrorCode { enum in class:webrtc::AudioDeviceModule
56 virtual ErrorCode LastError() const = 0;

Completed in 776 milliseconds

123