/external/clang/include/clang/AST/ |
D | Attr.h | 52 bool Inherited : 1; variable 80 Inherited(false), IsPackExpansion(false), Implicit(false), in Attr() 96 bool isInherited() const { return Inherited; } in isInherited() 127 void setInherited(bool I) { Inherited = I; } in setInherited()
|
D | DeclTemplate.h | 997 void setDefaultArgument(TypeSourceInfo *DefArg, bool Inherited) { 999 InheritedDefault = Inherited; 1123 void setDefaultArgument(Expr *DefArg, bool Inherited) { 1125 DefaultArgumentAndInherited.setInt(Inherited); 1348 void setDefaultArgument(const TemplateArgumentLoc &DefArg, bool Inherited) { 1350 DefaultArgumentWasInherited = Inherited;
|
/external/vogar/src/org/junit/runner/ |
D | RunWith.java | 22 import java.lang.annotation.Inherited; 29 @Inherited
|
/external/junit/src/org/junit/runner/ |
D | RunWith.java | 4 import java.lang.annotation.Inherited; 28 @Inherited
|
/external/droiddriver/src/io/appium/droiddriver/runner/ |
D | UseUiAutomation.java | 19 import java.lang.annotation.Inherited; 37 @Inherited
|
D | MinSdkVersion.java | 19 import java.lang.annotation.Inherited; 35 @Inherited
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/annotations/ |
D | ParseDetail.java | 20 import java.lang.annotation.Inherited; 28 @Inherited
|
D | DoNotParseDetail.java | 21 import java.lang.annotation.Inherited; 32 @Inherited
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultisetFeature.java | 24 import java.lang.annotation.Inherited; 49 @Inherited
|
D | MultimapFeature.java | 25 import java.lang.annotation.Inherited; 53 @Inherited
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | SetFeature.java | 22 import java.lang.annotation.Inherited; 52 @Inherited
|
D | ListFeature.java | 22 import java.lang.annotation.Inherited; 66 @Inherited
|
D | MapFeature.java | 22 import java.lang.annotation.Inherited; 98 @Inherited
|
D | CollectionFeature.java | 22 import java.lang.annotation.Inherited; 126 @Inherited
|
D | CollectionSize.java | 22 import java.lang.annotation.Inherited; 98 @Inherited
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
D | DatabaseConfig.java | 4 import java.lang.annotation.Inherited; 126 @Inherited
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/ |
D | FeatureEnumTest.java | 22 import java.lang.annotation.Inherited; 51 annotationClass.getAnnotation(Inherited.class)); in assertGoodTesterAnnotation()
|
D | FeatureUtilTest.java | 26 import java.lang.annotation.Inherited; 57 @Inherited 88 @Inherited
|
/external/junit/src/org/junit/runners/ |
D | Suite.java | 4 import java.lang.annotation.Inherited; 42 @Inherited
|
/external/doclava/res/assets/templates/ |
D | class.cs | 41 <?cs if:linkcount ?>| <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a> 53 <?cs if:linkcount ?>| <?cs /if ?><a href="#inhconstants">Inherited Constants</a> 61 <?cs if:linkcount ?>| <?cs /if ?><a href="#inhfields">Inherited Fields</a> 81 <?cs if:linkcount ?>| <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | GrammarRuleAttribute.cs | 38 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | GrammarRuleAttribute.cs | 39 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
|
/external/clang/test/SemaObjC/ |
D | protocols-suppress-conformance.m | 48 @protocol Inherited protocol 53 @protocol Derived <Inherited> 57 @interface ClassC <Inherited>
|
D | property-inherited.m | 4 // rdar://6497242 Inherited overridden protocol declared objects don't work
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1280 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; typedef in __anon27b5dcff0311::DeclExtractor 1284 Inherited(S.Context), in DeclExtractor() 1358 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; typedef in __anon27b5dcff0311::DeclMatcher 1362 Inherited(S.Context), Decls(Decls), FoundDecl(false) { in DeclMatcher() 1524 Inherited(S.Context) { in BreakContinueFinder() 1528 typedef EvaluatedExprVisitor<BreakContinueFinder> Inherited; typedef in __anon27b5dcff0311::BreakContinueFinder
|