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

12

/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DMinAndroidSdkLevel.java8 import java.lang.annotation.Inherited;
13 @Inherited
/external/droiddriver/src/com/google/android/droiddriver/runner/
H A DMinSdkVersion.java22 import java.lang.annotation.Inherited;
35 @Inherited
H A DUseUiAutomation.java22 import java.lang.annotation.Inherited;
37 @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/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 DListFeature.java21 import java.lang.annotation.Inherited;
68 @Inherited
H A DMapFeature.java21 import java.lang.annotation.Inherited;
82 @Inherited
H A DSetFeature.java21 import java.lang.annotation.Inherited;
52 @Inherited
H A DCollectionFeature.java21 import java.lang.annotation.Inherited;
128 @Inherited
H A DCollectionSize.java21 import java.lang.annotation.Inherited;
98 @Inherited
/external/clang/include/clang/AST/
H A DAttr.h51 bool Inherited : 1;
78 Inherited(false), IsPackExpansion(false), Implicit(false) {}
93 bool isInherited() const { return Inherited; }
125 void setInherited(bool I) { Inherited = I; }
H A DDeclTemplate.h996 void setDefaultArgument(TypeSourceInfo *DefArg, bool Inherited) { argument
998 InheritedDefault = Inherited;
1122 void setDefaultArgument(Expr *DefArg, bool Inherited) { argument
1124 DefaultArgumentAndInherited.setInt(Inherited);
1347 void setDefaultArgument(const TemplateArgumentLoc &DefArg, bool Inherited) {
1349 DefaultArgumentWasInherited = Inherited;
/external/robolectric/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/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>
297 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
348 <div style="clear:left;">Inherited Constants</div></th></tr>
384 <div style="clear:left;">Inherited Fields</div></th></tr>
444 <div style="clear:left;">Inherited Methods</div></th></tr>
/external/clang/lib/Sema/
H A DSemaStmt.cpp1261 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; typedef in class:__anon18094::DeclExtractor
1265 Inherited(S.Context),
1339 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; typedef in class:__anon18094::DeclMatcher
1343 Inherited(S.Context), Decls(Decls), FoundDecl(false) {
1505 Inherited(S.Context) {
1509 typedef EvaluatedExprVisitor<BreakContinueFinder> Inherited; typedef in class:__anon18094::BreakContinueFinder
H A DSemaDeclCXX.cpp2209 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; typedef in class:__anon18030::UninitializedFieldVisitor
2213 : Inherited(S.Context), S(S), Decls(Decls),
2303 Inherited::VisitMemberExpr(ME);
2310 Inherited::VisitImplicitCastExpr(E);
2320 Inherited::VisitCXXConstructExpr(E);
2328 Inherited::VisitCXXMemberCallExpr(E);
2340 Inherited::VisitBinaryOperator(E);
3073 const CXXRecordDecl *Inherited = local
3076 if (Base && Inherited->getCanonicalDecl() == Base->getCanonicalDecl()) {
8328 // Inherited constructo
[all...]
H A DSemaExpr.cpp12628 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; typedef in class:__anon18050::MarkReferencedDecls
12644 return Inherited::TraverseTemplateArgument(Arg);
12670 typedef EvaluatedExprVisitor<EvaluatedExprMarker> Inherited; typedef in class:__anon18051::EvaluatedExprMarker
12673 : Inherited(S.Context), S(S), SkipLocalVariables(SkipLocalVariables) { }
12688 Inherited::VisitMemberExpr(E);
12702 Inherited::VisitCXXNewExpr(E);
12715 Inherited::VisitCXXDeleteExpr(E);
12720 Inherited::VisitCXXConstructExpr(E);
12728 Inherited::VisitImplicitCastExpr(E);
H A DSemaDecl.cpp8107 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; typedef in class:__anon18028::SelfReferenceChecker
8109 SelfReferenceChecker(Sema &S, Decl *OrigDecl) : Inherited(S.Context),
8165 Inherited::VisitImplicitCastExpr(E);
8199 Inherited::VisitCXXOperatorCallExpr(E);
8210 Inherited::VisitUnaryOperator(E);
/external/clang/lib/AST/
H A DExpr.cpp3043 typedef EvaluatedExprVisitor<NonTrivialCallFinder> Inherited; typedef in class:__anon17731::NonTrivialCallFinder
3049 : Inherited(Context), NonTrivial(false) { }
3058 Inherited::VisitStmt(E);
3069 Inherited::VisitStmt(E);
3078 Inherited::VisitStmt(E);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1909 bool Inherited = Record[Idx++]; local
1911 D->setDefaultArgument(DefArg, Inherited);
1930 bool Inherited = Record[Idx++]; local
1931 D->setDefaultArgument(DefArg, Inherited);
/external/pcre/dist/
H A Dpcregexp.pas688 Inherited Init(1,1);

Completed in 1124 milliseconds

12