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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMError.h 52 return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), DOMException::getErrorMessage(ec)));
57 return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), message));
DOMException.h 57 static String getErrorName(ExceptionCode);
DOMException.cpp 122 String DOMException::getErrorName(ExceptionCode ec)
  /external/deqp/framework/egl/
egluStrUtilPrototypes.inl 8 const char* getErrorName (int value);
30 inline tcu::Format::Enum getErrorStr (int value) { return tcu::Format::Enum(getErrorName, value); }
egluDefs.cpp 56 : tcu::TestError ((std::string("EGL returned ") + getErrorName(errCode)).c_str(), errStr ? errStr : "", __FILE__, __LINE__)
egluStrUtil.inl 37 const char* getErrorName (int value)
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp 141 : DOMError(DOMException::getErrorName(errorCodeToExceptionCode(code)), errorCodeToMessage(code))
  /external/icu/icu4c/source/samples/uresb/
uresb.c 56 const UChar *getErrorName(UErrorCode errorNumber);
357 u_fprintf(outerr, "Error %d(%s) : %U happened!\n", *status, u_errorName(*status), getErrorName(*status));
361 const UChar *getErrorName(UErrorCode errorNumber) {
  /external/deqp/modules/egl/
teglCreateContextTests.cpp 104 log << TestLog::Message << " Fail, context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog::EndMessage;
teglSurfacelessContextTests.cpp 129 log << TestLog::Message << " Fail, context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog::EndMessage;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMStorageAgent.cpp 143 return DOMException::getErrorName(exceptionState.code());
DOMEditor.cpp 464 *errorString = DOMException::getErrorName(exceptionState.code());
InspectorDOMAgent.cpp 224 return DOMException::getErrorName(exceptionState.code()) + " " + exceptionState.message();
    [all...]
  /external/deqp/framework/opengl/
gluStrUtilPrototypes.inl 4 const char* getErrorName (int value);
75 inline tcu::Format::Enum getErrorStr (int value) { return tcu::Format::Enum(getErrorName, value); }
gluStrUtil.inl 5 const char* getErrorName (int value)
    [all...]
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 39 using glu::getErrorName;
390 const char* errorName = getErrorName(status);

Completed in 738 milliseconds