/external/doclava/src/com/google/doclava/ |
D | TagInfo.java | 75 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0); in makeHDF() 78 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, in makeHDF() argument 82 if (len == 0 && inherited != null) { in makeHDF() 83 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1); in makeHDF() 87 if (inherited != null && t.name().equals("@inheritDoc")) { in makeHDF() 88 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1); in makeHDF()
|
D | InheritedTags.java | 22 InheritedTags inherited(); in inherited() method
|
/external/clang/test/SemaObjC/ |
D | property-inherited.m | 29 …{property type 'id<FooDelegate>' is incompatible with type 'id<BarDelegate>' inherited from 'Foo'}} 45 …rning{{property type 'NSData *' is incompatible with type 'NSMutableData *' inherited from 'Base'}} 68 …ected-warning {{property type 'char' is incompatible with type 'void *' inherited from 'MKAnnotati… 69 …// expected-warning {{property type 'char' is incompatible with type 'void *' inherited from 'P2'}} 70 …xpected-warning {{property type 'char' is incompatible with type 'void *' inherited from 'Parent'}}
|
D | protocol-implementation-inherited.m | 11 // Interface conforms to inherited protocol 20 // protocol is inherited, and extended methods are implemented. 34 // alternate inherited protocol.
|
D | property-3.m | 12 …adwrite' of property inherited from 'I'}} expected-warning {{'copy' attribute on property 'd1' doe… 32 …ribute on property 'allowNonatomicProperty' does not match the property inherited from 'EKProtocol…
|
D | property-category-3.m | 15 …X; // expected-warning {{property type 'float' is incompatible with type 'int' inherited from 'P'}} 19 …ected-warning {{'copy' attribute on property 'ID' does not match the property inherited from 'P1'}}
|
D | property-atomic-redecl.m | 42 …{{'atomic' attribute on property 'property' does not match the property inherited from 'AtomicInhe… 55 …g{{atomic' attribute on property 'property' does not match the property inherited from 'AtomicInhe…
|
D | property-ownership-attr.m | 17 …xpected-warning {{'copy' attribute on property 'z' does not match the property inherited from 'P'}}
|
D | property-4.m | 27 …copy' attribute on property 'MayCauseError' does not match the property inherited from 'ProtocolOb…
|
D | super-dealloc-attribute.m | 29 - (void) AnnotMyDeallocMeth; // Annotated in root but not here. Annotation is inherited though 60 - (void) AnnotMyDeallocMethCAT; // Annotated in root but not here. Annotation is inherited though
|
D | property-and-ivar-use.m | 3 // Do not issue error if 'ivar' used previously belongs to the inherited class
|
/external/v8/test/mjsunit/ |
D | array-pop.js | 77 var inherited = Array.prototype.hasOwnProperty(j); 81 assertEquals(inherited, Array.prototype.hasOwnProperty(j), 103 var inherited = array_proto.hasOwnProperty(j); 107 assertEquals(inherited, array_proto.hasOwnProperty(j),
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-tuple.cpp | 61 typedef tuple<Tail...> inherited; typedef in tuple 70 : m_head(v), inherited(vtail...) { } in tuple() 74 : m_head(other.head()), inherited(other.tail()) { } in tuple() 85 inherited& tail() { return *this; } in tail() 86 const inherited& tail() const { return *this; } in tail()
|
D | example-bind.cpp | 61 typedef tuple<Tail...> inherited; typedef in tuple 70 : m_head(v), inherited(vtail...) { } in tuple() 74 : m_head(other.head()), inherited(other.tail()) { } in tuple() 85 inherited& tail() { return *this; } in tail() 86 const inherited& tail() const { return *this; } in tail()
|
/external/skia/experimental/GLFWTest/GLFWTest.xcodeproj/ |
D | project.pbxproj | 258 "$(inherited)", 272 "$(inherited)", 317 "$(inherited)", 336 "$(inherited)", 341 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; 343 "$(inherited)", 362 "$(inherited)", 371 "$(inherited)", 376 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; 378 "$(inherited)",
|
/external/google-breakpad/src/tools/mac/dump_syms/dump_syms.xcodeproj/ |
D | project.pbxproj | 1244 $inherited, 1258 $inherited, 1272 $inherited, 1279 "$(inherited)", 1291 $inherited, 1298 "$(inherited)", 1325 $inherited, 1340 $inherited, 1354 $inherited, 1368 $inherited, [all …]
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 35 inherited; typedef in __anona042009b0111::CollectUnexpandedParameterPacksVisitor 88 return inherited::TraverseTemplateName(Template); in TraverseTemplateName() 116 return inherited::TraverseStmt(S); in TraverseStmt() 125 return inherited::TraverseType(T); in TraverseType() 136 return inherited::TraverseTypeLoc(TL); in TraverseTypeLoc() 145 return inherited::TraverseDecl(D); in TraverseDecl() 155 return inherited::TraverseTemplateArgument(Arg); in TraverseTemplateArgument() 163 return inherited::TraverseTemplateArgumentLoc(ArgLoc); in TraverseTemplateArgumentLoc() 192 inherited::TraverseLambdaExpr(Lambda); in TraverseLambdaExpr()
|
/external/clang/test/CodeGenObjC/ |
D | default-property-synthesis.m | 30 …ted-warning {{property 'P2' 'copy' attribute does not match the property inherited from 'Super'}} \ 31 …ted-warning {{property 'P2' 'atomic' attribute does not match the property inherited from 'Super'}}
|
/external/clang/test/Index/ |
D | annotate-nested-name-specifier.cpp | 134 typedef X8 inherited; typedef 136 inherited::f(); in f()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/ |
D | reference.rst | 26 :inherited-members: 30 :inherited-members:
|
/external/llvm/utils/lit/tests/Inputs/discovery/subdir/ |
D | lit.local.cfg | 3 # Check that the arbitrary config values in our parent was inherited.
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t052importM1.g | 7 B : 'b' ; // defines B from inherited token space
|
D | t052importM2.g | 7 B : 'b' ; // defines B from inherited token space
|
/external/eigen/doc/ |
D | B01_Experimental.dox | 39 \li Matrix : full API stability (except for experimental stuff inherited from MatrixBase) 40 \li Map : full API stability (except for experimental stuff inherited from MatrixBase)
|
/external/skia/src/animator/ |
D | SkMemberInfo.cpp | 487 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; in Find() local 488 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index); in Find() 508 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; in Find() local 509 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr); in Find()
|