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

12

/external/icu/icu4j/perf-tests/
H A DDataset.pm62 # is desribed as getMean() +/- getError().
63 sub getError { subroutine
/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/icu/icu4j/perf-tests/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.h200 std::error_code getError() const { return EC; } function in class:llvm::BitcodeDiagnosticInfo
H A DBitstreamReader.h144 static BitstreamEntry getError() { function in struct:llvm::BitstreamEntry
267 return BitstreamEntry::getError();
297 return BitstreamEntry::getError();
/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js195 * var str = WebGLDebugUtil.glEnumToString(ctx.getError());
281 * gl.getError after every command and calls a function if the
287 * The function to call when gl.getError returns an
312 // Makes a function that calls a WebGL function and then calls getError.
319 var err = ctx.getError();
339 // Override the getError function with one that returns our saved results.
340 wrapper.getError = function() {
416 while(ctx.getError());
497 while (unwrappedContext_.getError());
650 wrappedContext_.getError
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringPrepParseException.java213 public int getError(){ method in class:StringPrepParseException
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringPrepParseException.java230 public int getError(){ method in class:StringPrepParseException
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDefs.hpp207 VkResult getError (void) const { return m_error; } function in class:vk::Error
220 VkResult getError (void) const { return m_error; } function in class:vk::OutOfMemoryError
/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/llvm/include/llvm/Support/
H A DErrorOr.h65 /// if (error_code ec = buffer.getError())
179 std::error_code getError() const { function in class:llvm::ErrorOr
205 new (getErrorStorage()) std::error_code(Other.getError());
237 new (getErrorStorage()) std::error_code(Other.getError());
294 return Err.getError() == Code;
/external/skia/src/animator/
H A DSkDisplayXMLParser.h78 SkDisplayXMLParserError* getError() { return (SkDisplayXMLParserError*) fError; } function in class:SkDisplayXMLParser
/external/xmlrpcpp/src/
H A DXmlRpcSocket.cpp60 int err = XmlRpcSocket::getError();
234 XmlRpcSocket::getError() function in class:XmlRpcSocket
248 return getErrorMsg(getError());
/external/icu/icu4c/source/test/intltest/
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/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h180 unsigned getError() const { return (Error); }; function in class:llvm::HexagonShuffler
H A DHexagonMCChecker.h206 unsigned getError() { getErrInfo(); return CrntErrInfo.s.Error; }; function in class:llvm::HexagonMCChecker
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
H A Dprotorpc.js245 throw this.getError();
257 ProtoRpc.RPC.prototype.getError = function() {
/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.h97 std::error_code getError() { return LastError; } function in class:llvm::InstrProfReader
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
H A DPeerConnectionTest.java452 public String getError() { method in class:PeerConnectionTest.SdpObserverLatch
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp336 glw::GLenum getError (void) { return m_error; } function in class:deqp::gls::FboUtil::FboBuilder

Completed in 947 milliseconds

12