Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 25 of 28) sorted by relevance

12

/libcore/ojluni/src/test/java/util/concurrent/tck/
DCollection8Test.java79 Collection8Test(CollectionImplementation impl, String methodName) { in Collection8Test()
87 AndroidCollection8Test(CollectionImplementation impl, String methodName) { in AndroidCollection8Test()
DCollectionTest.java45 CollectionTest(CollectionImplementation impl, String methodName) { in CollectionTest()
/libcore/ojluni/src/test/java/lang/StackWalker/
DStackRecorderUtil.java52 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/
DStackTraceElement.java35 java.lang.String methodName, in StackTraceElement()
83 private java.lang.String methodName; field in StackTraceElement
DRuntime.java130 private void checkTargetSdkVersionForLoad(java.lang.String methodName) { in checkTargetSdkVersionForLoad()
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DMethodTest.java87 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/
DTestTarget.java39 String methodName() default ""; in methodName() method
/libcore/ojluni/src/main/java/java/lang/
DStackTraceElement.java58 private String methodName; field in StackTraceElement
88 public StackTraceElement(String declaringClass, String methodName, in StackTraceElement()
DStackFrameInfo.java46 private String methodName; // initialized by VM field in StackFrameInfo
DRuntime.java900 private void checkTargetSdkVersionForLoad(String methodName) { in checkTargetSdkVersionForLoad()
/libcore/jsr166-tests/src/test/java/jsr166/
DCollectionTest.java22 CollectionTest(CollectionImplementation impl, String methodName) { in CollectionTest()
DCollection8Test.java34 Collection8Test(CollectionImplementation impl, String methodName) { in Collection8Test()
/libcore/ojluni/annotations/sdk/nullability/java/lang/runtime/
DObjectMethods.annotated.java36 @libcore.util.NonNull java.lang.String methodName, in bootstrap()
/libcore/ojluni/src/main/java/java/lang/invoke/
DVarHandle.java1816 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/
DDirectMethodHandleDescImpl.java126 public String methodName() { in methodName() method in DirectMethodHandleDescImpl
DDirectMethodHandleDesc.java238 String methodName(); in methodName() method
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignatureSpiTest.java303 boolean wasMethodCalled(String methodName) { in wasMethodCalled()
307 void methodCalled(String methodName) { in methodCalled()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DMethodTest.java271 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/
DThreadTest.java372 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/
DInMemoryDexClassLoaderTest.java211 String className, String methodName, File... files) in createLoaderDirectAndCallMethod()
229 String className, String methodName, File... files) in createLoaderIndirectAndCallMethod()
DDexClassLoaderTest.java92 String className, String methodName, File... files) in createLoaderAndCallMethod()
/libcore/ojluni/annotations/flagged_api/java/lang/invoke/
DVarHandle.annotated.java152 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/
DMain.java189 String methodName = className + "#" + node.name; in storeIfNonCts() local
/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java114 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/
DObjectMethods.java333 …public static Object bootstrap(MethodHandles.Lookup lookup, String methodName, TypeDescriptor type, in bootstrap()

12