/external/javassist/src/main/javassist/util/proxy/ |
D | SecurityActions.java | 27 static Method[] getDeclaredMethods(final Class clazz) { in getDeclaredMethods() method in SecurityActions 29 return clazz.getDeclaredMethods(); in getDeclaredMethods() 34 return clazz.getDeclaredMethods(); in getDeclaredMethods()
|
D | RuntimeSupport.java | 126 Method[] methods = SecurityActions.getDeclaredMethods(clazz); in findMethod2()
|
/external/android-mock/tests/com/google/android/testing/mocking/ |
D | AndroidMockGeneratorTest.java | 437 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethods() 451 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethodsObjectClass() 466 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethodsUsesSuperclass() 491 List<String> actualNames = getMethodNames(generatedInterface.getDeclaredMethods()); in testGenerateInterface() 503 List<String> actualNames = getMethodNames(generatedInterface.getDeclaredMethods()); in testAddInterfaceMethods() 516 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testGenerateSubclass()
|
D | ClassTypeTests.java | 98 return getMethodNames(ctClass.getDeclaredMethods()); in getMethodNames() 132 getMethodNames(clazz.getDeclaredMethods(), exclusions)); in getExpectedMethodsMap() 134 getMethodNames(clazz.getDeclaredMethods(), exclusions)); in getExpectedMethodsMap()
|
/external/javassist/sample/evolve/ |
D | Evolution.java | 143 CtMethod[] ms = clazz.getDeclaredMethods(); in makeAbstractClass() 185 CtMethod[] ms = clazz.getDeclaredMethods(); in makeConcreteClass()
|
/external/junit/src/org/junit/internal/matchers/ |
D | TypeSafeMatcher.java | 29 for (Method method : c.getDeclaredMethods()) { in findExpectedType()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
D | ReflectionUtils.java | 135 for (Method method : c.getDeclaredMethods()) { in getMethods() 145 for (Method method : interfaceClass.getDeclaredMethods()) { in getMethods()
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
D | AnnotationImpl.java | 190 Method[] methods = annotationType.getDeclaredMethods(); in hashCode() 250 Method[] methods = annotationType.getDeclaredMethods(); in checkEquals()
|
D | Annotation.java | 108 CtMethod methods[] = clazz.getDeclaredMethods(); in Annotation()
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | ErrorFinder.java | 42 CtMethod[] methods = clazz.getDeclaredMethods(); in analyzeClass()
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
D | RemoteObject.java | 106 for (Method method : interfaceClass.getDeclaredMethods()){ in loadMethods()
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | NullPointerTester.java | 141 for (Method method : c.getDeclaredMethods()) { in testAllPublicStaticMethods() 154 for (Method method : c.getDeclaredMethods()) { in testAllPublicInstanceMethods()
|
/external/junit/src/org/junit/internal/runners/ |
D | TestClass.java | 44 Method[] methods= eachClass.getDeclaredMethods(); in getAnnotatedMethods()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | FramePrinter.java | 58 CtMethod[] methods = clazz.getDeclaredMethods(); in print()
|
/external/junit/src/org/junit/runners/model/ |
D | TestClass.java | 41 for (Method eachMethod : eachClass.getDeclaredMethods()) in TestClass()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ClassTest.java | 308 Method[] m = TestClass.class.getDeclaredMethods(); in test_getDeclaredMethods() 310 m = SubTestClass.class.getDeclaredMethods(); in test_getDeclaredMethods()
|
/external/android-mock/src/com/google/android/testing/mocking/ |
D | AndroidMockGenerator.java | 351 List<CtMethod> existingMethods = Arrays.asList(newClass.getDeclaredMethods()); in addMethods() 380 List<Method> methods = new ArrayList<Method>(Arrays.asList(clazz.getDeclaredMethods())); in getAllMethodsMap()
|
/external/junit/src/junit/framework/ |
D | TestSuite.java | 149 for (Method each : superClass.getDeclaredMethods())
|
/external/javassist/src/main/javassist/ |
D | SerialVersionUID.java | 85 CtMethod[] methods = clazz.getDeclaredMethods(); in calculateDefault()
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | ClassMetaobject.java | 254 Method[] allmethods = baseclass.getDeclaredMethods(); in getReflectiveMethods()
|
D | Reflection.java | 342 CtMethod[] ms = m.getDeclaringClass().getDeclaredMethods(); in findOriginal()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
D | MethodTest.java | 166 mths = TestMethod.class.getDeclaredMethods(); in test_getDeclaringClass() 270 methods = cl.getDeclaredMethods(); in test_getParameterTypes()
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
D | gUnitBaseTest.java | 221 Method[] methods = _return.getDeclaredMethods(); in execParser() 393 Method[] methods = _treeReturn.getDeclaredMethods(); in execTreeParser()
|
D | gUnitExecutor.java | 359 Method[] methods = _return.getDeclaredMethods(); in runParser() 527 Method[] methods = _treeReturn.getDeclaredMethods(); in runTreeParser()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | FauxveridesTest.java | 140 for (Method method : clazz.getDeclaredMethods()) { in getPublicStaticMethods()
|