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

1 2 3

  /art/test/048-reflect-v8/src/
Calendars.java 17 import java.lang.annotation.Inherited;
23 @Inherited // note: elements must also be @Inherited by JLS.
Calendar.java 17 import java.lang.annotation.Inherited;
26 @Inherited // note: container must also be @Inherited by JLS.
  /art/test/005-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/ojluni/src/main/java/java/lang/annotation/
Inherited.java 29 * Indicates that an annotation type is automatically inherited. If
30 * an Inherited meta-annotation is present on an annotation type
41 * that this meta-annotation only causes annotations to be inherited
51 public @interface Inherited {
  /external/droiddriver/src/io/appium/droiddriver/runner/
MinSdkVersion.java 19 import java.lang.annotation.Inherited;
35 @Inherited
UseUiAutomation.java 19 import java.lang.annotation.Inherited;
37 @Inherited
  /external/guice/extensions/persist/src/com/google/inject/persist/
Transactional.java 20 import java.lang.annotation.Inherited;
43 @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/vogar/src/org/junit/runner/
RunWith.java 22 import java.lang.annotation.Inherited;
29 @Inherited
  /external/jcommander/src/main/java/com/beust/jcommander/
Parameters.java 21 import java.lang.annotation.Inherited;
34 @Inherited
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
SetFeature.java 22 import java.lang.annotation.Inherited;
52 @Inherited
CollectionFeature.java 22 import java.lang.annotation.Inherited;
126 @Inherited
CollectionSize.java 22 import java.lang.annotation.Inherited;
98 @Inherited
ListFeature.java 22 import java.lang.annotation.Inherited;
66 @Inherited
MapFeature.java 22 import java.lang.annotation.Inherited;
98 @Inherited
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetFeature.java 24 import java.lang.annotation.Inherited;
49 @Inherited
MultimapFeature.java 25 import java.lang.annotation.Inherited;
53 @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 53 bool Inherited : 1;
81 Inherited(false), IsPackExpansion(false), Implicit(false),
97 bool isInherited() const { return Inherited; }
128 void setInherited(bool I) { Inherited = I; }

Completed in 541 milliseconds

1 2 3