HomeSort by relevance Sort by last modified time
    Searched refs:Inherited (Results 1 - 24 of 24) 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 {
  /external/clang/include/clang/AST/
Attr.h 65 bool Inherited : 1;
89 : Range(R), AttrKind(AK), Inherited(false) {}
101 bool isInherited() const { return Inherited; }
116 void setInherited(bool I) { Inherited = I; }
DeclTemplate.h     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 20 import java.lang.annotation.Inherited;
70 @Inherited
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
AccessibleObjectTest.java 22 import java.lang.annotation.Inherited;
69 @Inherited
146 //test inherited on method has no effect
148 assertNull("Inherited Annotations should have no effect", ir);
FieldTest.java 24 import java.lang.annotation.Inherited;
74 @Inherited
171 assertTrue("Inherited Field returned false", f.equals(x.getClass()
781 // Check the case where the field is inherited to be sure the parent
    [all...]
  /libcore/luni/src/main/java/java/lang/
Class.java 39 import java.lang.annotation.Inherited;
245 * members inherited from super classes and interfaces. If there are no such
265 if (annotationType.isAnnotationPresent(Inherited.class)) {
287 * annotations from superclasses that have the "@Inherited" annotation
291 * It's possible to have duplicates when annotations are inherited.
306 if (!map.containsKey(clazz) && clazz.isAnnotationPresent(Inherited.class)) {
503 * represented by this {@code Class}. Annotations that are inherited are not
539 * first. This includes the member classes inherited from superclasses. If no
    [all...]
  /external/doclava/res/assets/templates/
class.cs 12 <?cs # are there inherited members ?>
13 <?cs each:cl=class.inherited ?>
41 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
53 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
61 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
81 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
291 <?cs # if there are inherited attrs, write the table ?>
297 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
298 <?cs each:cl=class.inherited ?>
302 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/pcre/
pcregexp.pas 688 Inherited Init(1,1);
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
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 1117 milliseconds