/libcore/benchmarks/src/benchmarks/ |
D | MethodInvocationBenchmark.java | 27 static class C implements I { class in MethodInvocationBenchmark 61 new C().timeInternalGetter(reps); in timeInternalGetter() 65 new C().timeInternalFieldAccess(reps); in timeInternalFieldAccess() 78 C c = new C(); in timeEmptyStatic() 85 C c = new C(); in timeEmptyVirtual() 92 I c = new C(); in timeEmptyInterface()
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | ReflectionTest.java | 101 Field fieldOne = C.class.getDeclaredField("fieldOne"); in testFieldToString() 106 Field fieldTwo = C.class.getDeclaredField("fieldTwo"); in testFieldToString() 112 Field fieldThree = C.class.getDeclaredField("fieldThree"); in testFieldToString() 118 Field fieldFour = C.class.getDeclaredField("fieldFour"); in testFieldToString() 125 Field fieldFive = C.class.getDeclaredField("fieldFive"); in testFieldToString() 132 Constructor constructorOne = C.class.getDeclaredConstructor(A.class); in testConstructorToString() 137 Constructor constructorTwo = C.class.getDeclaredConstructor(Map.class, Object.class); in testConstructorToString() 146 Method methodOne = C.class.getDeclaredMethod("methodOne", A.class, C.class); in testMethodToString() 152 Method methodTwo = C.class.getDeclaredMethod("methodTwo", List.class); in testMethodToString() 160 Method methodThree = C.class.getDeclaredMethod("methodThree", A.class, Set.class); in testMethodToString() [all …]
|
/libcore/support/src/test/java/tests/resources/Package/ |
D | hyts_package.jar | META-INF/MANIFEST.MF
C.class
C.java
package C extends java.lang ... |
D | hyts_some_attributes.jar | META-INF/MANIFEST.MF
META-INF/
p/C.class
C.java
... |
D | hyts_c.jar | META-INF/MANIFEST.MF
META-INF/
p/C.class
C.java
... |
D | hyts_no_entry.jar | META-INF/MANIFEST.MF
META-INF/
p/C.class
C.java
... |
D | hyts_no_attributes.jar | META-INF/MANIFEST.MF
META-INF/
p/C.class
C.java
... |
D | hyts_all_attributes.jar | META-INF/MANIFEST.MF
META-INF/
p/C.class
C.java
... |
D | hyts_pq.jar | META-INF/MANIFEST.MF
META-INF/
p/q/
p/q/ ... |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SerializationTestClass.java | 52 interface C extends A { interface in SerializationTestClass 67 public static class TestInterfacesC implements C { 70 public static class TestInterfacesCA implements C, A { 73 public static class TestInterfacesABC implements A, B, C { 76 public static class TestInterfacesACB implements A, C, B { 79 public static class TestInterfacesBAC implements B, A, C { 82 public static class TestInterfacesBCA implements B, C, A { 85 public static class TestInterfacesCAB implements C, A, B { 88 public static class TestInterfacesCBA implements C, B, A {
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | RegexpPool.java | 274 RegexpNode (char C, int depth) { in RegexpNode() argument 275 c = C; in RegexpNode() 278 RegexpNode add(char C) { in add() argument 281 p = new RegexpNode (C, depth+1); in add() 284 if (p.c == C) in add() 288 p = new RegexpNode (C, depth+1); in add() 294 RegexpNode find(char C) { in find() argument 298 if (p.c == C) in find()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | ParameterizedTypeTest.java | 49 static class C<T>{} class in ParameterizedTypeTest 50 static class D<T> extends C<T>{} 57 String cName = C.class.getName(); in testTypeParameterizedSuperClass() 63 assertEquals(C.class, parameterizedType.getRawType()); in testTypeParameterizedSuperClass()
|
D | TypeVariableTest.java | 63 static class C { class in TypeVariableTest 64 <T>C(){} in C() method in TypeVariableTest.C 67 Class<? extends C> clazz = C.class; in testSimpleTypeVariableOnConstructor()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldPasswordAuthenticationTest.java | 25 public void test_ConstructorLjava_lang_String$C() { in test_ConstructorLjava_lang_String$C()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | PasswordAuthenticationTest.java | 28 public void test_ConstructorLjava_lang_String$C() { in test_ConstructorLjava_lang_String$C()
|
/libcore/ |
D | Android.bp | 1 // Copyright (C) 2017 The Android Open Source Project 75 "$(location soong_zip) -o $(out) -C $(genDir) -D $(genDir)/NOTICES",
|
D | known_oj_tags.txt | 1 # Copyright (C) 2015 The Android Open Source Project
|
/libcore/luni/ |
D | Android.bp | 2 // Copyright (C) 2021 The Android Open Source Project
|
/libcore/luni/src/test/java9language/ |
D | rewrite-test-for-jarjar.sed | 1 # Copyright (C) 2019 The Android Open Source Project
|
/libcore/metrictests/memory/host/ |
D | Android.bp | 1 // Copyright (C) 2017 The Android Open Source Project
|
/libcore/metrictests/memory/apps/ |
D | Android.bp | 1 // Copyright (C) 2017 The Android Open Source Project
|
/libcore/benchmarks/ |
D | Android.bp | 1 // Copyright (C) 2019 The Android Open Source Project
|
/libcore/tools/upstream/ |
D | Android.bp | 2 // Copyright (C) 2017 The Android Open Source Project
|
/libcore/luni/src/test/filesystems/ |
D | Android.bp | 1 // Copyright (C) 2019 The Android Open Source Project
|
/libcore/luni/src/main/native/ |
D | Android.bp | 1 // Copyright (C) 2017 The Android Open Source Project
|