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

1 2 3 4

  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
BooleanTest.java 53 return testResult.getError();
OutputTest.java 59 return testResult.getError();
ReturnTest.java 55 return testResult.getError();
gUnitTestResult.java 61 public String getError() {
  /frameworks/base/opengl/java/android/opengl/
GLException.java 43 int getError() {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.h 30 EGLint getError(){ return m_err;}
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 99 public abstract Exception getError();
AsyncRunner.java 235 synchronized public Exception getError() {
SyncRunner.java 154 synchronized public Exception getError() {
  /sdk/common/src/com/android/io/
StreamException.java 43 public Error getError() {
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 50 static EGLint getError();
egl_tls.cpp 124 EGLint egl_tls_t::getError() {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreePatternLexer.h 75 @property (getter=getError, setter=setError) BOOL error;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreePatternLexer.h 75 @property (getter=getError, setter=setError) BOOL error;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreePatternLexer.h 75 @property (getter=getError, setter=setError) BOOL error;
  /external/skia/src/animator/
SkDisplayXMLParser.h 78 SkDisplayXMLParserError* getError() { return (SkDisplayXMLParserError*) fError; }
  /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/
ConfigResults.java 262 double baselineError = baselineResults.getError();
263 double currentError = buildResults.getError();
296 return this.current.getError();
359 public double getError() {
517 double baselineError = this.baseline.getError(dim_id);
518 double currentError = this.current.getError(dim_id);
  /external/icu4c/test/perf/perldriver/
Dataset.pm 63 # is desribed as getMean() +/- getError().
64 sub getError {
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Script.h 214 int getError() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 157 public String getError() {
  /external/icu4c/test/intltest/
simplethread.cpp 457 UBool getError() { return (fErrors > 0); }
458 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); }
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 130 public String getError() {
178 assertTrue(success && boxChecker.getError() == null);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DimResultsElement.java 129 return new Double(buildResults.getError(this.dim.getId()));
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h 85 GC3Denum getError();
  /frameworks/base/core/jni/
android_util_StringBlock.cpp 53 if (osb == NULL || osb->getError() != NO_ERROR) {

Completed in 902 milliseconds

1 2 3 4