Searched refs:getMethod (Results 151 - 175 of 231) sorted by relevance

12345678910

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DTypeId.java128 public <R> MethodId<T, R> getMethod(TypeId<R> returnType, String name, TypeId<?>... parameters) { method in class:TypeId
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetWritesTester.java52 return Platform.getMethod(
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionToArrayTester.java196 return Platform.getMethod(CollectionToArrayTester.class, "testToArray_isPlainObjectArray");
/external/javassist/sample/evolve/
H A DEvolution.java42 trapMethod = _pool.getMethod("sample.evolve.Sample", "make");
/external/javassist/src/main/javassist/
H A DCtNewWrappedMethod.java144 } while (classfile.getMethod(bodyname) != null);
H A DClassPool.java670 public CtMethod getMethod(String classname, String methodname) method in class:ClassPool
H A DCtClass.java830 public CtMethod getMethod(String name, String desc) method in class:CtClass
/external/javassist/src/main/javassist/tools/reflect/
H A DClassMetaobject.java297 public final Method getMethod(int identifier) { method in class:ClassMetaobject
339 * <link>ClassMetaobject#getMethod()</link>, to obtain a quick reference
350 * @see ClassMetaobject#getMethod(int)
/external/jdiff/src/jdiff/
H A DJDiff.java219 Method mainMethod = c.getMethod("main", methodArgTypes);
/external/junit/src/junit/runner/
H A DBaseTestRunner.java114 suiteMethod= testClass.getMethod(SUITE_METHODNAME, new Class[0]);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp447 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
498 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
/external/javassist/src/main/javassist/bytecode/
H A DClassFile.java612 public MethodInfo getMethod(String name) { method in class:ClassFile
629 return getMethod(MethodInfo.nameClinit);
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
H A DSettingsDialog.java349 Method setIconImages = owner.getClass().getMethod("setIconImages", List.class);
354 Method setIconImages = getClass().getMethod("setIconImages", List.class);
/external/apache-http/src/org/apache/commons/logging/impl/
H A DSimpleLog.java643 Method method = Thread.class.getMethod("getContextClassLoader",
/external/apache-http/src/org/apache/http/impl/auth/
H A DDigestScheme.java231 getParameters().put("methodname", request.getRequestLine().getMethod());
/external/clang/tools/libclang/
H A DIndexDecl.cpp29 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(),
/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java256 } while (cf.getMethod(accName) != null);
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java844 if (this.getCSeq().getMethod().equals(Request.CANCEL))
845 return (topVia.getBranch() + ":" + this.getCSeq().getMethod()).toLowerCase();
863 this.cSeqHeader.getMethod());
870 if (this.getCSeq().getMethod().equals(Request.CANCEL)) {
H A DSIPResponse.java684 String method = cseq.getMethod();
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java1594 meth = elem.getClass().getMethod(setterString, argTypes);
1612 meth = elem.getClass().getMethod(setterString, argTypes);
1620 meth = elem.getClass().getMethod(setterString, argTypes);
/external/clang/include/clang/AST/
H A DExprObjC.h794 ObjCMethodDecl *getMethod,
803 GetAtIndexMethodDecl(getMethod),
813 ObjCMethodDecl *getMethod,
792 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, ExprObjectKind OK, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidMockGenerator.java308 CtMethod existingMethod = clazz.getMethod(newMethod.getName(), newMethod.getSignature());
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
H A DSerializationTest.java409 Method m = object.getClass().getMethod("equals",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java952 mapLibraryName = System.class.getMethod("mapLibraryName",

Completed in 997 milliseconds

12345678910