/external/webkit/JavaScriptCore/runtime/ |
D | Error.h | 38 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);
|
D | Error.cpp | 41 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()
|
D | ExceptionHelpers.cpp | 59 static JSValue createError(ExecState* exec, ErrorType e, const char* msg) in createError()
|
/external/opencore/codecs_v2/omx/omx_common/src/ |
D | pv_omxcore.cpp | 669 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/ |
D | pv_omxcomponent.cpp | 1876 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/ |
D | omx_proxy_interface.cpp | 834 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/ |
D | XMLTokenizer.h | 54 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);
|
D | xml_expat_tokenizer.cpp | 134 …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()
|
D | XMLTokenizer.cpp | 110 void XMLTokenizer::handleError(ErrorType type, const char* m, int lineNumber, int columnNumber) in handleError()
|
D | XMLTokenizerLibxml2.cpp | 170 …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()
|
D | XMLTokenizerQt.cpp | 497 ErrorType type = (m_stream.error() == QXmlStreamReader::NotWellFormedError) ? in parse()
|
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | omx_mpeg4enc_component.cpp | 927 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/ |
D | omx_avcenc_component.cpp | 874 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/ |
D | V8Proxy.h | 153 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…
|
D | V8Proxy.cpp | 1131 v8::Handle<v8::Value> V8Proxy::throwError(ErrorType type, const char* message) in isEnabled()
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_utility.h | 83 JSObject *throwError(ExecState *, ErrorType, NSString *message);
|
D | objc_utility.mm | 361 JSObject *throwError(ExecState *exec, ErrorType type, NSString *message)
|
/external/webkit/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.h | 320 RegisterID* emitNewError(RegisterID* dst, ErrorType type, JSValue message);
|
D | BytecodeGenerator.cpp | 1784 RegisterID* BytecodeGenerator::emitNewError(RegisterID* dst, ErrorType type, JSValue message) in emitNewError()
|
/external/webkit/JavaScriptCore/parser/ |
D | Nodes.h | 289 RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* msg); 290 … RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* msg, const Identifier&);
|
D | Nodes.cpp | 66 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/ |
D | JITStubs.cpp | 2981 …return Error::create(callFrame, static_cast<ErrorType>(type), message.toString(callFrame), lineNum… in DEFINE_STUB_FUNCTION()
|
/external/webkit/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 3660 …callFrame->r(dst) = JSValue(Error::create(callFrame, (ErrorType)type, callFrame->r(message).jsValu… in privateExecute()
|