/external/doclava/src/com/google/doclava/ |
D | TagInfo.java | 69 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0); in makeHDF() 72 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, in makeHDF() argument 76 if (len == 0 && inherited != null) { in makeHDF() 77 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1); in makeHDF() 81 if (inherited != null && t.name().equals("@inheritDoc")) { in makeHDF() 82 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1); in makeHDF()
|
D | InheritedTags.java | 22 InheritedTags inherited(); in inherited() method
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.cpp | 107 , inherited(defaultStyle()->inherited) in RenderStyle() 134 inherited.init(); in RenderStyle() 146 , inherited(o.inherited) in RenderStyle() 207 inherited = inheritParent->inherited; in inheritFrom() 253 && inherited == o.inherited in operator ==() 326 || inherited != other->inherited in inheritedNotEqual() 335 && inherited.get() == other->inherited.get() in inheritedDataShared() 549 if (inherited->textAutosizingMultiplier != other.inherited->textAutosizingMultiplier) in diffNeedsFullLayoutAndRepaint() 552 if (inherited.get() != other.inherited.get()) { in diffNeedsFullLayoutAndRepaint() 553 if (inherited->line_height != other.inherited->line_height in diffNeedsFullLayoutAndRepaint() [all …]
|
/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-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…
|
/external/chromium_org/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/chromium_org/tools/gyp/test/mac/cflags/ |
D | test.gyp | 68 '$inherited', 90 '$(inherited)', 112 '${inherited}',
|
/external/chromium_org/tools/gyp/test/mac/xctest/ |
D | test.gyp | 36 '$(inherited)', 40 '$(inherited)',
|
/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/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 35 inherited; typedef in __anone018911a0111::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/chromium_org/tools/gn/ |
D | target.cc | 177 const std::set<const Target*> inherited = dep->inherited_libraries(); in PullDependentTargetInfo() local 178 for (std::set<const Target*>::const_iterator i = inherited.begin(); in PullDependentTargetInfo() 179 i != inherited.end(); ++i) in PullDependentTargetInfo()
|
D | ninja_binary_target_writer.cc | 380 const std::set<const Target*>& inherited = target_->inherited_libraries(); in GetDeps() local 384 if (inherited.find(deps[i].ptr) != inherited.end()) in GetDeps() 391 for (std::set<const Target*>::const_iterator i = inherited.begin(); in GetDeps() 392 i != inherited.end(); ++i) { in GetDeps()
|
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
D | StylesSidebarPane.js | 392 resultStyles.inherited = matchedResult.inherited; 613 for (var parentOrdinal = 0; parentOrdinal < styles.inherited.length; ++parentOrdinal) { 614 var parentStyles = styles.inherited[parentOrdinal]; 1360 var inherited = this.isPropertyInherited(property.name); 1362 …TreeElement(this._parentPane, this.styleRule, style, property, isShorthand, inherited, overloaded); 1404 var inherited = this.isPropertyInherited(property.name); 1406 …TreeElement(this._parentPane, this.styleRule, style, property, isShorthand, inherited, overloaded); 1622 while (firstChild && firstChild.inherited) 1812 var inherited = this._isPropertyInherited(property.name); 1813 …tor.ComputedStylePropertyTreeElement(this._stylesPane, this.styleRule, style, property, inherited); [all …]
|
/external/clang/test/Index/ |
D | annotate-nested-name-specifier.cpp | 134 typedef X8 inherited; typedef 136 inherited::f(); in f()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSProperty.h | 35 …ool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited) in StylePropertyMetadata() 41 , m_inherited(inherited) in StylePropertyMetadata()
|
/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/lldb/tools/lldb-perf/lldbperf.xcodeproj/ |
D | project.pbxproj | 862 "$(inherited)", 868 "$(inherited)", 883 "$(inherited)", 914 "$(inherited)", 976 "$(inherited)", 982 "$(inherited)", 994 "$(inherited)", 1008 "$(inherited)", 1014 "$(inherited)", 1026 "$(inherited)", [all …]
|