Home
last modified time | relevance | path

Searched refs:ErrorType (Results 1 – 23 of 23) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DError.h38 enum ErrorType { enum
54 …static JSObject* create(ExecState*, ErrorType, const UString& message, int lineNumber, intptr_t so…
55 static JSObject* create(ExecState*, ErrorType, const char* message);
58 …JSObject* throwError(ExecState*, ErrorType, const UString& message, int lineNumber, intptr_t sourc…
59 JSObject* throwError(ExecState*, ErrorType, const UString& message);
60 JSObject* throwError(ExecState*, ErrorType, const char* message);
61 JSObject* throwError(ExecState*, ErrorType);
DError.cpp41 JSObject* Error::create(ExecState* exec, ErrorType type, const UString& message, int lineNumber, in… in create()
95 JSObject* Error::create(ExecState* exec, ErrorType type, const char* message) in create()
100 JSObject* throwError(ExecState* exec, ErrorType type) in throwError()
107 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message) in throwError()
114 JSObject* throwError(ExecState* exec, ErrorType type, const char* message) in throwError()
121 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message, int line, intptr_t so… in throwError()
DExceptionHelpers.cpp59 static JSValue createError(ExecState* exec, ErrorType e, const char* msg) in createError()
/external/opencore/codecs_v2/omx/omx_common/src/
Dpv_omxcore.cpp669 OMX_ERRORTYPE ErrorType = OMX_ErrorNone; in OMX_GetHandle() local
678 ErrorType = OMX_ErrorInsufficientResources; in OMX_GetHandle()
679 return ErrorType; in OMX_GetHandle()
685 ErrorType = pTempProxyTerm->ProxyGetHandle(pHandle, cComponentName, pAppData, pCallBacks); in OMX_GetHandle()
702 if ((NULL != *pHandle) && (OMX_ErrorNone == ErrorType)) in OMX_GetHandle()
719 ErrorType = OMX_ErrorInsufficientResources; in OMX_GetHandle()
720 return ErrorType; in OMX_GetHandle()
766 ErrorType = OMX_ErrorComponentNotFound; in OMX_GetHandle()
767 return ErrorType; in OMX_GetHandle()
781 ErrorType = OMX_ErrorInsufficientResources; in OMX_GetHandle()
[all …]
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp1876 OMX_ERRORTYPE ErrorType = OMX_ErrorNone; in MessageHandler() local
1893 ErrorType = DoStateSet(Message->MessageParam2); in MessageHandler()
1901 if (ErrorType != OMX_ErrorNone) in MessageHandler()
1907 ErrorType, /* The commands was a OMX_CommandStateSet */ in MessageHandler()
1964 ErrorType = FlushPort(Message->MessageParam2); in MessageHandler()
1980 if (ErrorType != OMX_ErrorNone) in MessageHandler()
1986 ErrorType, /* The commands was a OMX_CommandStateSet */ in MessageHandler()
2025 ErrorType = DisablePort(Message->MessageParam2); in MessageHandler()
2031 if (ErrorType != OMX_ErrorNone) in MessageHandler()
2037 ErrorType, /* The commands was a OMX_CommandStateSet */ in MessageHandler()
[all …]
/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.cpp834 OMX_ERRORTYPE ErrorType = OMX_ErrorNone; in GlobalProxyComponentGetHandle() local
840 ErrorType = OMX_ErrorInvalidState; in GlobalProxyComponentGetHandle()
841 return ErrorType; in GlobalProxyComponentGetHandle()
867 ErrorType = OMX_ErrorInsufficientResources; in GlobalProxyComponentGetHandle()
868 return ErrorType; in GlobalProxyComponentGetHandle()
881 ErrorType = OMX_ErrorComponentNotFound; in GlobalProxyComponentGetHandle()
886 return ErrorType; in GlobalProxyComponentGetHandle()
892 OMX_ERRORTYPE ErrorType = OMX_ErrorNone; in GlobalProxyComponentFreeHandle() local
898 ErrorType = OMX_ErrorInvalidState; in GlobalProxyComponentFreeHandle()
899 return ErrorType; in GlobalProxyComponentFreeHandle()
[all …]
/external/webkit/WebCore/dom/
DXMLTokenizer.h54 enum ErrorType { warning, nonFatal, fatal }; enum
77 void error(ErrorType type, const char* m, int lineNumber, int columnNumber);
170 enum ErrorType { warning, nonFatal, fatal }; enum
197 void handleError(ErrorType type, const char* m, int lineNumber, int columnNumber);
220 void error(ErrorType, const char* message, va_list args) WTF_ATTRIBUTE_PRINTF(3, 0);
Dxml_expat_tokenizer.cpp134 …void appendErrorCallback(XMLTokenizer::ErrorType type, const char* message, int lineNumber, int co… in appendErrorCallback()
245 XMLTokenizer::ErrorType type;
784 ErrorType type = nonFatal; in reportError()
799 void XMLTokenizer::error(ErrorType type, const char* m, int lineNumber, int columnNumber) in error()
DXMLTokenizer.cpp110 void XMLTokenizer::handleError(ErrorType type, const char* m, int lineNumber, int columnNumber) in handleError()
DXMLTokenizerLibxml2.cpp170 …void appendErrorCallback(XMLTokenizer::ErrorType type, const char* message, int lineNumber, int co… in appendErrorCallback()
325 XMLTokenizer::ErrorType type;
883 void XMLTokenizer::error(ErrorType type, const char* message, va_list args) in error()
DXMLTokenizerQt.cpp497 ErrorType type = (m_stream.error() == QXmlStreamReader::NotWellFormedError) ? in parse()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp927 OMX_ERRORTYPE ErrorType = OMX_ErrorNone; in SetConfig() local
954 ErrorType = CheckHeader(pVideoIFrame, sizeof(OMX_CONFIG_INTRAREFRESHVOPTYPE)); in SetConfig()
955 if (ErrorType != OMX_ErrorNone) in SetConfig()
958 return ErrorType; in SetConfig()
982 ErrorType = CheckHeader(pBitRateType, sizeof(OMX_VIDEO_CONFIG_BITRATETYPE)); in SetConfig()
983 if (ErrorType != OMX_ErrorNone) in SetConfig()
986 return ErrorType; in SetConfig()
1010 ErrorType = CheckHeader(pFrameRateType, sizeof(OMX_CONFIG_FRAMERATETYPE)); in SetConfig()
1011 if (ErrorType != OMX_ErrorNone) in SetConfig()
1014 return ErrorType; in SetConfig()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp874 OMX_ERRORTYPE ErrorType = OMX_ErrorNone; in SetConfig() local
901 ErrorType = CheckHeader(pAvcIFrame, sizeof(OMX_CONFIG_INTRAREFRESHVOPTYPE)); in SetConfig()
902 if (ErrorType != OMX_ErrorNone) in SetConfig()
905 return ErrorType; in SetConfig()
929 ErrorType = CheckHeader(pBitRateType, sizeof(OMX_VIDEO_CONFIG_BITRATETYPE)); in SetConfig()
930 if (ErrorType != OMX_ErrorNone) in SetConfig()
933 return ErrorType; in SetConfig()
959 ErrorType = CheckHeader(pFrameRateType, sizeof(OMX_CONFIG_FRAMERATETYPE)); in SetConfig()
960 if (ErrorType != OMX_ErrorNone) in SetConfig()
963 return ErrorType; in SetConfig()
/external/webkit/WebCore/bindings/v8/
DV8Proxy.h153 enum ErrorType { enum
320 static v8::Handle<v8::Value> throwError(ErrorType, const char* message);
481 …inline v8::Handle<v8::Primitive> throwError(const char* message, V8Proxy::ErrorType type = V8Proxy…
DV8Proxy.cpp1131 v8::Handle<v8::Value> V8Proxy::throwError(ErrorType type, const char* message) in isEnabled()
/external/webkit/WebCore/bridge/objc/
Dobjc_utility.h83 JSObject *throwError(ExecState *, ErrorType, NSString *message);
Dobjc_utility.mm361 JSObject *throwError(ExecState *exec, ErrorType type, NSString *message)
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h320 RegisterID* emitNewError(RegisterID* dst, ErrorType type, JSValue message);
DBytecodeGenerator.cpp1784 RegisterID* BytecodeGenerator::emitNewError(RegisterID* dst, ErrorType type, JSValue message) in emitNewError()
/external/webkit/JavaScriptCore/parser/
DNodes.h289 RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* msg);
290 … RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* msg, const Identifier&);
DNodes.cpp66 RegisterID* ThrowableExpressionData::emitThrowError(BytecodeGenerator& generator, ErrorType e, cons… in emitThrowError()
74 RegisterID* ThrowableExpressionData::emitThrowError(BytecodeGenerator& generator, ErrorType e, cons… in emitThrowError()
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp2981 …return Error::create(callFrame, static_cast<ErrorType>(type), message.toString(callFrame), lineNum… in DEFINE_STUB_FUNCTION()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp3660 …callFrame->r(dst) = JSValue(Error::create(callFrame, (ErrorType)type, callFrame->r(message).jsValu… in privateExecute()