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

123

/external/icu/icu4j/perf-tests/
H A DDataset.pm64 # is desribed as getMean() +/- getError().
65 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.pm67 # is desribed as getMean() +/- getError().
68 sub getError { subroutine
/external/icu/icu4j/perf-tests/perldriver/
H A DDataset.pm65 # is desribed as getMean() +/- getError().
66 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/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVError.h81 SPIRVErrorCode getError(std::string& ErrMsg) { function in class:SPIRV::SPIRVErrorLog
/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.java218 public int getError(){ method in class:StringPrepParseException
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringPrepParseException.java235 public int getError(){ method in class:StringPrepParseException
/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h199 std::error_code getError() const { return EC; } function in class:llvm::BitcodeDiagnosticInfo
H A DBitstreamReader.h394 static BitstreamEntry getError() { function in struct:llvm::BitstreamEntry
479 return BitstreamEntry::getError();
509 return BitstreamEntry::getError();
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDefs.hpp221 VkResult getError (void) const { return m_error; } function in class:vk::Error
234 VkResult getError (void) const { return m_error; } function in class:vk::OutOfMemoryError
/external/llvm/include/llvm/Support/
H A DErrorOr.h51 /// if (error_code ec = buffer.getError())
169 std::error_code getError() const { function in class:llvm::ErrorOr
195 new (getErrorStorage()) std::error_code(Other.getError());
227 new (getErrorStorage()) std::error_code(Other.getError());
283 return Err.getError() == Code;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrorOr.h51 /// if (error_code ec = buffer.getError())
169 std::error_code getError() const { function in class:llvm::ErrorOr
195 new (getErrorStorage()) std::error_code(Other.getError());
227 new (getErrorStorage()) std::error_code(Other.getError());
283 return Err.getError() == Code;
/external/volley/src/main/java/com/android/volley/toolbox/
H A DImageLoader.java423 public VolleyError getError() { method in class:ImageLoader.BatchedImageRequest
472 if (bir.getError() == null) {
476 container.mListener.onErrorResponse(bir.getError());
/external/xmlrpcpp/src/
H A DXmlRpcSocket.cpp60 int err = XmlRpcSocket::getError();
234 XmlRpcSocket::getError() function in class:XmlRpcSocket
248 return getErrorMsg(getError());
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeSsl.java563 int getError(int result) { method in class:NativeSsl
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp101 static UErrorCode getError(enum punycode_status status){ function
164 status = getError(error);
177 status = getError(error);
215 status = getError(error);
223 status = getError(error);
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h186 unsigned getError() const { return (Error); }; function in class:llvm::HexagonShuffler
H A DHexagonMCChecker.h205 unsigned getError() { getErrInfo(); return CrntErrInfo.s.Error; }; function in class:llvm::HexagonMCChecker
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java401 public ClassInfo getError(String errorName) { method in class:PackageInfo
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h100 Error getError() { function in class:llvm::InstrProfReader
/external/swiftshader/third_party/subzero/src/
H A DIceCfg.h83 std::string getError() const { return ErrorMessage; } function in class:Ice::Cfg
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
H A DPeerConnectionTest.java452 public String getError() { method in class:PeerConnectionTest.SdpObserverLatch

Completed in 2821 milliseconds

123