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

/external/chromium/third_party/icu/public/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() {}
H A Durename.h1633 #define ErrorCode ErrorCode_4_2 macro
/external/icu4c/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() {}
H A Durename.h1871 #define ErrorCode U_ICU_ENTRY_POINT_RENAME(ErrorCode) macro
/external/webkit/WebCore/page/
H A DGeolocationError.h40 enum ErrorCode { enum in class:WebCore::GeolocationError
45 static PassRefPtr<GeolocationError> create(ErrorCode code, const String& message) { return adoptRef(new GeolocationError(code, message)); }
47 ErrorCode code() const { return m_code; }
51 GeolocationError(ErrorCode code, const String& message)
57 ErrorCode m_code;
H A DPositionError.h37 enum ErrorCode { enum in class:WebCore::PositionError
43 static PassRefPtr<PositionError> create(ErrorCode code, const String& message) { return adoptRef(new PositionError(code, message)); }
45 ErrorCode code() const { return m_code; }
51 PositionError(ErrorCode code, const String& message)
58 ErrorCode m_code;
/external/skia/include/xml/
H A DSkXMLParser.h30 enum ErrorCode { enum in class:SkXMLParserError
42 ErrorCode getErrorCode() const { return fCode; }
49 void setCode(ErrorCode code) { fCode = code; }
54 ErrorCode fCode;
/external/chromium/net/tools/flip_server/
H A Dbalsa_enums.h26 enum ErrorCode { enum in struct:net::BalsaFrameEnums
96 static const char* ErrorCodeToString(ErrorCode error_code);
H A Dbalsa_frame.h141 BalsaFrameEnums::ErrorCode ErrorCode() const { return last_error_; } function in class:net::BalsaFrame
271 BalsaFrameEnums::ErrorCode last_error_;
/external/skia/src/animator/
H A DSkDisplayXMLParser.h31 enum ErrorCode { enum in class:SkDisplayXMLParserError
63 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); }
/external/webkit/JavaScriptCore/yarr/
H A DRegexParser.h54 enum ErrorCode { enum in class:JSC::Yarr::Parser
79 CharacterClassParserDelegate(Delegate& delegate, ErrorCode& err)
185 ErrorCode& m_err;
654 // The order of this array must match the ErrorCode enum.
767 ErrorCode m_err;
/external/webkit/JavaScriptCore/pcre/
H A Dpcre_compile.cpp92 enum ErrorCode { enum
100 static const char* errorText(ErrorCode code)
153 static bool compileBracket(int, int*, unsigned char**, const UChar**, const UChar*, ErrorCode*, int, int*, int*, CompileData&);
180 static int checkEscape(const UChar** ptrPtr, const UChar* patternEnd, ErrorCode* errorCodePtr, int bracount, bool isClass)
384 static const UChar* readRepeatCounts(const UChar* p, int* minp, int* maxp, ErrorCode* errorCodePtr)
570 const UChar** ptrPtr, const UChar* patternEnd, ErrorCode* errorCodePtr, int *firstbyteptr,
1732 const UChar** ptrPtr, const UChar* patternEnd, ErrorCode* errorCodePtr, int skipBytes,
2023 CompileData& cd, ErrorCode& errorcode)
2558 static inline JSRegExp* returnError(ErrorCode errorcode, const char** errorPtr)
2576 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

Completed in 299 milliseconds