Searched refs:getArguments (Results 1 - 25 of 73) sorted by relevance

123

/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DDuplicateSampleAbscissaException.java48 return ((Double) getArguments()[0]).doubleValue();
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DMathThrowable.java44 Object[] getArguments(); method in interface:MathThrowable
H A DMathIllegalArgumentException.java86 public Object[] getArguments() { method in class:MathIllegalArgumentException
H A DMathIllegalStateException.java113 public Object[] getArguments() { method in class:MathIllegalStateException
H A DMathUnsupportedOperationException.java77 public Object[] getArguments() { method in class:MathUnsupportedOperationException
/external/mockito/src/org/mockito/invocation/
H A DInvocationOnMock.java37 Object[] getArguments(); method in interface:InvocationOnMock
/external/mockito/src/org/mockito/internal/stubbing/answers/
H A DReturnsArgumentAt.java42 return invocation.getArguments()[actualArgumentPosition(invocation)];
61 return invocation.getArguments().length - 1;
89 return invocation.getArguments().length > actualArgumentPosition;
H A DClonesArguments.java17 Object[] arguments = invocation.getArguments();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DMain.java39 String[] args = (String[]) context.getArguments().get("application.args");
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
H A DForwardsInvocations.java31 return method.invoke(delegatedObject, invocation.getArguments());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dcomplete-ant-cmd.pl42 list( restrict( $word, getArguments() ));
62 sub getArguments { subroutine
/external/javassist/src/main/javassist/compiler/ast/
H A DNewExpr.java60 public ASTList getArguments() { return (ASTList)getRight().getLeft(); } method in class:NewExpr
62 public ASTList getArraySize() { return getArguments(); }
/external/easymock/src/org/easymock/internal/
H A DExpectedInvocation.java55 if (matchers.size() != invocation.getArguments().length) {
57 + invocation.getArguments().length
64 for (Object argument : invocation.getArguments()) {
92 && matches(actual.getArguments()) : this.invocation.matches(
H A DResult.java79 invocation.getArguments());
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.h28 std::unique_ptr<IPDBEnumSymbols> getArguments() const;
H A DPDBSymbolFunc.h29 std::unique_ptr<IPDBEnumChildren<PDBSymbolData>> getArguments() const;
/external/mockito/src/org/mockito/internal/invocation/
H A DInvocationMatcher.java33 this.matchers = ArgumentsProcessor.argumentsToMatchers(invocation.getArguments());
90 final boolean overloadedButSameArgs = !methodEquals && safelyArgumentsMatch(candidate.getArguments());
123 if (m instanceof CapturesArguments && invocation.getArguments().length > position) {
127 ((CapturesArguments) m).captureFrom(invocation.getArguments()[position]);
H A DMatchersBinder.java33 int expectedMatchersSize = invocation.getArguments().length;
H A DInvocationImpl.java61 public Object[] getArguments() { method in class:InvocationImpl
93 return new PrintSettings().print(ArgumentsProcessor.argumentsToMatchers(getArguments()), this);
H A DArgumentsComparator.java17 Object[] actualArgs = actual.getArguments();
/external/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp80 const ArgStringList &CCArgs = Cmd.getArguments();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DAbstractApplication.java66 protected String[] getArguments(List commands, String param) { method in class:AbstractApplication
/external/mockito/src/org/mockito/internal/verification/checkers/
H A DMissingInvocationChecker.java38 Integer[] indexesOfSuspiciousArgs = argumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(wanted.getMatchers(), similar.getArguments());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp77 PDBSymbolTypeFunctionSig::getArguments() const { function in class:PDBSymbolTypeFunctionSig

Completed in 892 milliseconds

123