Searched refs:inheritance (Results 1 - 5 of 5) sorted by relevance

/external/doclava/res/assets/templates/
H A Dclass.cs103 <?cs set:colspan = subcount(class.inheritance) ?>
104 <?cs each:supr = class.inheritance ?>
122 <table class="jd-inheritance-table">
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">&nbsp;<?cs if:(subcount(class.inheritance)-colspan) == i ?>&nbsp;&nbsp;&#x21b3;<?cs /if ?></td>
129 <td colspan="<?cs var:colspan ?>" class="jd-inheritance-class-cell"><?cs
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css476 /* 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/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as23 * inheritance via delegation of methods and shared state.
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c5679 vm_inherit_t inheritance; member in struct:__anon14339
5742 vm_inherit_t inheritance; member in struct:__anon14341
6220 vm_inherit_t inheritance; member in struct:__anon14359
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1999 /// inheritance via delegation of methods and shared state.

Completed in 1325 milliseconds