Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 61) sorted by relevance

123

/libcore/benchmarks/src/benchmarks/
DMethodInvocationBenchmark.java27 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/
DReflectionTest.java101 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/
Dhyts_package.jarMETA-INF/MANIFEST.MF C.class C.java package C extends java.lang ...
Dhyts_some_attributes.jarMETA-INF/MANIFEST.MF META-INF/ p/C.class C.java ...
Dhyts_c.jarMETA-INF/MANIFEST.MF META-INF/ p/C.class C.java ...
Dhyts_no_entry.jarMETA-INF/MANIFEST.MF META-INF/ p/C.class C.java ...
Dhyts_no_attributes.jarMETA-INF/MANIFEST.MF META-INF/ p/C.class C.java ...
Dhyts_all_attributes.jarMETA-INF/MANIFEST.MF META-INF/ p/C.class C.java ...
Dhyts_pq.jarMETA-INF/MANIFEST.MF META-INF/ p/q/ p/q/ ...
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationTestClass.java52 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/
DRegexpPool.java274 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/
DParameterizedTypeTest.java49 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()
DTypeVariableTest.java63 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/
DOldPasswordAuthenticationTest.java25 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/
DPasswordAuthenticationTest.java28 public void test_ConstructorLjava_lang_String$C() { in test_ConstructorLjava_lang_String$C()
/libcore/
DAndroid.bp1 // Copyright (C) 2017 The Android Open Source Project
75 "$(location soong_zip) -o $(out) -C $(genDir) -D $(genDir)/NOTICES",
Dknown_oj_tags.txt1 # Copyright (C) 2015 The Android Open Source Project
/libcore/luni/
DAndroid.bp2 // Copyright (C) 2021 The Android Open Source Project
/libcore/luni/src/test/java9language/
Drewrite-test-for-jarjar.sed1 # Copyright (C) 2019 The Android Open Source Project
/libcore/metrictests/memory/host/
DAndroid.bp1 // Copyright (C) 2017 The Android Open Source Project
/libcore/metrictests/memory/apps/
DAndroid.bp1 // Copyright (C) 2017 The Android Open Source Project
/libcore/benchmarks/
DAndroid.bp1 // Copyright (C) 2019 The Android Open Source Project
/libcore/tools/upstream/
DAndroid.bp2 // Copyright (C) 2017 The Android Open Source Project
/libcore/luni/src/test/filesystems/
DAndroid.bp1 // Copyright (C) 2019 The Android Open Source Project
/libcore/luni/src/main/native/
DAndroid.bp1 // Copyright (C) 2017 The Android Open Source Project

123