HomeSort by relevance Sort by last modified time
    Searched defs:getError (Results 1 - 25 of 250) sorted by null

1 2 3 4 5 6 7 8 910

  /external/icu/icu4j/perf-tests/
Dataset.pm 62 # is desribed as getMean() +/- getError().
63 sub getError {
  /frameworks/base/opengl/java/android/opengl/
GLException.java 43 int getError() {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
CustomErrorEditText.java 35 public CharSequence getError() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallStateException.java 49 public int getError() {
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 61 public String getError() {
  /external/deqp/framework/opengl/
gluDefs.hpp 36 #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; }
  /external/icu/icu4c/source/test/perf/perldriver/
Dataset.pm 63 # is desribed as getMean() +/- getError().
64 sub getError {
  /external/icu/icu4j/perf-tests/perldriver/
Dataset.pm 63 # is desribed as getMean() +/- getError().
64 sub getError {
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.h 75 const std::string& getError() const;
96 inline const std::string& JavaClassGenerator::getError() const {
  /external/deqp/framework/egl/
egluDefs.hpp 28 #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; }
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 122 EGLint egl_tls_t::getError() {
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 200 std::error_code getError() const { return EC; }
  /frameworks/av/media/libstagefright/
WVMExtractor.cpp 154 status_t WVMExtractor::getError() {
159 return mImpl->getError();
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUResponse.java 83 public OSUError getError() {
  /frameworks/support/v4/api21/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatApi21.java 54 public static CharSequence getError(Object info) {
55 return ((AccessibilityNodeInfo) info).getError();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTask.java 55 public String getError() {
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 195 * 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 = function()
    [all...]
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h 48 virtual unsigned int getError(){ return 0; };
  /external/llvm/include/llvm/Support/
ErrorOr.h 65 /// if (error_code ec = buffer.getError())
179 std::error_code getError() const {
205 new (getErrorStorage()) std::error_code(Other.getError());
237 new (getErrorStorage()) std::error_code(Other.getError());
294 return Err.getError() == Code;
  /external/xmlrpcpp/src/
XmlRpcSocket.cpp 60 int err = XmlRpcSocket::getError();
234 XmlRpcSocket::getError()
248 return getErrorMsg(getError());
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 227 synchronized public Exception getError() {
GraphRunner.java 99 public abstract Exception getError();
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 137 inline const std::error_code &getError() const
  /frameworks/rs/cpp/
RenderScript.cpp 206 RSError RS::getError() {
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 41 virtual GLenum getError() { return m_error; };

Completed in 681 milliseconds

1 2 3 4 5 6 7 8 910