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

1 2

  /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/junit/src/org/junit/runner/
RunWith.java 4 import java.lang.annotation.Inherited;
28 @Inherited
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/annotations/
DoNotParseDetail.java 21 import java.lang.annotation.Inherited;
32 @Inherited
ParseDetail.java 20 import java.lang.annotation.Inherited;
28 @Inherited
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ListFeature.java 21 import java.lang.annotation.Inherited;
68 @Inherited
MapFeature.java 21 import java.lang.annotation.Inherited;
82 @Inherited
SetFeature.java 21 import java.lang.annotation.Inherited;
52 @Inherited
CollectionFeature.java 21 import java.lang.annotation.Inherited;
128 @Inherited
CollectionSize.java 21 import java.lang.annotation.Inherited;
98 @Inherited
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
GrammarRuleAttribute.cs 38 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
GrammarRuleAttribute.cs 39 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
  /external/clang/include/clang/AST/
Attr.h 51 bool Inherited : 1;
78 Inherited(false), IsPackExpansion(false) {}
92 bool isInherited() const { return Inherited; }
114 void setInherited(bool I) { Inherited = I; }
DeclTemplate.h     [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DatabaseConfig.java 4 import java.lang.annotation.Inherited;
126 @Inherited
  /external/junit/src/org/junit/runners/
Suite.java 4 import java.lang.annotation.Inherited;
42 @Inherited
  /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);
  /external/v8/test/mjsunit/regress/
regress-1692.js 52 // Inherited properties are ignored.
64 // Inherited accessors.
  /libcore/luni/src/main/java/java/lang/
Class.java 39 import java.lang.annotation.Inherited;
222 * members inherited from super classes and interfaces. If there are no such
248 if (annotationType.isAnnotationPresent(Inherited.class)) {
269 * annotations from superclasses that have the "@Inherited" annotation
273 * It's possible to have duplicates when annotations are inherited.
288 if (!map.containsKey(clazz) && clazz.isAnnotationPresent(Inherited.class)) {
464 * represented by this {@code Class}. Annotations that are inherited are not
    [all...]
  /build/tools/droiddoc/templates-ds/
class.cs 18 <?cs # are there inherited members ?>
19 <?cs each:cl=class.inherited ?>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
301 <?cs # if there are inherited attrs, write the table ?>
307 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
308 <?cs each:cl=class.inherited ?>
312 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 18 <?cs # are there inherited members ?>
19 <?cs each:cl=class.inherited ?>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
301 <?cs # if there are inherited attrs, write the table ?>
307 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
308 <?cs each:cl=class.inherited ?>
312 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]

Completed in 346 milliseconds

1 2