Searched refs:Method (Results 201 - 225 of 544) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/classfile/visitor/
H A DExceptionOffsetFilter.java57 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
H A DExceptionRangeFilter.java61 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
/external/proguard/src/proguard/optimize/info/
H A DExceptionInstructionChecker.java50 public boolean mayThrowExceptions(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
62 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
65 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction)
103 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
158 // Method referencedMethod = (Method)referencedMember;
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java337 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute)
349 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
372 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute)
381 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute)
390 public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute)
399 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute)
408 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute)
426 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute)
449 public void visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute)
469 public void visitExceptionInfo(Clazz clazz, Method metho
[all...]
/external/proguard/src/proguard/classfile/editor/
H A DAttributeAdder.java219 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute)
239 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
288 (Method)targetMember,
296 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute)
302 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute)
308 public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute)
327 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute)
346 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute)
401 public void visitRuntimeVisibleParameterAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleParameterAnnotationsAttribute runtimeVisibleParameterAnnotationsAttribute)
421 public void visitRuntimeInvisibleParameterAnnotationsAttribute(Clazz clazz, Method metho
[all...]
/external/proguard/src/proguard/obfuscate/
H A DUtf8UsageMarker.java181 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute)
187 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
196 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute)
202 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute)
208 public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute)
214 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute)
223 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute)
241 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute)
250 public void visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute)
272 public void visitLocalVariableInfo(Clazz clazz, Method metho
[all...]
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java336 protected void markMethodHierarchy(Clazz clazz, Method method)
557 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute)
568 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
582 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute)
593 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute)
604 public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute)
612 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute)
623 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute)
647 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute)
660 public void visitAnnotationDefaultAttribute(Clazz clazz, Method metho
[all...]
/external/chromium_org/chrome/test/base/
H A Dview_event_test_base.h119 template <class T, class Method>
120 base::Closure CreateEventTask(T* target, Method method) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCrossThreadTask.h63 typedef void (*Method)(ScriptExecutionContext*, MP1); typedef in class:WebCore::CrossThreadTask1
67 static PassOwnPtr<CrossThreadTask> create(Method method, Param1 parameter1)
73 CrossThreadTask1(Method method, Param1 parameter1)
85 Method m_method;
92 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2); typedef in class:WebCore::CrossThreadTask2
97 static PassOwnPtr<CrossThreadTask> create(Method method, Param1 parameter1, Param2 parameter2)
103 CrossThreadTask2(Method method, Param1 parameter1, Param2 parameter2)
116 Method m_method;
124 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3); typedef in class:WebCore::CrossThreadTask3
130 static PassOwnPtr<CrossThreadTask> create(Method metho
159 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4); typedef in class:WebCore::CrossThreadTask4
197 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5); typedef in class:WebCore::CrossThreadTask5
238 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6); typedef in class:WebCore::CrossThreadTask6
282 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6, MP7); typedef in class:WebCore::CrossThreadTask7
329 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6, MP7, MP8); typedef in class:WebCore::CrossThreadTask8
[all...]
/external/chromium_org/ui/base/test/
H A Dcocoa_test_event_utils.h22 Method old_selector_impl_;
23 Method new_selector_impl_;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestsForMapsInJavaUtil.java26 import java.lang.reflect.Method;
63 protected Collection<Method> suppressForEmptyMap() {
66 protected Collection<Method> suppressForSingletonMap() {
69 protected Collection<Method> suppressForHashMap() {
72 protected Collection<Method> suppressForLinkedHashMap() {
75 protected Collection<Method> suppressForTreeMap() {
78 protected Collection<Method> suppressForEnumMap() {
81 protected Collection<Method> suppressForConcurrentHashMap() {
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionCreationTester.java26 import java.lang.reflect.Method;
59 * Returns the {@link Method} instance for {@link
65 public static Method getCreateWithNullUnsupportedMethod() {
H A DSetAddTester.java26 import java.lang.reflect.Method;
55 * Returns the {@link Method} instance for
59 public static Method getAddSupportedNullPresentMethod() {
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationMemberValue.java20 import java.lang.reflect.Method;
47 Object getValue(ClassLoader cl, ClassPool cp, Method m)
H A DClassMemberValue.java22 import java.lang.reflect.Method;
63 Object getValue(ClassLoader cl, ClassPool cp, Method m)
H A DEnumMemberValue.java19 import java.lang.reflect.Method;
58 Object getValue(ClassLoader cl, ClassPool cp, Method m)
H A DMemberValue.java24 import java.lang.reflect.Method;
46 abstract Object getValue(ClassLoader cl, ClassPool cp, Method m)
/external/junit/src/junit/framework/
H A DTestCase.java4 import java.lang.reflect.Method;
153 Method runMethod= null;
161 fail("Method \""+fName+"\" not found");
164 fail("Method \""+fName+"\" should be public");
/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h36 UString Method; member in struct:NCompression::CFormatOptions
43 Method.Empty();
/external/mockito/src/org/mockito/internal/util/reflection/
H A DBeanPropertySetter.java9 import java.lang.reflect.Method;
54 Method writeMethod = null;
/external/objenesis/main/src/org/objenesis/instantiator/jrockit/
H A DJRockit131Instantiator.java16 import java.lang.reflect.Method;
33 private static Method newConstructorForSerializationMethod;
/external/proguard/src/proguard/classfile/
H A DClazz.java136 Method findMethod(String name, String descriptor);
226 public boolean mayHaveImplementations(Method method);
/external/proguard/src/proguard/classfile/attribute/
H A DAttribute.java79 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
94 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
101 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor)
110 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
117 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attributeVisitor)
126 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
H A DAnnotationTypeFilter.java78 public void visitAnnotation(Clazz clazz, Method method, Annotation annotation)
87 public void visitAnnotation(Clazz clazz, Method method, int parameterIndex, Annotation annotation)
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DSameOneFrame.java67 public void stackItemAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor)
83 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor)

Completed in 487 milliseconds

1234567891011>>