Home
last modified time | relevance | path

Searched refs:getCurrentError (Results 1 – 15 of 15) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/bindings/php/
H A Dmegaapi.php67 $megaError = $megaApi->getCurrentError()->copy();
79 $megaError = $megaApi->getCurrentError()->copy();
102 $megaError = $megaApi->getCurrentError()->copy();
125 $megaError = $megaApi->getCurrentError()->copy();
214 $megaError = $megaApi->getCurrentError()->copy();
231 $megaError = $megaApi->getCurrentError()->copy();
275 $megaError = $megaApi->getCurrentError()->copy();
303 $megaError = $megaApi->getCurrentError()->copy();
1045 function getCurrentError() function in MegaApiPHP
1047 return $this->megaApi->getCurrentError();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A Dmain.h27 EGLint getCurrentError();
H A Dmain.cpp94 EGLint getCurrentError() in getCurrentError() function
H A DlibEGL.cpp84 EGLint error = egl::getCurrentError(); in eglGetError()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libEGL/
H A Dmain.h46 EGLint getCurrentError();
H A Dmain.cpp223 EGLint getCurrentError() in getCurrentError() function
H A DlibEGL.cpp137 EGLint error = egl::getCurrentError(); in GetError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libEGL/
H A Dmain.h46 EGLint getCurrentError();
H A Dmain.cpp223 EGLint getCurrentError() in getCurrentError() function
H A DlibEGL.cpp137 EGLint error = egl::getCurrentError(); in GetError()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/felix/src/org/apache/felix/resolver/
H A DResolverImpl.java271 ResolutionError getCurrentError() { in getCurrentError() method in ResolverImpl.ResolveSession
432 if (session.getCurrentError() != null) { in doResolve()
433 throw session.getCurrentError().toException(); in doResolve()
444 if (session.getCurrentError() != null) in doResolve()
462 throw session.getCurrentError().toException(); in doResolve()
596 while (!session.isCancelled() && session.getCurrentError() != null); in findValidCandidates()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dmegaapi.cpp3893 MegaError *MegaApi::getCurrentError() in getCurrentError() function in mega::MegaApi
3895 return pImpl->getCurrentError(); in getCurrentError()
H A Dmegaapi_impl.cpp15868 MegaError *MegaApiImpl::getCurrentError() in getCurrentError() function in mega::MegaApiImpl
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/
H A Dmegaapi.h7304 MegaError *getCurrentError();
H A Dmegaapi_impl.h2031 MegaError *getCurrentError();