Home
last modified time | relevance | path

Searched defs:getMethodSignature (Results 1 – 3 of 3) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
DReflectionUtils.java161 public static String getMethodSignature(Method method) { in getMethodSignature() method in ReflectionUtils
178 public static String getMethodSignature(String name, Type... parameterTypes) { in getMethodSignature() method in ReflectionUtils
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DSubstitutableLoggerTest.java98 private static String getMethodSignature(Method m) { in getMethodSignature() method in SubstitutableLoggerTest
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java2583 public final String getMethodSignature(long classID, long methodID) { in getMethodSignature() method in VmMirror