HomeSort by relevance Sort by last modified time
    Searched refs:Inherited (Results 1 - 15 of 15) sorted by null

  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoSimpleType2.java 7 @Inherited
AnnoFancyField.java 7 @Inherited // should have no effect
AnnoSimpleType.java 7 @Inherited
AnnoArrayField.java 6 @Inherited
  /libcore/luni/src/main/java/java/lang/annotation/
Inherited.java 22 * inherited.
29 public @interface Inherited {
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
AccessibleObjectTest.java 27 import java.lang.annotation.Inherited;
75 @Inherited
182 //test inherited on method has no effect
184 assertNull("Inherited Annotations should have no effect", ir);
FieldTest.java 28 import java.lang.annotation.Inherited;
79 @Inherited
182 assertTrue("Inherited Field returned false", f.equals(x.getClass()
    [all...]
  /build/tools/droiddoc/templates/
class.cs 12 <?cs # are there inherited members ?>
13 <?cs each:cl=class.inherited ?>
39 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
51 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
79 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
275 <?cs # if there are inherited attrs, write the table ?>
281 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
282 <?cs each:cl=class.inherited ?>
286 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /libcore/luni/src/main/java/java/lang/
Class.java 40 import java.lang.annotation.Inherited;
262 * members inherited from super classes and interfaces. If there are no such
307 * annotations from superclasses that have the "@Inherited" annotation
311 * It's possible to have duplicates when annotations are inherited.
328 clazz.isAnnotationPresent(Inherited.class)) {
495 * represented by this {@code Class}. Annotations that are inherited are not
525 * first. This includes the member classes inherited from superclasses. If no
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 804 milliseconds