Home
last modified time | relevance | path

Searched defs:getResult (Results 1 – 25 of 79) sorted by relevance

1234

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAccountManager.java68 public Bundle getResult(long timeout, TimeUnit unit) throws OperationCanceledException, in getAuthToken() method
79 public Bundle getResult() throws OperationCanceledException, in getAuthToken() method
126 public Bundle getResult(long timeout, TimeUnit unit) throws OperationCanceledException, in getAuthTokenByFeatures() method
137 public Bundle getResult() throws OperationCanceledException, in getAuthTokenByFeatures() method
/external/llvm/include/llvm/Analysis/
DScalarEvolutionAliasAnalysis.h67 SCEVAAResult &getResult() { return *Result; } in getResult() function
68 const SCEVAAResult &getResult() const { return *Result; } in getResult() function
DScopedNoAliasAA.h76 ScopedNoAliasAAResult &getResult() { return *Result; } in getResult() function
77 const ScopedNoAliasAAResult &getResult() const { return *Result; } in getResult() function
DTypeBasedAliasAnalysis.h77 TypeBasedAAResult &getResult() { return *Result; } in getResult() function
78 const TypeBasedAAResult &getResult() const { return *Result; } in getResult() function
DObjCARCAliasAnalysis.h91 ObjCARCAAResult &getResult() { return *Result; } in getResult() function
92 const ObjCARCAAResult &getResult() const { return *Result; } in getResult() function
DGlobalsModRef.h144 GlobalsAAResult &getResult() { return *Result; } in getResult() function
145 const GlobalsAAResult &getResult() const { return *Result; } in getResult() function
DCFLAliasAnalysis.h142 CFLAAResult &getResult() { return *Result; } in getResult() function
143 const CFLAAResult &getResult() const { return *Result; } in getResult() function
DBasicAliasAnalysis.h208 BasicAAResult &getResult() { return *Result; } in getResult() function
209 const BasicAAResult &getResult() const { return *Result; } in getResult() function
/external/guava/guava/src/com/google/common/io/
DLineProcessor.java44 T getResult(); in getResult() method
DByteProcessor.java48 T getResult(); in getResult() method
/external/sl4a/Common/src/com/googlecode/android_scripting/future/
DFutureActivityTask.java79 public T getResult() throws InterruptedException { in getResult() method in FutureActivityTask
83 public T getResult(long timeout, TimeUnit unit) throws InterruptedException { in getResult() method in FutureActivityTask
/external/jarjar/src/main/com/tonicsystems/jarjar/
DRule.java27 public String getResult() { in getResult() method in Rule
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapRemoveAllTester.java58 Collection<V> getResult = multimap().get(sampleKeys().e0); in testRemoveAllPropagatesToGet() local
/external/easymock/src/org/easymock/internal/
DExpectedInvocationAndResult.java38 public Result getResult() { in getResult() method in ExpectedInvocationAndResult
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
DOutputTest.java54 public String getResult(gUnitTestResult testResult) { in getResult() method in OutputTest
DBooleanTest.java48 public String getResult(gUnitTestResult testResult) { in getResult() method in BooleanTest
DReturnTest.java51 public String getResult(gUnitTestResult testResult) { in getResult() method in ReturnTest
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DStorelessUnivariateStatistic.java66 double getResult(); in getResult() method
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
DUnivariateRealIntegrator.java104 double getResult() throws IllegalStateException; in getResult() method
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DVectorialMean.java65 public double[] getResult() { in getResult() method in VectorialMean
DSecondMoment.java97 public double getResult() { in getResult() method in SecondMoment
DFourthMoment.java107 public double getResult() { in getResult() method in FourthMoment
DThirdMoment.java101 public double getResult() { in getResult() method in ThirdMoment
DFirstMoment.java124 public double getResult() { in getResult() method in FirstMoment
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DUnivariateRealOptimizer.java104 double getResult(); in getResult() method

1234