/external/proguard/src/proguard/classfile/attribute/annotation/ |
TypeAnnotation.java | 89 public void targetInfoAccept(Clazz clazz, Method method, TargetInfoVisitor targetInfoVisitor) 93 targetInfo.accept(clazz, method, this, targetInfoVisitor); 100 public void targetInfoAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, TargetInfoVisitor targetInfoVisitor) 104 targetInfo.accept(clazz, method, codeAttribute, this, targetInfoVisitor); 139 public void typePathInfosAccept(Clazz clazz, Method method, TypePathInfoVisitor typePathVisitor) 145 typePathVisitor.visitTypePathInfo(clazz, method, this, typePath[index]); 153 public void typePathInfosAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, TypePathInfoVisitor typePathVi (…) [all...] |
/external/proguard/src/proguard/classfile/attribute/preverification/ |
SameZeroFrame.java | 62 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) 64 stackMapFrameVisitor.visitSameZeroFrame(clazz, method, codeAttribute, offset, this);
|
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditorResetter.java | 56 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
|
LineNumberInfoAdder.java | 49 public void visitLineNumberInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberInfo lineNumberInfo)
|
ParameterInfoAdder.java | 29 * the given target method parameters attribute. 40 * into the given target method parameters attribute. 52 public void visitParameterInfo(Clazz clazz, Method method, int parameterIndex, ParameterInfo parameterInfo)
|
StackSizeUpdater.java | 46 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 49 stackSizeComputer.visitCodeAttribute(clazz, method, codeAttribute);
|
/external/proguard/src/proguard/classfile/instruction/visitor/ |
AllInstructionVisitor.java | 52 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 54 codeAttribute.instructionsAccept(clazz, method, instructionVisitor);
|
/external/proguard/src/proguard/classfile/visitor/ |
ExceptionExcludedOffsetFilter.java | 57 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 61 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
|
ExceptionHandlerConstantVisitor.java | 54 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
|
ExceptionHandlerFilter.java | 61 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 67 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
|
ExceptionOffsetFilter.java | 57 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 61 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
|
ExceptionRangeFilter.java | 61 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 65 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
|
/external/proguard/src/proguard/shrink/ |
LocalVariableTypeUsageMarker.java | 71 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) 75 localVariableTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this); 87 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) 91 localVariableTypeTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this); 105 public void visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) 126 public void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/ |
Method.java | 42 * This class represents a specific method definition in a class. 45 * and shouldn't take into account any non-MethodReference specifics of this method. 47 public interface Method extends MethodReference, Member { 49 * Gets the type of the class that defines this method. 51 * @return The type of the class that defines this method 56 * Gets the name of this method. 58 * @return The name of this method 63 * Gets a list of the parameters of this method. 71 * @return A list of MethodParameter objects, representing the parameters of this method. 76 * Gets the return type of this method [all...] |
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
TestCaseCollector.java | 21 import java.lang.reflect.Method; 46 * The class name may be in "<class name>#<method name>" format 60 * The class name may be in "<class name>#<method name>" format 76 * Adds class to test by providing class name and method name in separate strings 88 Method[] methods = clazz.getMethods(); 89 for (Method method : methods) { 90 if (mFilter.accept(method)) { 91 addSingleTestMethod(clazz, method.getName()); 105 protected void addSingleTestMethod(Class<?> clazz, String method) { [all...] |
/frameworks/base/core/java/android/net/http/ |
X509TrustManagerExtensions.java | 26 import java.lang.reflect.Method; 36 * The checkServerTrusted method allows callers to perform additional 46 private final Method mCheckServerTrusted; 47 private final Method mIsSameTrustConfiguration; 73 throw new IllegalArgumentException("Required method" 76 // Get the option isSameTrustConfiguration method. 77 Method isSameTrustConfiguration = null; 123 * chain up to user-added CA certificates, this method can be used to perform additional
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalCoolingDevice.java | 21 import java.lang.reflect.Method; 46 private Method mThrottleMethod; 105 public Method getThrottleMethod() { 109 public void setThrottleMethod(Method method) { 110 mThrottleMethod = method;
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOM4JTestDocumentBuilderFactory.java | 27 import java.lang.reflect.Method; 44 private final Method readMethod; 71 Method getInstance = domFactoryClass.getMethod("getInstance", new Class[] {}); 79 Method getReaderMethod = saxReaderClass.getMethod("getXMLReader",
|
LSDocumentBuilderFactory.java | 16 import java.lang.reflect.Method; 33 private final Method parseURIMethod; 136 Method domConfigMethod = parser.getClass().getMethod("getDomConfig", 139 Method setParameterMethod = domConfig.getClass().getMethod( 154 Method domConfigMethod = parser.getClass().getMethod("getDomConfig", 157 Method getParameterMethod = domConfig.getClass().getMethod("getParameter", 275 Method newInstanceMethod = domImplRegistryClass.getMethod("newInstance", (Class<?>) null); 277 Method getDOMImplementationMethod = domImplRegistryClass.getMethod( 281 Method createLSParserMethod = impl.getClass().getMethod("createLSParser",
|
/libcore/luni/src/main/java/libcore/reflect/ |
TypeVariableImpl.java | 22 import java.lang.reflect.Method; 87 Method m = cl.getEnclosingMethod(); 93 } else if (decl instanceof Method) { 94 return ((Method)decl).getDeclaringClass();
|
/libcore/support/src/test/java/tests/io/ |
MockOs.java | 23 import java.lang.reflect.Method; 46 @Override public Object invoke(Object o, Method method, Object[] args) throws Throwable { 48 return method.invoke(delegate, args); 56 @Override public Object invoke(Object proxy, Method method, Object[] args) 58 InvocationHandler handler = getHandlers(method.getName()).poll(); 62 return handler.invoke(proxy, method, args); 115 @Override public Object invoke(Object proxy, Method method, Object[] args) throws ErrnoException [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
UserManagerCompatVN.java | 27 import java.lang.reflect.Method;
|
/external/javassist/src/main/javassist/tools/reflect/ |
ClassMetaobject.java | 52 private Method[] methods; 159 * This method simply returns the value of the field. 161 * <p>Every subclass of this class should redefine this method. 179 * This method simply sets the field to the given value. 181 * <p>Every subclass of this class should redefine this method. 197 * Invokes a method whose name begins with 205 Method[] allmethods = target.getClass().getMethods(); 219 throw new CannotInvokeException("cannot find a method"); 225 * This method simply executes the intercepted method invocatio [all...] |
/external/proguard/src/proguard/classfile/attribute/visitor/ |
StackSizeComputer.java | 99 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 103 // method.getName(clazz).equals("abc"); 106 // Catch any unexpected exceptions from the actual visiting method. 110 visitCodeAttribute0(clazz, method, codeAttribute); 116 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 121 method.accept(clazz, new ClassPrinter()); 129 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute [all...] |
/external/littlemock/src/com/google/testing/littlemock/ |
LittleMock.java | 24 import java.lang.reflect.Method; 66 * <p>You can verify in the 'natural place', after the method call has happened, like this: 69 * assertEquals(null, mockFoo.aString(6)); // Unstubbed method calls return a sensible default. 86 * <li>Which also leads to less fragile tests, where adding another method call on your 88 * <li>Simpler sharing of common setup method with specific tests overridding individual 91 * <li>More unified syntax that doesn't require special case for differences between void method 92 * calls and method calls that return a value.</li> 119 @Override public T doAction(Method method, Object[] args) { return result; } 132 public T doAction(Method method, Object[] args) throws Throwable { return callable.call(); [all...] |