Home
last modified time | relevance | path

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

/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
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DMember.annotated.java39 public boolean isSynthetic(); in isSynthetic() method
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
/libcore/luni/src/test/java/libcore/build/
DDuplicateBridgeMethodsTest.java49 assertTrue(method.isSynthetic()); in testSubclassHasNoBridgeMethod()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DFieldTest.java56 assertTrue(valuesField.isSynthetic()); in testSyntheticModifier()
DParameterTest.java1039 assertEquals(expectedIsSynthetic, parameter.isSynthetic()); in checkImplicitAndSynthetic()
/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/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java70 public boolean isSynthetic() { throw new RuntimeException("Stub!"); } in isSynthetic() method in Class
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java97 public boolean isSynthetic() { in isSynthetic() method in Class
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DMethodTest.java393 .isSynthetic()); in test_isSynthetic()