OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:methodParams
(Results
1 - 13
of
13
) sorted by null
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
OptionalMethod.java
40
private final Class[]
methodParams
;
47
* @param
methodParams
the method parameter types
50
public OptionalMethod(Class<?> returnType, String methodName, Class...
methodParams
) {
53
this.
methodParams
=
methodParams
;
156
method = getPublicMethod(clazz, methodName,
methodParams
);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
OptionalMethod.java
36
private final Class[]
methodParams
;
43
* @param
methodParams
the method parameter types
45
public OptionalMethod(Class<?> returnType, String methodName, Class...
methodParams
) {
48
this.
methodParams
=
methodParams
;
151
method = getPublicMethod(clazz, methodName,
methodParams
);
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
OptionalMethod.java
37
private final Class[]
methodParams
;
44
* @param
methodParams
the method parameter types
46
public OptionalMethod(Class<?> returnType, String methodName, Class...
methodParams
) {
49
this.
methodParams
=
methodParams
;
152
method = getPublicMethod(clazz, methodName,
methodParams
);
/external/testng/src/main/java/org/testng/internal/
Parameters.java
80
Map<String, String>
methodParams
= currentTestMethod != null
86
methodParams
,
406
MethodParameters
methodParams
,
420
testMethod.getConstructorOrMethod(), annotationFinder,
methodParams
.context);
434
methodParams
.context,
448
allParameterNames.putAll(
methodParams
.xmlParameters);
452
methodParams
, annotationFinder, xmlSuite, ITestAnnotation.class, "@Test");
501
public MethodParameters(Map<String, String> params, Map<String, String>
methodParams
) {
502
this(params,
methodParams
, null, null, null, null);
505
public MethodParameters(Map<String, String> params, Map<String, String>
methodParams
,
[
all
...]
ClassHelper.java
245
Class<?>[]
methodParams
= method.getParameterTypes();
251
&&
methodParams
.length == paramTypes.length) {
254
for (int i= 0; i <
methodParams
.length; i++) {
255
if (!
methodParams
[i].equals(paramTypes[i])) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
CustomInlineMethodResolver.java
112
Iterable<ImmutableMethodParameter>
methodParams
= ParamUtil.parseParamString(m.group(3));
114
ImmutableMethodReference methodRef = new ImmutableMethodReference(className, methodName,
methodParams
,
136
return new ImmutableMethod(className, methodName,
methodParams
, methodRet, accessFlags, null, null);
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider.java
315
ParameterListKey
methodParams
= new ParameterListKey(parameterTypes);
317
if (!paramsToConstructor.containsKey(
methodParams
)) {
321
implementationType,
methodParams
, paramsToConstructor.values());
337
AssistedConstructor<?> matchingConstructor = paramsToConstructor.remove(
methodParams
);
/cts/tests/signature/lib/android/src/android/signature/cts/
DexMemberChecker.java
193
List<String>
methodParams
= dexMethod.getJavaParameterTypes();
197
if (typesMatch(constructor.getParameterTypes(),
methodParams
)) {
206
&& typesMatch(method.getParameterTypes(),
methodParams
)) {
/external/skia/tools/bookmaker/
includeParser.h
112
void checkForMissingParams(const vector<string>&
methodParams
,
includeParser.cpp
596
void IncludeParser::checkForMissingParams(const vector<string>&
methodParams
,
598
for (auto& methodParam :
methodParams
) {
612
for (auto& methodParam :
methodParams
) {
[
all
...]
/external/skqp/tools/bookmaker/
includeParser.h
112
void checkForMissingParams(const vector<string>&
methodParams
,
includeParser.cpp
595
void IncludeParser::checkForMissingParams(const vector<string>&
methodParams
,
597
for (auto& methodParam :
methodParams
) {
611
for (auto& methodParam :
methodParams
) {
[
all
...]
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
Completed in 1387 milliseconds