Searched refs:inheritance (Results 1 – 25 of 87) sorted by relevance
1234
/external/doclava/res/assets/templates/assets/ |
D | style.css | 155 div#jd-content table.jd-inheritance-table { 162 div#jd-content table.jd-inheritance-table td { 169 div#jd-content table.jd-inheritance-table .jd-inheritance-space { 173 div#jd-content table.jd-inheritance-table .jd-inheritance-interface-cell {
|
D | doclava-developer-docs.css | 476 /* inheritance table */ 477 .jd-inheritance-table { 483 .jd-inheritance-table td { 488 .jd-inheritance-table .jd-inheritance-space { 492 .jd-inheritance-table .jd-inheritance-interface-cell {
|
/external/eigen/doc/ |
D | I12_ClassHierarchy.dox | 25 In addition, the design avoids multiple inheritance. One reason for this is that in our experience,… 59 …inheritance? No, because \c %PlainObjectBase \e itself inherits \c %MatrixBase or \c %ArrayBase de… 78 The inheritance diagram for Matrix looks as follows: 89 The inheritance diagram for Array looks as follows: 100 The inheritance diagram for some other matrix expression class, here denoted by \c SomeMatrixXpr, l… 111 The inheritance diagram for some other array expression class, here denoted by \c SomeArrayXpr, loo… 123 corresponding inheritance diagram is:
|
/external/doclava/res/assets/templates/ |
D | class.cs | 103 <?cs set:colspan = subcount(class.inheritance) ?> 104 <?cs each:supr = class.inheritance ?> 123 <?cs set:colspan = subcount(class.inheritance) ?> 124 <?cs each:supr = class.inheritance ?> 126 <?cs loop:i = 1, (subcount(class.inheritance)-colspan), 1 ?> 127 …<td class="jd-inheritance-space"> <?cs if:(subcount(class.inheritance)-colspan) == i ?> …
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample-inherit | 4 # This file shows the basic inheritance usage in 'remote' statements.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-20-.NET-Differences.txt | 7 includes full information about classes and inheritance. In fact, I just
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | ASTDbg.stg | 32 /** Template overrides to add debugging to AST stuff. Dynamic inheritance
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | ASTDbg.stg | 29 /** Template overrides to add debugging to AST stuff. Dynamic inheritance
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | ASTDbg.stg | 31 /** Template overrides to add debugging to AST stuff. Dynamic inheritance
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | ASTDbg.stg | 29 /** Template overrides to add debugging to AST stuff. Dynamic inheritance
|
/external/mesa3d/src/gallium/ |
D | README.portability | 52 The main thing we do is mimic inheritance by structure containment.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ASTDbg.stg | 29 /** Template overrides to add debugging to AST stuff. Dynamic inheritance
|
/external/chromium_org/third_party/mesa/src/src/gallium/ |
D | README.portability | 52 The main thing we do is mimic inheritance by structure containment.
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLAttributeNames.in | 295 reset-style-inheritance
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | ASTDbg.stg | 33 /** Template overrides to add debugging to AST stuff. Dynamic inheritance
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | mainpage.dox | 45 /// Java version of the runtime as closely as a language without class structures and inheritance c… 48 /// model inheritance too exactly. Other differences include the use of token and string factories …
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 246 For concrete bases (i.e. non-abstract interior nodes of the inheritance 391 according to a preorder traversal of the inheritance tree. 393 is some ancestor in the inheritance hierarchy. The argument should
|
/external/clang/ |
D | NOTES.txt | 103 delegation optimization in cases of virtual inheritance where:
|
/external/linux-tools-perf/Documentation/ |
D | perf-record.txt | 131 In per-thread mode with inheritance mode on (default), samples are captured only when
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_view.mm | 76 // TODO(jrg): find a way to share code. Lack of multiple inheritance
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_view.mm | 51 // TODO(jrg): find a way to share code. Lack of multiple inheritance
|
/external/libvpx/libvpx/ |
D | libs.doxy_template | 206 # func(std::string) {}). This also make the inheritance and collaboration 218 # instead of private inheritance when no explicit protection keyword is present. 1136 # generate a inheritance diagram (in HTML, RTF and la_te_x) for classes with base 1152 # If set to YES, the inheritance and collaboration graphs will hide 1153 # inheritance and usage relations if the target is undocumented 1167 # indirect inheritance relations. Setting this tag to YES will force the 1174 # indirect implementation dependencies (inheritance, containment, and 1184 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and 1190 # If set to YES, the inheritance and collaboration graphs will show the
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | doxyfile | 801 # generate a inheritance diagram (in Html, RTF and LaTeX) for classes with base or 808 # If set to YES, the inheritance and collaboration graphs will hide 809 # inheritance and usage relations if the target is undocumented 823 # indirect inheritance relations. Setting this tag to YES will force the 830 # indirect implementation dependencies (inheritance, containment, and 835 # If set to YES, the inheritance and collaboration graphs will show the
|
/external/bison/doc/ |
D | Doxyfile.in | 950 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or 957 # If set to YES, the inheritance and collaboration graphs will hide 958 # inheritance and usage relations if the target is undocumented 972 # indirect inheritance relations. Setting this tag to YES will force the 979 # indirect implementation dependencies (inheritance, containment, and 984 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and 990 # If set to YES, the inheritance and collaboration graphs will show the
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-nice-strict.h.pump | 80 // C++ doesn't (yet) allow inheritance of constructors, so we have
|
1234