Home
last modified time | relevance | path

Searched refs:getErrorName (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMError.h53 …return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), DOMException::getErrorMessa… in create()
58 return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), message)); in create()
DDOMException.h58 static String getErrorName(ExceptionCode);
DDOMException.cpp121 String DOMException::getErrorName(ExceptionCode ec) in getErrorName() function in blink::DOMException
/external/chromium_org/third_party/icu/source/samples/uresb/
Duresb.c56 const UChar *getErrorName(UErrorCode errorNumber);
357 …u_fprintf(outerr, "Error %d(%s) : %U happened!\n", *status, u_errorName(*status), getErrorName(*st… in reportError()
361 const UChar *getErrorName(UErrorCode errorNumber) { in getErrorName() function
/external/icu/icu4c/source/samples/uresb/
Duresb.c56 const UChar *getErrorName(UErrorCode errorNumber);
357 …u_fprintf(outerr, "Error %d(%s) : %U happened!\n", *status, u_errorName(*status), getErrorName(*st… in reportError()
361 const UChar *getErrorName(UErrorCode errorNumber) { in getErrorName() function
/external/deqp/framework/egl/
DegluStrUtilPrototypes.inl8 const char* getErrorName (int value);
30 inline tcu::Format::Enum getErrorStr (int value) { return tcu::Format::Enum(getErrorName, va…
DegluDefs.cpp56 …: tcu::TestError ((std::string("EGL returned ") + getErrorName(errCode)).c_str(), errStr ? errStr … in Error()
DegluStrUtil.inl37 const char* getErrorName (int value) function
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFileError.cpp141 : DOMError(DOMException::getErrorName(errorCodeToExceptionCode(code)), errorCodeToMessage(code)) in FileError()
/external/deqp/modules/egl/
DteglCreateContextTests.cpp104 …<< " Fail, context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog… in executeForConfig()
DteglSurfacelessContextTests.cpp129 …<< " Fail, context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog… in executeForConfig()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMStorageAgent.cpp149 return DOMException::getErrorName(exceptionState.code()); in toErrorString()
DDOMEditor.cpp464 *errorString = DOMException::getErrorName(exceptionState.code()); in populateErrorString()
DInspectorDOMAgent.cpp233 return DOMException::getErrorName(exceptionState.code()) + " " + exceptionState.message(); in toErrorString()
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp39 using glu::getErrorName;
425 const char* errorName = getErrorName(status); in statusName()
/external/deqp/framework/opengl/
DgluStrUtilPrototypes.inl4 const char* getErrorName (int value);
75 inline tcu::Format::Enum getErrorStr (int value) { return tcu::Format::Enum(getErrorName, …
DgluStrUtil.inl5 const char* getErrorName (int value) function