Searched defs:getError (Results 1 - 25 of 34) sorted by relevance

12

/external/parameter-framework/parameter/
H A DErrorContext.cpp47 const std::string& CErrorContext::getError() const function in class:CErrorContext
/external/parameter-framework/xmlserializer/
H A DXmlSerializingContext.cpp47 const std::string& CXmlSerializingContext::getError() const function in class:CXmlSerializingContext
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestResult.java61 public String getError() { method in class:gUnitTestResult
/external/deqp/framework/opengl/
H A DgluDefs.hpp36 #define GLU_CHECK_GLW_MSG(GL, MSG) GLU_EXPECT_NO_ERROR((GL).getError(), MSG)
38 #define GLU_CHECK_GLW_CALL(GL, CALL) do { (GL).CALL; GLU_EXPECT_NO_ERROR((GL).getError(), #CALL); } while (deGetFalse())
55 int getError (void) const { return m_error; } function in class:glu::Error
/external/icu/icu4c/source/test/perf/perldriver/
H A DDataset.pm63 # is desribed as getMean() +/- getError().
64 sub getError { subroutine
/external/deqp/framework/egl/
H A DegluDefs.hpp28 #define EGLU_CHECK(EGLW) eglu::checkError((EGLW).getError(), DE_NULL, __FILE__, __LINE__)
29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__)
30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, __FILE__, __LINE__); } while (deGetFalse())
45 deUint32 getError (void) const { return m_error; } function in class:eglu::Error
/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h166 std::error_code getError() const { return EC; }; function in class:llvm::BitcodeDiagnosticInfo
H A DBitstreamReader.h144 static BitstreamEntry getError() { function in struct:llvm::BitstreamEntry
265 return BitstreamEntry::getError();
295 return BitstreamEntry::getError();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringPrepParseException.java230 public int getError(){ method in class:StringPrepParseException
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DBuildResults.java260 public double getError() { method in class:BuildResults
272 public double getError(int dim_id) { method in class:BuildResults
H A DConfigResults.java262 double baselineError = baselineResults.getError();
263 double currentError = buildResults.getError();
296 return this.current.getError();
359 public double getError() { method in class:ConfigResults
517 double baselineError = this.baseline.getError(dim_id);
518 double currentError = this.current.getError(dim_id);
/external/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp467 UBool getError() { return (fErrors > 0); } function in class:ThreadWithStatus
468 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); } function in class:ThreadWithStatus
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);
H A Dtsmthred.cpp588 UBool getError() { return (fErrors > 0); } function in class:ThreadWithStatus
589 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); } function in class:ThreadWithStatus
922 for(iteration = 0;!getError() && iteration<kFormatThreadIterations;iteration++)
1096 if(tests[i].getError(theErr)) {
1367 if(tests[i].getError(theErr))
1496 if(tests[i]->getError(theErr))
/external/llvm/include/llvm/Support/
H A DErrorOr.h65 /// if (error_code ec = buffer.getError())
178 std::error_code getError() const { function in class:llvm::ErrorOr
200 new (getErrorStorage()) std::error_code(Other.getError());
232 new (getErrorStorage()) std::error_code(Other.getError());
/external/skia/src/animator/
H A DSkDisplayXMLParser.h78 SkDisplayXMLParserError* getError() { return (SkDisplayXMLParserError*) fError; } function in class:SkDisplayXMLParser
H A DSkScript.h80 Error getError() const { return fError; } function in class:SkScriptEngine
H A DSkScript2.h44 Error getError() { return fError; } function in class:SkScriptEngine2
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java381 public ClassInfo getError(String errorName) { method in class:PackageInfo
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h93 std::error_code getError() { return LastError; } function in class:llvm::InstrProfReader
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp336 glw::GLenum getError (void) { return m_error; } function in class:deqp::gls::FboUtil::FboBuilder
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java344 public CharSequence getError() { method in class:ShadowTextView
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp912 deUint32 GLContext::getError (void) function in class:sglr::GLContext
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mesa3d/include/CL/
H A Dcl.hpp3156 cl_int getError() { return err_; } function in class:cl::KernelFunctor

Completed in 823 milliseconds

12