Searched defs:getResult (Results 1 - 25 of 131) sorted by relevance

123456

/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DRule.java27 public String getResult() { method in class:Rule
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DBooleanTest.java48 public String getResult(gUnitTestResult testResult) { method in class:BooleanTest
H A DOutputTest.java54 public String getResult(gUnitTestResult testResult) { method in class:OutputTest
H A DReturnTest.java51 public String getResult(gUnitTestResult testResult) { method in class:ReturnTest
/external/easymock/src/org/easymock/internal/
H A DExpectedInvocationAndResult.java38 public Result getResult() { method in class:ExpectedInvocationAndResult
/external/guava/guava/src/com/google/common/io/
H A DByteProcessor.java48 T getResult(); method in interface:ByteProcessor
H A DLineProcessor.java44 T getResult(); method in interface:LineProcessor
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
H A DUnivariateRealIntegrator.java104 double getResult() throws IllegalStateException; method in interface:UnivariateRealIntegrator
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
H A DParseResult.java73 public Optional<T> getResult() { method in class:ParseResult
/external/llvm/include/llvm/Analysis/
H A DObjCARCAliasAnalysis.h83 ObjCARCAAResult &getResult() { return *Result; } function in class:llvm::objcarc::ObjCARCAAWrapperPass
84 const ObjCARCAAResult &getResult() const { return *Result; } function in class:llvm::objcarc::ObjCARCAAWrapperPass
H A DScalarEvolutionAliasAnalysis.h60 SCEVAAResult &getResult() { return *Result; } function in class:llvm::SCEVAAWrapperPass
61 const SCEVAAResult &getResult() const { return *Result; } function in class:llvm::SCEVAAWrapperPass
H A DScopedNoAliasAA.h69 ScopedNoAliasAAResult &getResult() { return *Result; } function in class:llvm::ScopedNoAliasAAWrapperPass
70 const ScopedNoAliasAAResult &getResult() const { return *Result; } function in class:llvm::ScopedNoAliasAAWrapperPass
H A DTypeBasedAliasAnalysis.h70 TypeBasedAAResult &getResult() { return *Result; } function in class:llvm::TypeBasedAAWrapperPass
71 const TypeBasedAAResult &getResult() const { return *Result; } function in class:llvm::TypeBasedAAWrapperPass
/external/swiftshader/src/OpenGL/libGL/
H A DQuery.cpp85 GLuint Query::getResult() function in class:gl::Query
/external/swiftshader/src/OpenGL/libGLESv2/
H A DQuery.cpp111 GLuint Query::getResult() function in class:es2::Query
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DUnivariateRealSolver.java155 double getResult(); method in interface:UnivariateRealSolver
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
H A DUnivariateRealOptimizer.java104 double getResult(); method in interface:UnivariateRealOptimizer
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DAbstractStorelessUnivariateStatistic.java41 * {@link #getResult} to compute the return value.
67 * array, and then uses {@link #getResult} to compute the return value.
91 return getResult();
108 public abstract double getResult(); method in class:AbstractStorelessUnivariateStatistic
156 * values as this for <code>getResult()</code> and <code>getN()</code>
169 return MathUtils.equalsIncludingNaN(stat.getResult(), this.getResult()) &&
174 * Returns hash code based on getResult() and getN()
180 return 31* (31 + MathUtils.hash(getResult())) + MathUtils.hash(getN());
H A DStorelessUnivariateStatistic.java66 double getResult(); method in interface:StorelessUnivariateStatistic
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A DFourthMoment.java107 public double getResult() { method in class:FourthMoment
H A DSecondMoment.java97 public double getResult() { method in class:SecondMoment
H A DThirdMoment.java101 public double getResult() { method in class:ThirdMoment
H A DVectorialMean.java65 public double[] getResult() { method in class:VectorialMean
68 result[i] = means[i].getResult();
/external/deqp/framework/common/
H A DtcuResultCollector.cpp67 qpTestResult ResultCollector::getResult (void) const function in class:tcu::ResultCollector
106 testCtx.setTestResult(getResult(), getMessage().c_str());
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
H A DFeatureMatcherTest.java50 public String getResult() { method in class:FeatureMatcherTest.Thingy
63 return actual.getResult();

Completed in 432 milliseconds

123456