/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DOMError.h | 53 …return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), DOMException::getErrorMessa… in create() 58 return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), message)); in create()
|
D | DOMException.h | 58 static String getErrorName(ExceptionCode);
|
D | DOMException.cpp | 121 String DOMException::getErrorName(ExceptionCode ec) in getErrorName() function in blink::DOMException
|
/external/chromium_org/third_party/icu/source/samples/uresb/ |
D | uresb.c | 56 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/ |
D | uresb.c | 56 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/ |
D | egluStrUtilPrototypes.inl | 8 const char* getErrorName (int value); 30 inline tcu::Format::Enum getErrorStr (int value) { return tcu::Format::Enum(getErrorName, va…
|
D | egluDefs.cpp | 56 …: tcu::TestError ((std::string("EGL returned ") + getErrorName(errCode)).c_str(), errStr ? errStr … in Error()
|
D | egluStrUtil.inl | 37 const char* getErrorName (int value) function
|
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
D | FileError.cpp | 141 : DOMError(DOMException::getErrorName(errorCodeToExceptionCode(code)), errorCodeToMessage(code)) in FileError()
|
/external/deqp/modules/egl/ |
D | teglCreateContextTests.cpp | 104 …<< " Fail, context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog… in executeForConfig()
|
D | teglSurfacelessContextTests.cpp | 129 …<< " Fail, context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog… in executeForConfig()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDOMStorageAgent.cpp | 149 return DOMException::getErrorName(exceptionState.code()); in toErrorString()
|
D | DOMEditor.cpp | 464 *errorString = DOMException::getErrorName(exceptionState.code()); in populateErrorString()
|
D | InspectorDOMAgent.cpp | 233 return DOMException::getErrorName(exceptionState.code()) + " " + exceptionState.message(); in toErrorString()
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 39 using glu::getErrorName; 425 const char* errorName = getErrorName(status); in statusName()
|
/external/deqp/framework/opengl/ |
D | gluStrUtilPrototypes.inl | 4 const char* getErrorName (int value); 75 inline tcu::Format::Enum getErrorStr (int value) { return tcu::Format::Enum(getErrorName, …
|
D | gluStrUtil.inl | 5 const char* getErrorName (int value) function
|