Searched refs:Method (Results 1 - 25 of 1002) 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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DDisplayNames.properties14 DisplayName.Bengali = Bengali Input Method
15 DisplayName.Devanagari = Devanagari Input Method
16 DisplayName.Gujarati = Gujarati Input Method
17 DisplayName.Gurmukhi = Gurmukhi Input Method
18 DisplayName.Kannada = Kannada Input Method
19 DisplayName.Malayalam = Malayalam Input Method
20 DisplayName.Oriya = Oriya Input Method
21 DisplayName.Tamil = Tamil Input Method
22 DisplayName.Telugu = Telugu Input Method
/external/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersTestMethodAttribute.cs21 [AttributeUsage(AttributeTargets.Method)]
/external/junit/src/main/java/org/junit/internal/
H A DMethodSorter.java3 import java.lang.reflect.Method;
13 public static final Comparator<Method> DEFAULT = new Comparator<Method>() {
14 public int compare(Method m1, Method m2) {
25 * Method name ascending lexicographic sort order, with {@link Method#toString()} as a tiebreaker
27 public static final Comparator<Method> NAME_ASCENDING = new Comparator<Method>() {
28 public int compare(Method m
[all...]
/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/testng/src/main/java/org/testng/
H A DTestNGUtils.java5 import java.lang.reflect.Method;
13 public static ITestNGMethod createITestNGMethod(ITestNGMethod existingMethod, Method method) {
H A DIAnnotationTransformer2.java8 import java.lang.reflect.Method;
31 Constructor testConstructor, Method testMethod);
38 public void transform(IDataProviderAnnotation annotation, Method method);
45 public void transform(IFactoryAnnotation annotation, Method method);
/external/guice/extensions/persist/src/com/google/inject/persist/finder/
H A DDynamicFinder.java19 import java.lang.reflect.Method;
27 private final Method method;
30 public DynamicFinder(Method method) {
40 public static DynamicFinder from(Method method) {
/external/junit/src/main/java/org/junit/runners/
H A DMethodSorters.java3 import java.lang.reflect.Method;
17 * with {@link Method#toString()} used as a tiebreaker
32 private final Comparator<Method> comparator;
34 private MethodSorters(Comparator<Method> comparator) {
38 public Comparator<Method> getComparator() {
/external/clang/test/CodeGenCXX/
H A D2004-03-08-ReinterpretCastCopy.cpp5 virtual void Method() = 0;
9 virtual void Method() { } function in struct:B
17 fn_type_a f = reinterpret_cast<fn_type_a>(&B::Method);
/external/mockito/src/main/java/org/mockito/internal/runners/util/
H A DTestMethodsFinder.java9 import java.lang.reflect.Method;
16 Method[] methods = klass.getMethods();
17 for(Method m:methods) {
/external/testng/src/main/java/org/testng/internal/
H A DDataProviderHolder.java5 import java.lang.reflect.Method;
8 * A holder for a pair of Method and IDataProviderAnnotation
12 Method method;
15 public DataProviderHolder(IDataProviderAnnotation annotation, Method method, Object instance) {
/external/caliper/caliper/src/main/java/com/google/caliper/util/
H A DReflection.java22 import java.lang.reflect.Method;
30 public static ImmutableSet<Method> getAnnotatedMethods(Class<?> clazz,
32 Method[] methods = clazz.getDeclaredMethods();
33 ImmutableSet.Builder<Method> builder = ImmutableSet.builder();
34 for (Method method : methods) {
/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...]
/external/llvm/lib/DebugInfo/CodeView/
H A DMethodListRecordBuilder.cpp46 void MethodListRecordBuilder::writeMethod(const MethodInfo &Method) { argument
47 writeMethod(Method.getAccess(), Method.getKind(), Method.getOptions(),
48 Method.getType(), Method.getVTableSlotOffset());
/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;
51 static private final Method INIT_CAUSE_METHOD = getInitCauseMethod();
54 * Returns a <code>Method<code> allowing access to
59 * @return A <code>Method<code> for <code>Throwable.initCause</code>, or
62 static private Method getInitCauseMethod() {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
H A DRobolectricTestRunnerInterface.java6 import java.lang.reflect.Method;
11 void internalBeforeTest(Method method);
13 void internalAfterTest(Method method);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
H A DVariableTableTest.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
29 * JDWP Unit test for Method.VariableTable command.
35 * This testcase exercises Method.VariableTable command.
37 * For each received method sends Method.VariableTable command
H A DVariableTableWithGenericTest.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
29 * JDWP Unit test for Method.VariableTableWithGeneric command.
34 * This testcase exercises Method.VariableTableWithGeneric command.
36 * For each received method sends Method.VariableTableWithGeneric command
/external/guava/guava/src/com/google/common/eventbus/
H A DSubscriberExceptionContext.java20 import java.lang.reflect.Method;
31 private final Method subscriberMethod;
41 Method subscriberMethod) {
73 public Method getSubscriberMethod() {
/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DOpenJdk6QueueTests.java23 import java.lang.reflect.Method;
40 private static final List<Method> PQ_SUPPRESS = Arrays.asList(
43 @Override protected Collection<Method> suppressForPriorityBlockingQueue() {
47 @Override protected Collection<Method> suppressForPriorityQueue() {
/external/testng/src/main/java/org/testng/internal/annotations/
H A DBaseAnnotation.java4 import java.lang.reflect.Method;
8 private Method m_method;
17 public Method getMethod() {
20 public void setMethod(Method method) {

Completed in 3764 milliseconds

1234567891011>>