/external/chromium/base/ |
callback_old.h | 20 // provides a Run method and is returned by the New* functions. This allows 56 template <class T, typename Method> 59 CallbackStorage(T* obj, Method meth) : obj_(obj), meth_(meth) { 64 Method meth_; 68 // of the method. 110 template <class T, typename Method, typename Params> 111 class CallbackImpl : public CallbackStorage<T, Method>, 114 CallbackImpl(T* obj, Method meth) : CallbackStorage<T, Method>(obj, meth) { 129 typename Callback0::Type* NewCallback(T* object, void (T::*method)()) { [all...] |
/dalvik/vm/ |
Globals.h | 319 /* method offsets - Object */ 339 /* method offsets - Thread */ 350 /* method offsets - ThreadGroup */ 357 /* method offsets - ClassLoader */ 360 /* direct method pointers - ClassLoader */ 361 Method* methJavaLangClassLoader_getSystemClassLoader; 380 /* method pointers - java.lang.ref.ReferenceQueue */ 381 Method* methJavaLangRefReferenceQueueAdd; 383 /* method pointers - java.lang.ref.FinalizerReference */ 384 Method* methJavaLangRefFinalizerReferenceAdd [all...] |
/external/proguard/src/proguard/classfile/instruction/visitor/ |
MultiInstructionVisitor.java | 84 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) 88 instructionVisitors[index].visitSimpleInstruction(clazz, method, codeAttribute, offset, simpleInstruction); 92 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) 96 instructionVisitors[index].visitVariableInstruction(clazz, method, codeAttribute, offset, variableInstruction); 100 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) 104 instructionVisitors[index].visitConstantInstruction(clazz, method, codeAttribute, offset, constantInstruction); 108 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
StoringInvocationUnit.java | 112 generalizeMethodParameterValue((Method)referencedMember, 121 Method method, 126 generalizeMethodReturnValue(method, value); 171 private static void generalizeMethodParameterValue(Method method, int parameterIndex, Value value) 173 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); 181 public static Value getMethodParameterValue(Method method, int parameterIndex) 183 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); [all...] |
/external/webkit/Source/WebCore/loader/ |
FormSubmission.h | 48 enum Method { GetMethod, PostMethod }; 60 Method method() const { return m_method; } function in class:WebCore::FormSubmission::Attributes 79 Method m_method; 94 Method method() const { return m_method; } function in class:WebCore::FormSubmission 111 FormSubmission(Method, const KURL& action, const String& target, const String& contentType, PassRefPtr<FormState>, PassRefPtr<FormData>, const String& boundary, bool lockHistory, PassRefPtr<Event>); 114 Method m_method;
|
/external/proguard/src/proguard/classfile/visitor/ |
ClassCleaner.java | 117 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) 125 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 129 codeAttribute.exceptionsAccept(clazz, method, this); 130 codeAttribute.attributesAccept(clazz, method, this); 134 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute) 138 stackMapAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); 142 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute [all...] |
/dalvik/tests/044-proxy/src/ |
Clash.java | 19 import java.lang.reflect.Method; 65 public Object invoke(Object proxy, Method method, Object[] args)
|
Clash2.java | 19 import java.lang.reflect.Method; 55 public Object invoke(Object proxy, Method method, Object[] args)
|
Clash3.java | 19 import java.lang.reflect.Method; 70 public Object invoke(Object proxy, Method method, Object[] args)
|
/dalvik/vm/native/ |
java_lang_reflect_Method.cpp | 18 * java.lang.reflect.Method 35 Method* meth; 45 * Invoke a static or virtual method via reflection. 58 const Method* meth; 62 * "If the underlying method is static, the class that declared the 63 * method is initialized if it has not already been initialized." 88 /* do the virtual table lookup for the method */ 97 * If the method has a return value, "result" will be an object or 109 LOGD("Method.invoke() on bad class %s failed", 118 * Return the annotations declared for this method [all...] |
/external/apache-http/src/org/apache/http/client/utils/ |
CloneUtils.java | 33 import java.lang.reflect.Method; 46 Method m;
|
/external/chromium/chrome/browser/ui/cocoa/ |
test_event_utils.h | 23 Method old_selector_impl_; 24 Method new_selector_impl_;
|
/external/clang/test/SemaCXX/ |
vtable-instantiation.cc | 58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} 66 GMG<int>::Method(); // expected-note{{in instantiation of}}
|
/external/easymock/src/org/easymock/internal/ |
MockInvocationHandler.java | 20 import java.lang.reflect.Method;
32 public Object invoke(Object proxy, Method method, Object[] args)
39 new Invocation(proxy, method, args));
|
/external/emma/ant/ant15/com/vladium/emma/ant/ |
IANTVersion.java | 12 import java.lang.reflect.Method; 41 final Method m = FileSet.class.getMethod ("setFile", new Class [] { File.class });
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
BooleanMemberValue.java | 20 import java.lang.reflect.Method; 60 Object getValue(ClassLoader cl, ClassPool cp, Method m) {
|
ByteMemberValue.java | 20 import java.lang.reflect.Method; 60 Object getValue(ClassLoader cl, ClassPool cp, Method m) {
|
CharMemberValue.java | 21 import java.lang.reflect.Method; 61 Object getValue(ClassLoader cl, ClassPool cp, Method m) {
|
DoubleMemberValue.java | 21 import java.lang.reflect.Method; 62 Object getValue(ClassLoader cl, ClassPool cp, Method m) {
|
FloatMemberValue.java | 21 import java.lang.reflect.Method; 62 Object getValue(ClassLoader cl, ClassPool cp, Method m) {
|
IntegerMemberValue.java | 21 import java.lang.reflect.Method; 67 Object getValue(ClassLoader cl, ClassPool cp, Method m) {
|
LongMemberValue.java | 21 import java.lang.reflect.Method; 61 Object getValue(ClassLoader cl, ClassPool cp, Method m) {
|
ShortMemberValue.java | 21 import java.lang.reflect.Method; 61 Object getValue(ClassLoader cl, ClassPool cp, Method m) {
|
StringMemberValue.java | 21 import java.lang.reflect.Method; 61 Object getValue(ClassLoader cl, ClassPool cp, Method m) {
|
/external/proguard/src/proguard/classfile/attribute/ |
CodeAttribute.java | 99 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) 101 attributeVisitor.visitCodeAttribute(clazz, method, this); 108 public void instructionsAccept(Clazz clazz, Method method, InstructionVisitor instructionVisitor) 110 instructionsAccept(clazz, method, 0, u4codeLength, instructionVisitor); 118 public void instructionAccept(Clazz clazz, Method method, int offset, InstructionVisitor instructionVisitor) 121 instruction.accept(clazz, method, this, offset, instructionVisitor); 129 public void instructionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, InstructionVisitor instructionVisitor [all...] |