HomeSort by relevance Sort by last modified time
    Searched refs:methodParams (Results 1 - 25 of 29) sorted by null

1 2

  /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/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 296 ParameterListKey methodParams = new ParameterListKey(parameterTypes);
298 if (!paramsToConstructor.containsKey(methodParams)) {
301 implementationType, methodParams, paramsToConstructor.values());
316 AssistedConstructor<?> matchingConstructor = paramsToConstructor.remove(methodParams);
  /cts/tests/signature/src/android/signature/cts/
DexMemberChecker.java 141 List<String> methodParams = dexMethod.getJavaParameterTypes();
145 if (typesMatch(constructor.getParameterTypes(), methodParams)) {
154 && typesMatch(method.getParameterTypes(), methodParams)) {
  /external/xmlrpcpp/src/
XmlRpcServerConnection.cpp 296 XmlRpcValue& methodParams = params[0][i][PARAMS];
301 if ( ! executeMethod(methodName, methodParams, resultValue[0]) &&
  /external/skia/tools/bookmaker/
includeParser.cpp 101 void IncludeParser::checkForMissingParams(const vector<string>& methodParams,
103 for (auto& methodParam : methodParams) {
117 for (auto& methodParam : methodParams) {
592 vector<string> methodParams;
613 methodParams.push_back(paramName);
675 this->checkForMissingParams(methodParams, foundParams);
732 this->checkForMissingParams(methodParams, foundParams);
    [all...]
bookmaker.h     [all...]
  /external/skqp/tools/bookmaker/
includeParser.cpp 101 void IncludeParser::checkForMissingParams(const vector<string>& methodParams,
103 for (auto& methodParam : methodParams) {
117 for (auto& methodParam : methodParams) {
584 vector<string> methodParams;
605 methodParams.push_back(paramName);
667 this->checkForMissingParams(methodParams, foundParams);
724 this->checkForMissingParams(methodParams, foundParams);
    [all...]
bookmaker.h     [all...]
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 1605 milliseconds

1 2