Home
last modified time | relevance | path

Searched refs:ReflectiveOperationException (Results 1 – 25 of 82) sorted by relevance

1234

/libcore/ojluni/src/main/java/java/lang/
DReflectiveOperationException.java35 public class ReflectiveOperationException extends Exception { class
44 public ReflectiveOperationException() { in ReflectiveOperationException() method in ReflectiveOperationException
56 public ReflectiveOperationException(String message) { in ReflectiveOperationException() method in ReflectiveOperationException
75 public ReflectiveOperationException(String message, Throwable cause) { in ReflectiveOperationException() method in ReflectiveOperationException
89 public ReflectiveOperationException(Throwable cause) { in ReflectiveOperationException() method in ReflectiveOperationException
DIllegalAccessException.java58 public class IllegalAccessException extends ReflectiveOperationException {
DInstantiationException.java44 public class InstantiationException extends ReflectiveOperationException {
DNoSuchFieldException.java33 public class NoSuchFieldException extends ReflectiveOperationException {
DNoSuchMethodException.java33 public class NoSuchMethodException extends ReflectiveOperationException {
DClassNotFoundException.java50 public class ClassNotFoundException extends ReflectiveOperationException {
/libcore/ojluni/src/test/java/util/stream/Collectors/
DCollectorsTest.java89 boolean ordered) throws ReflectiveOperationException; in assertValue()
102 …rtValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationException { in assertValue()
120 …rtValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationException { in assertValue()
137 …rtValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationException { in assertValue()
159 boolean ordered) throws ReflectiveOperationException { in assertValue()
189 …sertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationException { in assertValue()
218 boolean ordered) throws ReflectiveOperationException { in assertValue()
230 throws ReflectiveOperationException { in assertValue()
255 throws ReflectiveOperationException { in assertValue()
282 throws ReflectiveOperationException { in assertValue()
[all …]
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DCollectorsTest.java86 boolean ordered) throws ReflectiveOperationException; in assertValue()
99 …rtValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationException { in assertValue()
117 …rtValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationException { in assertValue()
134 …rtValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationException { in assertValue()
156 boolean ordered) throws ReflectiveOperationException { in assertValue()
186 …sertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationException { in assertValue()
215 boolean ordered) throws ReflectiveOperationException { in assertValue()
227 throws ReflectiveOperationException { in assertValue()
252 throws ReflectiveOperationException { in assertValue()
279 throws ReflectiveOperationException { in assertValue()
[all …]
DTabulatorsTest.java78 boolean ordered) throws ReflectiveOperationException; in assertValue()
97 boolean ordered) throws ReflectiveOperationException { in assertValue()
127 …sertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationException { in assertValue()
155 boolean ordered) throws ReflectiveOperationException { in assertValue()
168 throws ReflectiveOperationException { in assertValue()
194 throws ReflectiveOperationException { in assertValue()
221 throws ReflectiveOperationException { in assertValue()
249 throws ReflectiveOperationException {
288 …ic void testReduce(String name, TestData.OfRef<Integer> data) throws ReflectiveOperationException {
337 …blic void testJoin(String name, TestData.OfRef<Integer> data) throws ReflectiveOperationException {
[all …]
/libcore/luni/src/test/java/libcore/android/compat/
DVersionCodesTest.java52 } catch (ReflectiveOperationException e) { in getFrameworksSdkCode()
64 } catch (ReflectiveOperationException e) { in getLibcoreSdkCode()
/libcore/ojluni/src/main/java/java/lang/invoke/
DConstantBootstraps.java186 catch (ReflectiveOperationException ex) { in getStaticFinal()
303 catch (ReflectiveOperationException e) { in fieldVarHandle()
337 catch (ReflectiveOperationException e) { in staticFieldVarHandle()
437 catch (ReflectiveOperationException ex) { in validateClassAccess()
DMethodHandleNatives.java513 static LinkageError mapLookupExceptionToError(ReflectiveOperationException ex) { in mapLookupExceptionToError()
/libcore/ojluni/src/test/java/lang/constant/access_test/pkg1/
DMethodTypeDescriptorAccessTest.java71 } catch (ReflectiveOperationException unexpected) { in checkValidAccess()
81 } catch (ReflectiveOperationException expected) { in checkInvalidAccess()
/libcore/luni/src/test/java/crossvmtest/java/lang/
DRecordTest.java125 public void testReflectedConstructor() throws ReflectiveOperationException { in testReflectedConstructor()
138 public void testReadField() throws ReflectiveOperationException { in testReadField()
152 public void testWriteField() throws ReflectiveOperationException { in testWriteField()
178 public void testWriteStaticField() throws ReflectiveOperationException { in testWriteStaticField()
193 public void testVarHandleWrite() throws ReflectiveOperationException { in testVarHandleWrite()
/libcore/test-rules/src/main/java/libcore/junit/util/
DResourceLeakageDetector.java70 } catch (ReflectiveOperationException e) {
93 throws ReflectiveOperationException { in getFinalizerChecker()
/libcore/ojluni/src/test/java/util/ArrayList/
DArrayManagement.java56 } catch (ReflectiveOperationException huh) {
64 } catch (ReflectiveOperationException huh) { in elementData()
72 } catch (ReflectiveOperationException huh) { in modCount()
/libcore/dalvik/src/main/java/dalvik/system/
DZygoteHooks.java32 import java.lang.ReflectiveOperationException;
208 } catch (ReflectiveOperationException e) { in postForkChild()
/libcore/ojluni/src/main/java/java/lang/reflect/
DInvocationTargetException.java43 public class InvocationTargetException extends ReflectiveOperationException {
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DStriped64.java147 } catch (ReflectiveOperationException e) {
396 } catch (ReflectiveOperationException e) {
402 } catch (ReflectiveOperationException e) {
DAtomicBoolean.java58 } catch (ReflectiveOperationException e) {
DAtomicStampedReference.java199 } catch (ReflectiveOperationException e) {
/libcore/ojluni/src/main/java/java/lang/constant/
DConstantDesc.java109 Object resolveConstantDesc(MethodHandles.Lookup lookup) throws ReflectiveOperationException; in resolveConstantDesc()
DAsTypeMethodHandleDesc.java60 throws ReflectiveOperationException { in resolveConstantDesc()
DReferenceClassDescImpl.java66 throws ReflectiveOperationException { in resolveConstantDesc()
/libcore/benchmarks/src_androidx/libcore/benchmark/
DMethodHandlesTest.java47 } catch (ReflectiveOperationException ex) {

1234