Searched refs:Method (Results 1 - 25 of 382) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/classfile/
H A DMethod.java30 public interface Method extends Member interface in inherits:Member
/external/javassist/src/main/javassist/util/proxy/
H A DMethodHandler.java18 import java.lang.reflect.Method;
46 Object invoke(Object self, Method thisMethod, Method proceed,
H A DMethodFilter.java18 import java.lang.reflect.Method;
29 boolean isHandled(Method m);
/external/webkit/Source/WebCore/bridge/
H A DBridge.h37 class Method { class in namespace:JSC::Bindings
38 WTF_MAKE_NONCOPYABLE(Method); WTF_MAKE_FAST_ALLOCATED;
40 Method() { } function in class:JSC::Bindings::Method
43 virtual ~Method() { }
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DMethod.java19 * $Id: Method.java 468654 2006-10-28 07:09:23Z minchau $
44 public final class Method class
49 private Method() { method in class:Method
/external/clang/include/clang/Sema/
H A DObjCMethodList.h23 ObjCMethodDecl *Method; member in struct:clang::ObjCMethodList
27 Method = 0;
31 Method = M;
/external/clang/test/CodeGenCXX/
H A D2004-03-08-ReinterpretCastCopy.cpp4 virtual void Method() = 0;
8 virtual void Method() { } function in struct:B
16 fn_type_a f = reinterpret_cast<fn_type_a>(&B::Method);
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java36 public void visitIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType);
37 public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType);
38 public void visitLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType);
39 public void visitDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType);
40 public void visitTopType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType topType);
41 public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType);
42 public void visitNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType);
43 public void visitUninitializedType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedType uninitializedType);
44 public void visitUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedThisType uninitializedThisType);
46 public void visitStackIntegerType( Clazz clazz, Method metho
[all...]
H A DStackMapFrameVisitor.java35 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame);
36 public void visitSameOneFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame);
37 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame);
38 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame);
39 public void visitFullFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame);
/external/proguard/src/proguard/classfile/instruction/visitor/
H A DInstructionVisitor.java36 public void visitSimpleInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction);
37 public void visitVariableInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction);
38 public void visitConstantInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction);
39 public void visitBranchInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction);
40 public void visitTableSwitchInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction);
41 public void visitLookUpSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchInstruction lookUpSwitchInstruction);
/external/apache-http/src/org/apache/http/util/
H A DExceptionUtils.java33 import java.lang.reflect.Method;
46 static private final Method INIT_CAUSE_METHOD = getInitCauseMethod();
49 * Returns a <code>Method<code> allowing access to
54 * @return A <code>Method<code> for <code>Throwable.initCause</code>, or
57 static private Method getInitCauseMethod() {
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DAttributeVisitor.java48 public void visitDeprecatedAttribute( Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute);
52 public void visitSyntheticAttribute( Clazz clazz, Method method, SyntheticAttribute syntheticAttribute);
56 public void visitSignatureAttribute( Clazz clazz, Method method, SignatureAttribute signatureAttribute);
64 public void visitExceptionsAttribute( Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute);
65 public void visitCodeAttribute( Clazz clazz, Method method, CodeAttribute codeAttribute);
69 public void visitStackMapAttribute( Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute);
70 public void visitStackMapTableAttribute( Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute);
71 public void visitLineNumberTableAttribute( Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute);
72 public void visitLocalVariableTableAttribute( Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute);
73 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method metho
[all...]
H A DExceptionInfoVisitor.java36 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo);
H A DLineNumberInfoVisitor.java37 public void visitLineNumberInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberInfo lineNumberInfo);
H A DLocalVariableInfoVisitor.java37 public void visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo);
H A DLocalVariableTypeInfoVisitor.java37 public void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo);
/external/easymock/src/org/easymock/internal/
H A DILegacyMatcherMethods.java18 import java.lang.reflect.Method;
26 void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher);
/external/replicaisland/src/com/replica/replicaisland/
H A DUIConstants.java20 import java.lang.reflect.Method;
29 public static Method mOverridePendingTransition;
/external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
H A DAnnotationTypeMismatchExceptionTest.java21 import java.lang.reflect.Method;
33 * @tests java.lang.annotation.AnnotationTypeMismatchException#AnnotationTypeMismatchException(Method,
38 Method[] methods = Class.forName("java.lang.String").getMethods();
39 Method m = methods[0];
/external/javassist/src/main/javassist/compiler/ast/
H A DCallExpr.java23 * Method call expression.
26 private MemberResolver.Method method; // cached result of lookupMethod()
33 public void setMethod(MemberResolver.Method m) {
37 public MemberResolver.Method getMethod() {
/external/proguard/src/proguard/evaluation/
H A DInvocationUnit.java40 Method method,
48 Method method,
57 Method method,
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
H A DAnnotationVisitor.java38 public void visitAnnotation(Clazz clazz, Method method, Annotation annotation);
39 public void visitAnnotation(Clazz clazz, Method method, int parameterIndex, Annotation annotation);
/external/proguard/src/proguard/optimize/info/
H A DBackwardBranchMarker.java41 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
44 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction)
50 public void visitAnySwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstruction switchInstruction)
66 private void markBackwardBranch(Method method, int branchOffset)
75 private static void setBranchesBackward(Method method)
85 public static boolean branchesBackward(Method method)
H A DAccessMethodMarker.java45 private Method invokingMethod;
50 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
53 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
128 private static void setAccessesPrivateCode(Method method)
141 public static boolean accessesPrivateCode(Method method)
148 private static void setAccessesPackageCode(Method method)
162 public static boolean accessesPackageCode(Method method)
169 private static void setAccessesProtectedCode(Method method)
182 public static boolean accessesProtectedCode(Method method)
/external/chromium/base/
H A Dobserver_list_threadsafe.h141 template <class Method>
142 void Notify(Method m) {
143 UnboundMethod<ObserverType, Method, Tuple0> method(m, MakeTuple());
144 Notify<Method, Tuple0>(method);
147 template <class Method, class A>
148 void Notify(Method m, const A &a) {
149 UnboundMethod<ObserverType, Method, Tuple1<A> > method(m, MakeTuple(a));
150 Notify<Method, Tuple1<A> >(method);
166 template <class Method, class Params>
167 void Notify(const UnboundMethod<ObserverType, Method, Param
[all...]

Completed in 398 milliseconds

1234567891011>>