HomeSort by relevance Sort by last modified time
    Searched defs:ErrorCode (Results 1 - 14 of 14) sorted by null

  /external/chromium/third_party/icu/public/common/unicode/
errorcode.h 8 * file name: errorcode.h
22 * \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 {
66 * log_failure(u_errorName(errorCode));
67 * exit(errorCode);
79 class U_COMMON_API ErrorCode: public UMemory {
85 ErrorCode() : errorCode(U_ZERO_ERROR) {}
87 virtual ~ErrorCode() {}
    [all...]
urename.h     [all...]
  /external/icu4c/common/unicode/
errorcode.h 8 * file name: errorcode.h
22 * \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 {
66 * log_failure(u_errorName(errorCode));
67 * exit(errorCode);
79 class U_COMMON_API ErrorCode: public UMemory {
85 ErrorCode() : errorCode(U_ZERO_ERROR) {}
87 virtual ~ErrorCode() {}
    [all...]
urename.h     [all...]
  /external/webkit/WebCore/page/
GeolocationError.h 40 enum ErrorCode {
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;
PositionError.h 37 enum ErrorCode {
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/
SkXMLParser.h 30 enum ErrorCode {
42 ErrorCode getErrorCode() const { return fCode; }
49 void setCode(ErrorCode code) { fCode = code; }
54 ErrorCode fCode;
  /libcore/luni/src/main/java/com/ibm/icu4jni/common/
ErrorCode.java 17 public final class ErrorCode extends Exception
  /external/chromium/net/tools/flip_server/
balsa_enums.h 26 enum ErrorCode {
96 static const char* ErrorCodeToString(ErrorCode error_code);
balsa_frame.h 141 BalsaFrameEnums::ErrorCode ErrorCode() const { return last_error_; }
271 BalsaFrameEnums::ErrorCode last_error_;
  /external/skia/src/animator/
SkDisplayXMLParser.h 31 enum ErrorCode {
63 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); }
  /external/webkit/JavaScriptCore/yarr/
RegexParser.h 54 enum ErrorCode {
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/
pcre_compile.cpp 92 enum ErrorCode {
100 static const char* errorText(ErrorCode code)
153 static bool compileBracket(int, int*, unsigned char**, const UChar**, const UChar*, ErrorCode*, int, int*, int*, CompileData&);
170 errorCodePtr points to the errorcode variable
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,
2576 ErrorCode errorcode = ERR0; local
    [all...]
  /external/netperf/
netlib.c 875 DWORD ErrorCode;
879 ErrorCode = WaitForSingleObject(hAlarm, seconds*1000);
880 if (ErrorCode == WAIT_FAILED)
886 if (ErrorCode == WAIT_TIMEOUT)
    [all...]

Completed in 707 milliseconds