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

123

/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/deqp/framework/opengl/
H A DgluDefs.hpp52 int getError (void) const { return m_error; } function in class:glu::Error
/external/icu/icu4c/source/test/perf/perldriver/
H A DDataset.pm63 # is desribed as getMean() +/- getError().
64 sub getError { subroutine
/external/chromium_org/remoting/webapp/browser_test/
H A Dmock_signal_strategy.js35 remoting.MockSignalStrategy.prototype.getError = function() {
/external/deqp/framework/egl/
H A DegluDefs.hpp48 deInt32 getError (void) const { return m_error; } function in class:eglu::Error
/external/chromium_org/remoting/webapp/
H A Dwcs_adapter.js55 remoting.WcsAdapter.prototype.getError = function() {
H A Dsignal_strategy.js64 remoting.SignalStrategy.prototype.getError = function() {};
H A Dxmpp_connection.js114 remoting.XmppConnection.prototype.getError = function() {
/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.cpp467 UBool getError() { return (fErrors > 0); } function in class:ThreadWithStatus
468 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/chromium_org/third_party/skia/src/animator/
H A DSkDisplayXMLParser.h78 SkDisplayXMLParserError* getError() { return (SkDisplayXMLParserError*) fError; } function in class:SkDisplayXMLParser
/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/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp467 UBool getError() { return (fErrors > 0); } function in class:ThreadWithStatus
468 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.h65 /// if (error_code ec = buffer.getError())
166 std::error_code getError() const { function in class:llvm::ErrorOr
188 new (getErrorStorage()) std::error_code(Other.getError());
220 new (getErrorStorage()) std::error_code(Other.getError());
/external/skia/src/animator/
H A DSkDisplayXMLParser.h78 SkDisplayXMLParserError* getError() { return (SkDisplayXMLParserError*) fError; } function in class:SkDisplayXMLParser
/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.java381 public ClassInfo getError(String errorName) { method in class:PackageInfo
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
H A DPeerConnectionTest.java436 public String getError() { method in class:PeerConnectionTest.SdpObserverLatch
/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h147 static BitstreamEntry getError() { function in struct:llvm::BitstreamEntry
289 return BitstreamEntry::getError();
319 return BitstreamEntry::getError();

Completed in 4293 milliseconds

123