Searched refs:Inherited (Results 1 - 25 of 38) sorted by relevance

12

/external/droiddriver/src/io/appium/droiddriver/runner/
H A DMinSdkVersion.java19 import java.lang.annotation.Inherited;
35 @Inherited
H A DUseUiAutomation.java19 import java.lang.annotation.Inherited;
37 @Inherited
/external/guice/extensions/persist/src/com/google/inject/persist/
H A DTransactional.java20 import java.lang.annotation.Inherited;
43 @Inherited
/external/junit/src/org/junit/runner/
H A DRunWith.java4 import java.lang.annotation.Inherited;
28 @Inherited
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/annotations/
H A DDoNotParseDetail.java21 import java.lang.annotation.Inherited;
32 @Inherited
H A DParseDetail.java20 import java.lang.annotation.Inherited;
28 @Inherited
/external/vogar/src/org/junit/runner/
H A DRunWith.java22 import java.lang.annotation.Inherited;
29 @Inherited
/external/jcommander/src/main/java/com/beust/jcommander/
H A DParameters.java21 import java.lang.annotation.Inherited;
34 @Inherited
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DGrammarRuleAttribute.cs38 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DGrammarRuleAttribute.cs39 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DSetFeature.java22 import java.lang.annotation.Inherited;
52 @Inherited
H A DCollectionFeature.java22 import java.lang.annotation.Inherited;
126 @Inherited
H A DCollectionSize.java22 import java.lang.annotation.Inherited;
98 @Inherited
H A DListFeature.java22 import java.lang.annotation.Inherited;
66 @Inherited
H A DMapFeature.java22 import java.lang.annotation.Inherited;
98 @Inherited
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetFeature.java24 import java.lang.annotation.Inherited;
49 @Inherited
H A DMultimapFeature.java25 import java.lang.annotation.Inherited;
53 @Inherited
/external/clang/include/clang/AST/
H A DAttr.h53 bool Inherited : 1;
81 Inherited(false), IsPackExpansion(false), Implicit(false),
97 bool isInherited() const { return Inherited; }
128 void setInherited(bool I) { Inherited = I; }
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
H A DFeatureEnumTest.java22 import java.lang.annotation.Inherited;
51 annotationClass.getAnnotation(Inherited.class));
H A DFeatureUtilTest.java26 import java.lang.annotation.Inherited;
57 @Inherited
88 @Inherited
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
H A DDatabaseConfig.java4 import java.lang.annotation.Inherited;
126 @Inherited
/external/junit/src/org/junit/runners/
H A DSuite.java4 import java.lang.annotation.Inherited;
42 @Inherited
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DAnnotationTest.java19 import java.lang.annotation.Inherited;
69 @Inherited
132 println("ERROR: Inherited class annotation not found.");
/external/doclava/res/assets/templates/
H A Dclass.cs41 <?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>
300 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
351 <div style="clear:left;">Inherited Constants</div></th></tr>
387 <div style="clear:left;">Inherited Fields</div></th></tr>
447 <div style="clear:left;">Inherited Methods</div></th></tr>
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/
H A DClassReflection.java19 import java.lang.annotation.Inherited;
226 // check for annotation types marked as Inherited
228 if (annotationType.getDeclaredAnnotation(Inherited.class) != null) {

Completed in 1489 milliseconds

12