Searched refs:getError (Results 1 - 20 of 20) sorted by relevance

/external/skia/src/animator/
H A DSkDisplayXMLParser.h86 SkDisplayXMLParserError* getError() { return (SkDisplayXMLParserError*) fError; } function in class:SkDisplayXMLParser
H A DSkAnimateBase.cpp230 if (engine.getError() != SkScriptEngine::kNoError)
H A DSkScript.h88 Error getError() const { return fError; } function in class:SkScriptEngine
H A DSkScript2.h37 Error getError() { return fError; } function in class:SkScriptEngine2
H A DSkDisplayXMLParser.cpp258 getError()->setCode(SkDisplayXMLParserError::kParentElementCantContain);
/external/chromium/third_party/icu/source/test/perf/perldriver/
H A DDataset.pm63 # is desribed as getMean() +/- getError().
64 sub getError { subroutine
H A DOutput.pm51 my $error = $value->getError;
305 print HTML "<td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getMean)."</td><td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getError)."</td>";
355 #debug("Time per operation: ".formatSeconds(4, $perOperation->getMean, $perOperation->getError)."\n");
373 #debug("Time per operation: ".formatSeconds(4, $perEvent->getMean, $perEvent->getError)."\n");
/external/icu4c/test/perf/perldriver/
H A DDataset.pm63 # is desribed as getMean() +/- getError().
64 sub getError { subroutine
H A DOutput.pm51 my $error = $value->getError;
305 print HTML "<td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getMean)."</td><td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getError)."</td>";
355 #debug("Time per operation: ".formatSeconds(4, $perOperation->getMean, $perOperation->getError)."\n");
373 #debug("Time per operation: ".formatSeconds(4, $perEvent->getMean, $perEvent->getError)."\n");
/external/icu4c/test/intltest/
H A Dsimplethread.cpp457 UBool getError() { return (fErrors > 0); } function in class:ThreadWithStatus
458 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); } function in class:ThreadWithStatus
H A Dtsmthred.cpp418 UBool getError() { return (fErrors > 0); } function in class:ThreadWithStatus
419 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); } function in class:ThreadWithStatus
653 for(iteration = 0;!getError() && iteration<kFormatThreadIterations;iteration++)
807 if(tests[i].getError(theErr)) {
1054 if(tests[i].getError(theErr))
1190 if(tests[i]->getError(theErr))
H A Didnaref.cpp99 static UErrorCode getError(enum punycode_status status){ function
162 status = getError(error);
175 status = getError(error);
213 status = getError(error);
221 status = getError(error);
/external/chromium/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp771 UBool getError() { return (fErrors > 0); } function in class:ThreadWithStatus
772 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); } function in class:ThreadWithStatus
1007 for(iteration = 0;!getError() && iteration<kFormatThreadIterations;iteration++)
1164 if(tests[i].getError(theErr)) {
1414 if(tests[i].getError(theErr))
1548 if(tests[i]->getError(theErr))
H A Didnaref.cpp99 static UErrorCode getError(enum punycode_status status){ function
162 status = getError(error);
175 status = getError(error);
213 status = getError(error);
221 status = getError(error);
/external/webkit/WebCore/html/canvas/
H A DWebGLRenderingContext.h140 unsigned long getError();
H A DWebGLRenderingContext.cpp888 unsigned long WebGLRenderingContext::getError() function in class:WebCore::WebGLRenderingContext
890 return m_context->getError();
H A DWebGLRenderingContext.idl546 unsigned long getError();
/external/webkit/WebKit/chromium/src/
H A DGraphicsContext3D.cpp126 unsigned long getError();
968 unsigned long GraphicsContext3DInternal::getError() function in class:WebCore::GraphicsContext3DInternal
1578 unsigned long GraphicsContext3D::getError() function in class:WebCore::GraphicsContext3D
1580 return m_internal->getError();
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext3D.h482 unsigned long getError();
615 // later call to getError. This is used to emulate OpenGL ES
621 // getError in the order they were added.
/external/webkit/WebCore/platform/graphics/mac/
H A DGraphicsContext3DMac.cpp558 unsigned long GraphicsContext3D::getError() function in class:WebCore::GraphicsContext3D

Completed in 514 milliseconds