HomeSort by relevance Sort by last modified time
    Searched refs:ErrorType (Results 1 - 24 of 24) sorted by null

  /external/webkit/JavaScriptCore/runtime/
Error.h 38 enum ErrorType {
54 static JSObject* create(ExecState*, ErrorType, const UString& message, int lineNumber, intptr_t sourceID, const UString& sourceURL);
55 static JSObject* create(ExecState*, ErrorType, const char* message);
58 JSObject* throwError(ExecState*, ErrorType, const UString& message, int lineNumber, intptr_t sourceID, const UString& sourceURL);
59 JSObject* throwError(ExecState*, ErrorType, const UString& message);
60 JSObject* throwError(ExecState*, ErrorType, const char* message);
61 JSObject* throwError(ExecState*, ErrorType);
Error.cpp 41 JSObject* Error::create(ExecState* exec, ErrorType type, const UString& message, int lineNumber, intptr_t sourceID, const UString& sourceURL)
95 JSObject* Error::create(ExecState* exec, ErrorType type, const char* message)
106 JSObject* throwError(ExecState* exec, ErrorType type)
113 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message)
120 JSObject* throwError(ExecState* exec, ErrorType type, const char* message)
127 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message, int line, intptr_t sourceID, const UString& sourceURL)
ExceptionHelpers.cpp 59 static JSValue createError(ExecState* exec, ErrorType e, const char* msg)
  /external/opencore/codecs_v2/omx/omx_common/src/
pv_omxcore.cpp 669 OMX_ERRORTYPE ErrorType = OMX_ErrorNone;
678 ErrorType = OMX_ErrorInsufficientResources;
679 return ErrorType;
685 ErrorType = pTempProxyTerm->ProxyGetHandle(pHandle, cComponentName, pAppData, pCallBacks);
702 if ((NULL != *pHandle) && (OMX_ErrorNone == ErrorType))
719 ErrorType = OMX_ErrorInsufficientResources;
720 return ErrorType;
766 ErrorType = OMX_ErrorComponentNotFound;
767 return ErrorType;
781 ErrorType = OMX_ErrorInsufficientResources
    [all...]
  /external/opencore/codecs_v2/omx/omx_baseclass/src/
pv_omxcomponent.cpp     [all...]
  /external/webkit/WebCore/bridge/objc/
objc_utility.h 83 JSObject *throwError(ExecState *, ErrorType, NSString *message);
objc_utility.mm 361 JSObject *throwError(ExecState *exec, ErrorType type, NSString *message)
  /external/webkit/WebCore/dom/
XMLTokenizer.h 54 enum ErrorType { warning, nonFatal, fatal };
77 void error(ErrorType type, const char* m, int lineNumber, int columnNumber);
188 enum ErrorType { warning, nonFatal, fatal };
215 void handleError(ErrorType type, const char* m, int lineNumber, int columnNumber);
238 void error(ErrorType, const char* message, va_list args) WTF_ATTRIBUTE_PRINTF(3, 0);
XMLTokenizer.cpp 141 void XMLTokenizer::handleError(ErrorType type, const char* m, int lineNumber, int columnNumber)
xml_expat_tokenizer.cpp 134 void appendErrorCallback(XMLTokenizer::ErrorType type, const char* message, int lineNumber, int columnNumber) {
245 XMLTokenizer::ErrorType type;
784 ErrorType type = nonFatal;
799 void XMLTokenizer::error(ErrorType type, const char* m, int lineNumber, int columnNumber)
XMLTokenizerLibxml2.cpp 172 void appendErrorCallback(XMLTokenizer::ErrorType type, const xmlChar* message, int lineNumber, int columnNumber)
327 XMLTokenizer::ErrorType type;
907 void XMLTokenizer::error(ErrorType type, const char* message, va_list args)
    [all...]
XMLTokenizerQt.cpp 431 ErrorType type = (m_stream.error() == QXmlStreamReader::NotWellFormedError) ?
  /external/opencore/codecs_v2/omx/omx_proxy/src/
omx_proxy_interface.cpp 834 OMX_ERRORTYPE ErrorType = OMX_ErrorNone;
840 ErrorType = OMX_ErrorInvalidState;
841 return ErrorType;
867 ErrorType = OMX_ErrorInsufficientResources;
868 return ErrorType;
881 ErrorType = OMX_ErrorComponentNotFound;
886 return ErrorType;
892 OMX_ERRORTYPE ErrorType = OMX_ErrorNone;
898 ErrorType = OMX_ErrorInvalidState;
899 return ErrorType;
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp     [all...]
  /external/opencore/codecs_v2/omx/omx_m4venc/src/
omx_mpeg4enc_component.cpp     [all...]
  /external/webkit/WebCore/bindings/v8/
V8Proxy.h 135 enum ErrorType {
299 static v8::Handle<v8::Value> throwError(ErrorType, const char* message);
450 inline v8::Handle<v8::Primitive> throwError(const char* message, V8Proxy::ErrorType type = V8Proxy::TypeError)
V8Proxy.cpp 684 v8::Handle<v8::Value> V8Proxy::throwError(ErrorType type, const char* message)
  /external/webkit/JavaScriptCore/parser/
Nodes.h 268 RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* message);
269 RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* message, const UString&);
270 RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* message, const Identifier&);
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 340 RegisterID* emitNewError(RegisterID* dst, ErrorType type, JSValue message);
NodesCodegen.cpp 84 RegisterID* ThrowableExpressionData::emitThrowError(BytecodeGenerator& generator, ErrorType type, const char* message)
92 RegisterID* ThrowableExpressionData::emitThrowError(BytecodeGenerator& generator, ErrorType type, const char* messageTemplate, const UString& label)
102 inline RegisterID* ThrowableExpressionData::emitThrowError(BytecodeGenerator& generator, ErrorType type, const char* messageTemplate, const Identifier& label)
    [all...]
BytecodeGenerator.cpp     [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 255 milliseconds