Searched defs:setResult (Results 1 - 25 of 49) sorted by relevance

12

/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DRule.java23 public void setResult(String result) { method in class:Rule
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
H A DDialogTask.java40 protected void setResult(Object object) { method in class:DialogTask
41 super.setResult(object);
H A DAlertDialogTask.java215 setResult(result);
251 setResult();
272 setResult();
286 private void setResult() { method in class:AlertDialogTask
291 setResult(mResultMap);
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DTest.py66 def setResult(self, result, output, elapsed): member in class:Test
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
H A DUnivariateRealIntegratorImpl.java126 protected final void setResult(double newResult, int iterationCount) { method in class:UnivariateRealIntegratorImpl
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DEDInst.h51 /// setResult - Sets the result of the function and declares it valid
52 /// returning the result (so that setResult() can be called from inside a
55 int setResult(int result) { Result = result; Valid = true; return result; } function in struct:llvm::CachedResult
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrieIterator.java183 private final void setResult(Element element, int start, int limit, method in class:TrieIterator
209 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
233 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
271 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
280 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
299 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
328 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
337 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
347 setResult(element, m_currentCodepoint_, UCharacter.MAX_VALUE + 1,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrieIterator.java182 private final void setResult(Element element, int start, int limit, method in class:TrieIterator
208 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
232 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
270 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
279 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
298 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
327 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
336 setResult(element, m_currentCodepoint_, m_nextCodepoint_,
346 setResult(element, m_currentCodepoint_, UCharacter.MAX_VALUE + 1,
/external/llvm/utils/lit/lit/
H A DTest.py190 def setResult(self, result): member in class:Test
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DActivityResultFacade.java59 setResult();
71 setResult();
83 setResult();
95 setResult();
107 setResult();
119 setResult();
131 setResult();
143 setResult();
155 setResult();
171 setResult();
318 private void setResult() { method in class:ActivityResultFacade
[all...]
/external/sl4a/Common/src/com/googlecode/android_scripting/future/
H A DFutureActivityTask.java75 protected void setResult(T result) { method in class:FutureActivityTask
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DUnivariateRealSolverImpl.java192 protected final void setResult(final double newResult, final int iterationCount) { method in class:UnivariateRealSolverImpl
205 protected final void setResult(final double x, final double fx, method in class:UnivariateRealSolverImpl
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
H A DAbstractUnivariateRealOptimizer.java123 protected final void setResult(final double x, final double fx, method in class:AbstractUnivariateRealOptimizer
/external/deqp/framework/common/
H A DtcuThreadUtil.cpp48 void Event::setResult (Result result) function in class:tcu::ThreadUtil::Event
144 m_event->setResult(Event::RESULT_FAILED);
148 m_event->setResult(Event::RESULT_OK);
152 m_event->setResult(Event::RESULT_FAILED);
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DExpressionTranslator.java147 private void setResult(JavaExpression javaExpression) { method in class:ExpressionTranslator
157 setResult(varName);
167 setResult(string(value));
176 setResult(integer(value));
188 setResult(integer(value));
197 setResult(cast(Type.INT, node.getExpression()));
202 setResult(prefix(Type.BOOLEAN, Type.BOOLEAN, "!", node.getExpression()));
215 setResult(call(Type.BOOLEAN, "exists", currentJavaExpression));
220 setResult(bool(true));
228 setResult(callO
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DExpressionEvaluator.java96 setResult(Value.variableValue(variableName, context));
106 setResult(result);
112 setResult(literalValue(Integer.parseInt(value), EscapeMode.ESCAPE_IS_CONSTANT, false));
119 setResult(literalValue(Integer.parseInt(value, 16), EscapeMode.ESCAPE_IS_CONSTANT, false));
236 setResult(functionExecutor.executeFunction(name, args));
242 private void setResult(Value value) { method in class:ExpressionEvaluator
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java174 public void setResult(Result result) throws IllegalArgumentException method in class:TransformerHandlerImpl
H A DTransformerIdentityImpl.java109 public void setResult(Result result) throws IllegalArgumentException method in class:TransformerIdentityImpl
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h215 void setResult(const MemDepResult &R) { Result = R; } function in class:llvm::NonLocalDepEntry
237 void setResult(const MemDepResult &R, Value *Addr) { function in class:llvm::NonLocalDepResult
238 Entry.setResult(R);
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h203 void setResult(const MemDepResult &R) { Result = R; } function in class:llvm::NonLocalDepEntry
225 void setResult(const MemDepResult &R, Value *Addr) { function in class:llvm::NonLocalDepResult
226 Entry.setResult(R);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowActivity.java117 public final void setResult(int resultCode) { method in class:ShadowActivity
122 public final void setResult(int resultCode, Intent data) { method in class:ShadowActivity
274 * @return the {@code resultCode} set by one of the {@code setResult()} methods
283 * @return the {@code Intent} set by {@link #setResult(int, android.content.Intent)}
/external/guice/lib/build/
H A Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.jobs_3.7.0.v20150330-2103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...

Completed in 771 milliseconds

12