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

12

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestResult.java61 public String getError() { method in class:gUnitTestResult
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DDataset.pm63 # is desribed as getMean() +/- getError().
64 sub getError { subroutine
/external/icu4c/test/perf/perldriver/
H A DDataset.pm63 # is desribed as getMean() +/- getError().
64 sub getError { subroutine
/external/smack/src/org/xbill/DNS/
H A DTKEYRecord.java184 getError() { method in class:TKEYRecord
H A DTSIGRecord.java185 getError() { method in class:TSIGRecord
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsimplethread.cpp457 UBool getError() { return (fErrors > 0); } function in class:ThreadWithStatus
458 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); } function in class:ThreadWithStatus
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);
H A Dtsmthred.cpp418 UBool getError() { return (fErrors > 0); } function in class:ThreadWithStatus
419 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); } function in class:ThreadWithStatus
653 for(iteration = 0;!getError() && iteration<kFormatThreadIterations;iteration++)
807 if(tests[i].getError(theErr)) {
1058 if(tests[i].getError(theErr))
1194 if(tests[i]->getError(theErr))
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayXMLParser.h78 SkDisplayXMLParserError* getError() { return (SkDisplayXMLParserError*) fError; } function in class:SkDisplayXMLParser
H A DSkScript.h80 Error getError() const { return fError; } function in class:SkScriptEngine
/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.cc93 WebKit::WGC3Denum TestWebGraphicsContext3D::getError() { function in class:ui::TestWebGraphicsContext3D
/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/icu4c/test/intltest/
H A Dsimplethread.cpp465 UBool getError() { return (fErrors > 0); } function in class:ThreadWithStatus
466 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); } function in class:ThreadWithStatus
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/include/llvm/Support/
H A DErrorOr.h120 /// getError<UserData>() may be called to get either the stored user data, or
149 /// llvm::errs() << a.getError<InvalidArgError>().ArgName << "\n";
264 ET getError() const { function in class:llvm::ErrorOr
479 ET getError() const { function in class:llvm::ErrorOr
/external/skia/src/animator/
H A DSkDisplayXMLParser.h78 SkDisplayXMLParserError* getError() { return (SkDisplayXMLParserError*) fError; } function in class:SkDisplayXMLParser
H A DSkScript.h80 Error getError() const { return fError; } function in class:SkScriptEngine
/external/smack/src/org/jivesoftware/smack/packet/
H A DPacket.java224 public XMPPError getError() { method in class:Packet
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransfer.java163 public Error getError() { method in class:FileTransfer
172 * @see #getError()
233 if (!getStatus().equals(Status.cancelled) && getError() == Error.none
251 * @see FileTransfer#getError()
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java268 public ClassInfo getError(String errorName) { method in class:PackageInfo
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.cc110 WGC3Denum FakeWebGraphicsContext3D::getError() { function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
H A DPeerConnectionTest.java411 public String getError() { method in class:PeerConnectionTest.SdpObserverLatch
/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h148 static BitstreamEntry getError() { function in struct:llvm::BitstreamEntry
290 return BitstreamEntry::getError();
320 return BitstreamEntry::getError();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java344 public CharSequence getError() { method in class:ShadowTextView

Completed in 1500 milliseconds

12