Searched refs:Method (Results 251 - 275 of 544) sorted by relevance

<<11121314151617181920>>

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DFullFrame.java83 public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor)
95 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor)
112 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor)
H A DLessZeroFrame.java71 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor)
H A DStackMapFrame.java74 public abstract void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor);
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerInvocationFixer.java80 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
98 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
101 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DDuplicateInitializerFixer.java85 Method similarMethod = programClass.findMethod(name, descriptor);
149 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
163 public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttribute)
180 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute)
/external/proguard/src/proguard/optimize/info/
H A DMethodOptimizationInfo.java54 public MethodOptimizationInfo(Clazz clazz, Method method)
288 public static void setMethodOptimizationInfo(Clazz clazz, Method method)
294 public static MethodOptimizationInfo getMethodOptimizationInfo(Method method)
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitBaseTest.java43 import java.lang.reflect.Method;
92 Method ruleName = lexer.getMethod("m"+testRuleName, new Class[0]);
105 Method ruleName2 = lexer.getMethod("getCharIndex", new Class[0]);
196 Method _setTreeAdaptor = parser.getMethod("setTreeAdaptor", parArgTypes);
201 Method ruleName = parser.getMethod(testRuleName);
221 Method[] methods = _return.getDeclaredMethods();
222 for(Method method : methods) {
224 Method returnName = _return.getMethod("getTree");
229 Method returnName = _return.getMethod("getTemplate");
342 Method _setTreeAdapto
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DInvocationTargetExceptionTest.java25 import java.lang.reflect.Method;
117 Method mth = TestMethod.class.getDeclaredMethod(
139 Method mth = TestMethod.class.getDeclaredMethod(
160 Method mth = TestMethod.class.getDeclaredMethod(
/external/chromium_org/net/tools/quic/test_tools/
H A Dhttp_message_test_utils.cc28 // the enum values defined in Version and Method of HTTPMessage.
75 HTTPMessage::Method HTTPMessage::StringToMethod(StringPiece str) {
79 return static_cast<HTTPMessage::Method>(i);
95 const char* HTTPMessage::MethodToString(Method method) {
110 HTTPMessage::HTTPMessage(Version ver, Method request, const string& path)
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionIteratorTester.java30 import java.lang.reflect.Method;
116 * Returns the {@link Method} instance for
123 public static Method getIteratorKnownOrderRemoveSupportedMethod() {
129 * Returns the {@link Method} instance for
133 public static Method getIteratorUnknownOrderRemoveSupportedMethod() {
151 * Returns the {@link Method} instance for
158 public static Method getIteratorKnownOrderRemoveUnsupportedMethod() {
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingTestCase.java27 import java.lang.reflect.Method;
67 public Object invoke(Object proxy, Method method, Object[] args)
88 private String asString(Method method) {
125 for (Method method : theClass.getMethods()) {
/external/javassist/src/main/javassist/util/proxy/
H A DFactoryHelper.java18 import java.lang.reflect.Method;
37 private static java.lang.reflect.Method defineClass1, defineClass2;
150 Method method;
176 private static synchronized Class toClass2(Method method,
/external/javassist/src/test/test/javassist/proxy/
H A DProxySerializationTest.java9 import java.lang.reflect.Method;
83 public boolean isHandled(Method m) {
108 public Object invoke(Object self, Method thisMethod, Method proceed, Object[] args) throws Throwable
/external/mockito/src/org/mockito/internal/invocation/
H A DInvocationMatcher.java9 import java.lang.reflect.Method;
43 public Method getMethod() {
98 Method m1 = invocation.getMethod();
99 Method m2 = candidate.getMethod();
/external/proguard/src/proguard/classfile/
H A DProgramMethod.java32 public class ProgramMethod extends ProgramMember implements Method
/external/proguard/src/proguard/classfile/attribute/
H A DEnclosingMethodAttribute.java46 * An extra field optionally pointing to the referenced Method object.
51 public Method referencedMethod;
H A DSignatureAttribute.java96 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor)
/external/proguard/src/proguard/classfile/attribute/annotation/
H A DAnnotationsAttribute.java91 public void annotationsAccept(Clazz clazz, Method method, AnnotationVisitor annotationVisitor)
H A DElementValue.java50 * An extra field pointing to the referenced <code>Method</code>
54 public Method referencedMethod;
H A DParameterAnnotationsAttribute.java66 public void annotationsAccept(Clazz clazz, Method method, AnnotationVisitor annotationVisitor)
/external/proguard/src/proguard/classfile/editor/
H A DExceptionInfoAdder.java54 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
H A DLocalVariableInfoAdder.java52 public void visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo)
H A DLocalVariableTypeInfoAdder.java52 public void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo)
H A DMethodInvocationFixer.java63 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
78 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
81 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
237 Method method,
244 System.out.println(" Method = "+method.getName(clazz)+method.getDescriptor(clazz));
247 System.out.println(" Method = "+referencedMethod);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowListFragment.java13 import java.lang.reflect.Method;

Completed in 1438 milliseconds

<<11121314151617181920>>