Home
last modified time | relevance | path

Searched refs:isSynthetic (Results 1 – 25 of 30) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DMethodOverridesTest.java84 assertFalse(method.isSynthetic()); in testGetMethodsIncludesSyntheticMethods()
94 assertFalse(method.isSynthetic()); in testGetDeclaredMethodsIncludesSyntheticMethods()
103 assertFalse(method.isSynthetic()); in testSubclassChangesVisibility()
111 assertFalse(method.isSynthetic()); in testSubclassChangesVisibility()
120 assertTrue(method.isSynthetic()); in testMoreVisibleSubclassChangesVisibility()
128 assertTrue(method.isSynthetic()); in testMoreVisibleSubclassChangesVisibility()
DFieldTest.java56 assertTrue(valuesField.isSynthetic()); in testSyntheticModifier()
/libcore/ojluni/src/main/java/java/lang/reflect/
DMember.java91 public boolean isSynthetic(); in isSynthetic() method
DConstructor.java373 public boolean isSynthetic() { in isSynthetic() method in Constructor
374 return super.isSynthetic(); in isSynthetic()
DParameter.java254 public boolean isSynthetic() { in isSynthetic() method in Parameter
255 return Modifier.isSynthetic(getModifiers()); in isSynthetic()
DMethod.java449 public boolean isSynthetic() { in isSynthetic() method in Method
450 return super.isSynthetic(); in isSynthetic()
DField.java137 public boolean isSynthetic() { in isSynthetic() method in Field
138 return Modifier.isSynthetic(getModifiers()); in isSynthetic()
DModifier.java358 static boolean isSynthetic(int mod) { in isSynthetic() method in Modifier
DExecutable.java297 if (param.isSynthetic() || param.isImplicit()) { in getAllGenericParameterTypes()
499 public boolean isSynthetic() { in isSynthetic() method in Executable
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DMember.annotated.java39 public boolean isSynthetic(); in isSynthetic() method
DConstructor.annotated.java66 public boolean isSynthetic() { throw new RuntimeException("Stub!"); } in isSynthetic() method in Constructor
DParameter.annotated.java55 public boolean isSynthetic() { throw new RuntimeException("Stub!"); } in isSynthetic() method in Parameter
DExecutable.annotated.java60 public boolean isSynthetic() { throw new RuntimeException("Stub!"); } in isSynthetic() method in Executable
DMethod.annotated.java72 public boolean isSynthetic() { throw new RuntimeException("Stub!"); } in isSynthetic() method in Method
DField.annotated.java44 public boolean isSynthetic() { throw new RuntimeException("Stub!"); } in isSynthetic() method in Field
/libcore/luni/src/test/java/libcore/build/
DDuplicateBridgeMethodsTest.java49 assertTrue(method.isSynthetic()); in testSubclassHasNoBridgeMethod()
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DParameter.java86 public boolean isSynthetic() { in isSynthetic() method in Parameter
DConstructor.java130 public boolean isSynthetic() { in isSynthetic() method in Constructor
DField.java57 public boolean isSynthetic() { in isSynthetic() method in Field
DExecutable.java124 public boolean isSynthetic() { in isSynthetic() method in Executable
/libcore/luni/src/test/java/libcore/java/lang/
DLambdaImplementationTest.java349 assertTrue(lambdaClass.isSynthetic()); in assertGeneralLambdaClassCharacteristics()
400 assertFalse(implementationMethod.isSynthetic()); in assertLambdaMethodCharacteristics()
DOldClassTest.java653 ExtendTestClass.class.isSynthetic()); in test_isSynthetic()
655 TestInterface.class.isSynthetic()); in test_isSynthetic()
657 String.class.isSynthetic()); in test_isSynthetic()
/libcore/ojluni/annotations/mmodule/java/lang/
DClass.annotated.java72 public boolean isSynthetic() { throw new RuntimeException("Stub!"); } in isSynthetic() method in Class
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DFieldTest.java1562 assertTrue("Enum constant not recognized", fields[0].isSynthetic()); in test_isSynthetic()
1566 .isSynthetic()); in test_isSynthetic()
1570 .isSynthetic()); in test_isSynthetic()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java70 public boolean isSynthetic() { throw new RuntimeException("Stub!"); } in isSynthetic() method in Class

12