Home
last modified time | relevance | path

Searched refs:Inherited (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/include/clang/AST/
DAttr.h53 bool Inherited : 1; variable
81 Inherited(false), IsPackExpansion(false), Implicit(false), in Attr()
97 bool isInherited() const { return Inherited; } in isInherited()
128 void setInherited(bool I) { Inherited = I; } in setInherited()
/external/vogar/src/org/junit/runner/
DRunWith.java22 import java.lang.annotation.Inherited;
29 @Inherited
/external/junit/src/org/junit/runner/
DRunWith.java4 import java.lang.annotation.Inherited;
28 @Inherited
/external/droiddriver/src/io/appium/droiddriver/runner/
DUseUiAutomation.java19 import java.lang.annotation.Inherited;
37 @Inherited
DMinSdkVersion.java19 import java.lang.annotation.Inherited;
35 @Inherited
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/annotations/
DParseDetail.java20 import java.lang.annotation.Inherited;
28 @Inherited
DDoNotParseDetail.java21 import java.lang.annotation.Inherited;
32 @Inherited
/external/guice/extensions/persist/src/com/google/inject/persist/
DTransactional.java20 import java.lang.annotation.Inherited;
43 @Inherited
/external/jcommander/src/main/java/com/beust/jcommander/
DParameters.java21 import java.lang.annotation.Inherited;
34 @Inherited
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DSetFeature.java22 import java.lang.annotation.Inherited;
52 @Inherited
DListFeature.java22 import java.lang.annotation.Inherited;
66 @Inherited
DMapFeature.java22 import java.lang.annotation.Inherited;
98 @Inherited
DCollectionSize.java22 import java.lang.annotation.Inherited;
98 @Inherited
DCollectionFeature.java22 import java.lang.annotation.Inherited;
126 @Inherited
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetFeature.java24 import java.lang.annotation.Inherited;
49 @Inherited
DMultimapFeature.java25 import java.lang.annotation.Inherited;
53 @Inherited
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
DDatabaseConfig.java4 import java.lang.annotation.Inherited;
126 @Inherited
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
DFeatureEnumTest.java22 import java.lang.annotation.Inherited;
51 annotationClass.getAnnotation(Inherited.class)); in assertGoodTesterAnnotation()
DFeatureUtilTest.java26 import java.lang.annotation.Inherited;
57 @Inherited
88 @Inherited
/external/junit/src/org/junit/runners/
DSuite.java4 import java.lang.annotation.Inherited;
42 @Inherited
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DAnnotationTest.java19 import java.lang.annotation.Inherited;
69 @Inherited
/external/doclava/res/assets/templates/
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>
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DGrammarRuleAttribute.cs38 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DGrammarRuleAttribute.cs39 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/clang/test/SemaObjC/
Dprotocols-suppress-conformance.m48 @protocol Inherited protocol
53 @protocol Derived <Inherited>
57 @interface ClassC <Inherited>

12