/libcore/ojluni/src/main/java/java/lang/ |
D | ReflectiveOperationException.java | 35 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
|
D | IllegalAccessException.java | 58 public class IllegalAccessException extends ReflectiveOperationException {
|
D | InstantiationException.java | 44 public class InstantiationException extends ReflectiveOperationException {
|
D | NoSuchFieldException.java | 33 public class NoSuchFieldException extends ReflectiveOperationException {
|
D | NoSuchMethodException.java | 33 public class NoSuchMethodException extends ReflectiveOperationException {
|
D | ClassNotFoundException.java | 50 public class ClassNotFoundException extends ReflectiveOperationException {
|
/libcore/ojluni/src/test/java/util/stream/Collectors/ |
D | CollectorsTest.java | 89 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/ |
D | CollectorsTest.java | 86 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 …]
|
D | TabulatorsTest.java | 78 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/ |
D | VersionCodesTest.java | 52 } catch (ReflectiveOperationException e) { in getFrameworksSdkCode() 64 } catch (ReflectiveOperationException e) { in getLibcoreSdkCode()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | ConstantBootstraps.java | 186 catch (ReflectiveOperationException ex) { in getStaticFinal() 303 catch (ReflectiveOperationException e) { in fieldVarHandle() 337 catch (ReflectiveOperationException e) { in staticFieldVarHandle() 437 catch (ReflectiveOperationException ex) { in validateClassAccess()
|
D | MethodHandleNatives.java | 513 static LinkageError mapLookupExceptionToError(ReflectiveOperationException ex) { in mapLookupExceptionToError()
|
/libcore/ojluni/src/test/java/lang/constant/access_test/pkg1/ |
D | MethodTypeDescriptorAccessTest.java | 71 } catch (ReflectiveOperationException unexpected) { in checkValidAccess() 81 } catch (ReflectiveOperationException expected) { in checkInvalidAccess()
|
/libcore/luni/src/test/java/crossvmtest/java/lang/ |
D | RecordTest.java | 125 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/ |
D | ResourceLeakageDetector.java | 70 } catch (ReflectiveOperationException e) { 93 throws ReflectiveOperationException { in getFinalizerChecker()
|
/libcore/ojluni/src/test/java/util/ArrayList/ |
D | ArrayManagement.java | 56 } catch (ReflectiveOperationException huh) { 64 } catch (ReflectiveOperationException huh) { in elementData() 72 } catch (ReflectiveOperationException huh) { in modCount()
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | ZygoteHooks.java | 32 import java.lang.ReflectiveOperationException; 208 } catch (ReflectiveOperationException e) { in postForkChild()
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | InvocationTargetException.java | 43 public class InvocationTargetException extends ReflectiveOperationException {
|
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | Striped64.java | 147 } catch (ReflectiveOperationException e) { 396 } catch (ReflectiveOperationException e) { 402 } catch (ReflectiveOperationException e) {
|
D | AtomicBoolean.java | 58 } catch (ReflectiveOperationException e) {
|
D | AtomicStampedReference.java | 199 } catch (ReflectiveOperationException e) {
|
/libcore/ojluni/src/main/java/java/lang/constant/ |
D | ConstantDesc.java | 109 Object resolveConstantDesc(MethodHandles.Lookup lookup) throws ReflectiveOperationException; in resolveConstantDesc()
|
D | AsTypeMethodHandleDesc.java | 60 throws ReflectiveOperationException { in resolveConstantDesc()
|
D | ReferenceClassDescImpl.java | 66 throws ReflectiveOperationException { in resolveConstantDesc()
|
/libcore/benchmarks/src_androidx/libcore/benchmark/ |
D | MethodHandlesTest.java | 47 } catch (ReflectiveOperationException ex) {
|