/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | Collection8Test.java | 79 Collection8Test(CollectionImplementation impl, String methodName) { in Collection8Test() 87 AndroidCollection8Test(CollectionImplementation impl, String methodName) { in AndroidCollection8Test()
|
D | CollectionTest.java | 45 CollectionTest(CollectionImplementation impl, String methodName) { in CollectionTest()
|
/libcore/ojluni/src/test/java/lang/StackWalker/ |
D | StackRecorderUtil.java | 52 public void add(Class declaringClass, String methodName, String fileName) { in add() 123 public String methodName; field in StackRecorderUtil.TestFrame 126 public TestFrame (Class declaringClass, String methodName, String fileName) { in TestFrame()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | StackTraceElement.java | 35 java.lang.String methodName, in StackTraceElement() 83 private java.lang.String methodName; field in StackTraceElement
|
D | Runtime.java | 130 private void checkTargetSdkVersionForLoad(java.lang.String methodName) { in checkTargetSdkVersionForLoad()
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
D | MethodTest.java | 87 Class<?> c, String methodName, Class<? extends Annotation> annotationType, in checkDeclaredAnnotation() 123 Class<?> c, Class<? extends Annotation> annotationType, String methodName, in assertGetDeclaredAnnotationsByType() 156 String methodName, String... expectedAnnotationStrings) throws Exception { in assertGetAnnotationsByType()
|
/libcore/dalvik/src/main/java/dalvik/annotation/ |
D | TestTarget.java | 39 String methodName() default ""; in methodName() method
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StackTraceElement.java | 58 private String methodName; field in StackTraceElement 88 public StackTraceElement(String declaringClass, String methodName, in StackTraceElement()
|
D | StackFrameInfo.java | 46 private String methodName; // initialized by VM field in StackFrameInfo
|
D | Runtime.java | 900 private void checkTargetSdkVersionForLoad(String methodName) { in checkTargetSdkVersionForLoad()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CollectionTest.java | 22 CollectionTest(CollectionImplementation impl, String methodName) { in CollectionTest()
|
D | Collection8Test.java | 34 Collection8Test(CollectionImplementation impl, String methodName) { in Collection8Test()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/runtime/ |
D | ObjectMethods.annotated.java | 36 @libcore.util.NonNull java.lang.String methodName, in bootstrap()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | VarHandle.java | 1816 methodNameToAccessMode.put(am.methodName, am); in methodNameToAccessMode.put() argument 1820 final String methodName; field in VarHandle.AccessMode 1823 AccessMode(final String methodName, AccessType at) { in AccessMode() 1835 public String methodName() { in methodName() method in VarHandle.AccessMode 1851 public static AccessMode valueFromMethodName(String methodName) { in valueFromMethodName()
|
/libcore/ojluni/src/main/java/java/lang/constant/ |
D | DirectMethodHandleDescImpl.java | 126 public String methodName() { in methodName() method in DirectMethodHandleDescImpl
|
D | DirectMethodHandleDesc.java | 238 String methodName(); in methodName() method
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | SignatureSpiTest.java | 303 boolean wasMethodCalled(String methodName) { in wasMethodCalled() 307 void methodCalled(String methodName) { in methodCalled()
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | MethodTest.java | 271 private static void checkToString(String expected, Class<?> clazz, String methodName, in checkToString() 309 private static void checkToGenericString(String expected, Class<?> clazz, String methodName, in checkToGenericString() 633 private static Method getDeclaredMethodOrNull(Class<?> clazz, String methodName) { in getDeclaredMethodOrNull()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ThreadTest.java | 372 private static StackTraceElement getStackTraceElement(String methodName) throws Exception { in getStackTraceElement() 394 assertEquals(result.getMethodName(), methodName); in getStackTraceElement() local
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
D | InMemoryDexClassLoaderTest.java | 211 String className, String methodName, File... files) in createLoaderDirectAndCallMethod() 229 String className, String methodName, File... files) in createLoaderIndirectAndCallMethod()
|
D | DexClassLoaderTest.java | 92 String className, String methodName, File... files) in createLoaderAndCallMethod()
|
/libcore/ojluni/annotations/flagged_api/java/lang/invoke/ |
D | VarHandle.annotated.java | 152 public java.lang.String methodName() { throw new RuntimeException("Stub!"); } in methodName() method in VarHandle.AccessMode 154 public static java.lang.invoke.VarHandle.AccessMode valueFromMethodName(java.lang.String methodName… in valueFromMethodName()
|
/libcore/tools/non-cts-json-generator/src/libcore/tools/generator/noncts/ |
D | Main.java | 189 String methodName = className + "#" + node.name; in storeIfNonCts() local
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | MethodHandlesGeneralTest.java | 114 String methodName = name.substring(1 + name.indexOf('/')); // foo/bar => foo in testFindStatic() local 217 String methodName = name.substring(1 + name.indexOf('/')); // foo/bar => foo in testFindVirtual() local 314 String methodName = name.substring(1 + name.indexOf('/')); // foo/bar => foo in testFindSpecial() local 428 String methodName = name.substring(1 + name.indexOf('/')); // foo/bar => foo in testBind() local 507 String methodName = name.substring(1 + name.indexOf('/')); // foo/bar => foo in testUnreflectMaybeSpecial() local
|
/libcore/ojluni/src/main/java/java/lang/runtime/ |
D | ObjectMethods.java | 333 …public static Object bootstrap(MethodHandles.Lookup lookup, String methodName, TypeDescriptor type, in bootstrap()
|