OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constructorArgTypes
(Results
1 - 9
of
9
) sorted by null
/external/mockito/src/main/java/org/mockito/internal/creation/instance/
ConstructorInstantiator.java
76
private String
constructorArgTypes
() {
81
String[]
constructorArgTypes
= new String[constructorArgs.length - argPos];
83
constructorArgTypes
[i - argPos] = constructorArgs[i] == null ? null : constructorArgs[i].getClass().getName();
85
return Arrays.toString(
constructorArgTypes
);
104
constructorString = "a constructor that matches these argument types: " +
constructorArgTypes
();
111
"Multiple constructors could be matched to arguments of types " +
constructorArgTypes
() + ":",
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
ProxyBuilder.java
94
* {@link #
constructorArgTypes
(Class[])} and {@link #constructorArgValues(Object[])}.
142
private Class<?>[]
constructorArgTypes
= new Class[0];
197
public ProxyBuilder<T>
constructorArgTypes
(Class<?>...
constructorArgTypes
) {
198
this.
constructorArgTypes
=
constructorArgTypes
;
225
check(
constructorArgTypes
.length == constructorArgValues.length,
226
"constructorArgValues.length !=
constructorArgTypes
.length");
230
constructor = proxyClass.getConstructor(
constructorArgTypes
);
233
+ " with parameter types " + Arrays.toString(
constructorArgTypes
));
[
all
...]
/prebuilts/tools/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.2.0/
dexmaker-2.2.0.jar
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar
Completed in 873 milliseconds