/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | NoSuchFieldExceptionTest.java | 28 NoSuchFieldException e = new NoSuchFieldException(); in test_Constructor() 38 NoSuchFieldException e = new NoSuchFieldException("fixture"); in test_ConstructorLjava_lang_String()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | NoSuchFieldException.java | 33 public class NoSuchFieldException extends ReflectiveOperationException { class 40 public NoSuchFieldException() { in NoSuchFieldException() method in NoSuchFieldException 49 public NoSuchFieldException(String s) { in NoSuchFieldException() method in NoSuchFieldException
|
D | Class.java | 2333 public Field getField(String name) throws NoSuchFieldException { in getField() 2337 throw new NoSuchFieldException(name); in getField() 2869 public native Field getDeclaredField(String name) throws NoSuchFieldException; in getDeclaredField()
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | FieldTest.java | 53 public void testSyntheticModifier() throws NoSuchFieldException { in testSyntheticModifier() 63 public void testEnumValueField() throws NoSuchFieldException { in testEnumValueField() 79 public void testTransientModifier() throws NoSuchFieldException { in testTransientModifier() 90 public void testToGenericString() throws NoSuchFieldException { in testToGenericString()
|
D | MissingClassesTest.java | 62 public void testGetFieldFails() throws NoSuchFieldException { in testGetFieldFails()
|
D | ReflectionTest.java | 192 } catch (NoSuchFieldException expected) { in testGetFieldNotFound() 200 } catch (NoSuchFieldException expected) { in testGetDeclaredFieldNotFound() 229 } catch (NoSuchFieldException expected) { in testGetDeclaredFieldIsNotRecursive() 238 } catch (NoSuchFieldException expected) { in testGetFieldIsPublicOnly() 243 } catch (NoSuchFieldException expected) { in testGetFieldIsPublicOnly() 248 } catch (NoSuchFieldException expected) { in testGetFieldIsPublicOnly()
|
/libcore/ojluni/src/lambda/java/java/lang/invoke/ |
D | MethodHandles.java | 69 …ndle findGetter(Class<?> refc, String name, Class<?> type) throws NoSuchFieldException, IllegalAcc… in findGetter() 71 …ndle findSetter(Class<?> refc, String name, Class<?> type) throws NoSuchFieldException, IllegalAcc… in findSetter() 73 …indStaticGetter(Class<?> refc, String name, Class<?> type) throws NoSuchFieldException, IllegalAcc… in findStaticGetter() 75 …indStaticSetter(Class<?> refc, String name, Class<?> type) throws NoSuchFieldException, IllegalAcc… in findStaticSetter()
|
/libcore/luni/src/main/java/libcore/internal/ |
D | Java11LanguageFeatures.java | 62 NoSuchFieldException, IllegalAccessException { in greet() 69 private String greet() throws NoSuchFieldException, IllegalAccessException { in greet()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/ |
D | MethodHandles.java | 464 throws java.lang.IllegalAccessException, java.lang.NoSuchFieldException { in findGetter() 470 throws java.lang.IllegalAccessException, java.lang.NoSuchFieldException { in findAccessor() 486 throws java.lang.IllegalAccessException, java.lang.NoSuchFieldException { in findSetter() 492 throws java.lang.IllegalAccessException, java.lang.NoSuchFieldException { in findVarHandle() 498 throws java.lang.NoSuchFieldException { in findFieldOfType() 514 throws java.lang.IllegalAccessException, java.lang.NoSuchFieldException { in findStaticGetter() 520 throws java.lang.IllegalAccessException, java.lang.NoSuchFieldException { in findStaticSetter() 526 throws java.lang.IllegalAccessException, java.lang.NoSuchFieldException { in findStaticVarHandle()
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | VarHandleRefCastTest.java | 35 public void varhandleGetObjectAsInt() throws NoSuchFieldException, IllegalAccessException { in varhandleGetObjectAsInt()
|
D | MethodHandleAccessorsTest.java | 725 } catch (NoSuchFieldException e) { fail(); } in testLookup() 729 } catch (NoSuchFieldException e) { fail(); } in testLookup() 733 } catch (NoSuchFieldException e) {} in testLookup() 737 } catch (NoSuchFieldException e) {} in testLookup() 747 } catch (NoSuchFieldException e) {} in testLookup() 751 } catch (NoSuchFieldException e) {} in testLookup()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandleNatives.java | 524 } else if (ex instanceof NoSuchFieldException) { in mapLookupExceptionToError()
|
D | MethodHandles.java | 1420 …ndle findGetter(Class<?> refc, String name, Class<?> type) throws NoSuchFieldException, IllegalAcc… in findGetter() 1425 throws NoSuchFieldException, IllegalAccessException { in findAccessor() 1480 …ndle findSetter(Class<?> refc, String name, Class<?> type) throws NoSuchFieldException, IllegalAcc… in findSetter() 1553 …e findVarHandle(Class<?> recv, String name, Class<?> type) throws NoSuchFieldException, IllegalAcc… in findVarHandle() 1564 throws NoSuchFieldException { in findFieldOfType() 1572 } catch (NoSuchFieldException e) { in findFieldOfType() 1583 throw new NoSuchFieldException(name); in findFieldOfType() 1622 …indStaticGetter(Class<?> refc, String name, Class<?> type) throws NoSuchFieldException, IllegalAcc… in findStaticGetter() 1645 …indStaticSetter(Class<?> refc, String name, Class<?> type) throws NoSuchFieldException, IllegalAcc… in findStaticSetter() 1720 …StaticVarHandle(Class<?> decl, String name, Class<?> type) throws NoSuchFieldException, IllegalAcc… in findStaticVarHandle()
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | Class.annotated.java | 126 …ng.reflect.Field getField(java.lang.String name) throws java.lang.NoSuchFieldException { throw new… in getField() 144 …a.lang.reflect.Field getDeclaredField(java.lang.String name) throws java.lang.NoSuchFieldException; in getDeclaredField()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/ |
D | OldSHA1PRNGSecureRandomTest.java | 328 public final void testSetSeedbyteArray02() throws NoSuchFieldException, SecurityException, in testSetSeedbyteArray02() 362 public final void testSetSeedbyteArray03() throws NoSuchFieldException, SecurityException, in testSetSeedbyteArray03()
|
/libcore/ojluni/src/main/java/sun/util/logging/ |
D | LoggingSupport.java | 60 } catch (NoSuchFieldException e) {
|
/libcore/ojluni/src/test/java/util/Collections/ |
D | SyncSubMutexes.java | 257 } catch ( ClassNotFoundException | NoSuchFieldException | IllegalAccessException e) { in getSyncCollectionMutex() 268 } catch ( ClassNotFoundException | NoSuchFieldException | IllegalAccessException e) { in getSyncMapMutex()
|
/libcore/ojluni/src/test/java/util/IdentityHashMap/ |
D | Capacity.java | 61 } catch (NoSuchFieldException e) {
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Class.annotated.java | 125 …eld(@libcore.util.NonNull java.lang.String name) throws java.lang.NoSuchFieldException { throw new… in getField() 139 …etDeclaredField(@libcore.util.NonNull java.lang.String name) throws java.lang.NoSuchFieldException; in getDeclaredField()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Class.java | 224 throws java.lang.NoSuchFieldException { in getField() 263 throws java.lang.NoSuchFieldException; in getDeclaredField()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/ |
D | ThreadsTest.java | 43 } catch (NoSuchFieldException ex) {
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ClassTest.java | 150 } catch (NoSuchFieldException e) { in getField() 155 } catch (NoSuchFieldException e) { in getField()
|
/libcore/ojluni/src/test/java/time/test/java/time/ |
D | TestClock_System.java | 282 } catch (ClassNotFoundException | NoSuchFieldException ex) {
|
/libcore/libart/src/main/java/java/lang/ |
D | Daemons.java | 420 } catch (NoSuchFieldException | IllegalAccessException e) {
|
/libcore/luni/src/test/java/libcore/xml/ |
D | XmlToSax2DriverTest.java | 201 public void testGetIndex() throws NoSuchFieldException, IllegalAccessException { in testGetIndex()
|