HomeSort by relevance Sort by last modified time
    Searched full:inheritance (Results 1 - 25 of 444) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/AST/
InheritViz.cpp 1 //===- InheritViz.cpp - Graphviz visualization for inheritance --*- C++ -*-===//
11 // generates a GraphViz DOT file that depicts the class inheritance
29 /// GraphViz file that diagrams the inheritance hierarchy starting at
51 /// WriteNode - Write out the description of node in the inheritance
98 // If this is not virtual inheritance, bump the direct base
112 // Write out edge attributes to show the kind of inheritance.
134 /// viewInheritance - Display the inheritance hierarchy of this C++
  /external/astl/
README 10 To keep things simple, some inheritance hierarchies are just not there (e.g
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-inherit 4 # This file shows the basic inheritance usage in 'remote' statements.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_12.js 27 This tests Object Hierarchy and Inheritance, as described in the document
28 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97
32 No Multiple Inheritance
40 var TITLE = "No Multiple Inheritance";
proto_3.js 27 This tests Object Hierarchy and Inheritance, as described in the document
28 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97
proto_9.js 27 This tests Object Hierarchy and Inheritance, as described in the document
28 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97
proto_11.js 27 This tests Object Hierarchy and Inheritance, as described in the document
28 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97
proto_2.js 27 This tests Object Hierarchy and Inheritance, as described in the document
28 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97
proto_4.js 27 This tests Object Hierarchy and Inheritance, as described in the document
28 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97
proto_5.js 27 This tests Object Hierarchy and Inheritance, as described in the document
28 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97
proto_6.js 27 This tests Object Hierarchy and Inheritance, as described in the document
28 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97
proto_7.js 27 This tests Object Hierarchy and Inheritance, as described in the document
28 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97
proto_8.js 27 This tests Object Hierarchy and Inheritance, as described in the document
28 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97
  /external/clang/test/CXX/class.access/class.access.base/
p5.cpp 33 struct E : private D { // expected-note{{constrained by private inheritance}}
51 class B : private A {}; // expected-note {{private inheritance}}
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
_index.html 30 inheritance (non backwards compatible) and composition (backwards compatible).
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_handler.h 40 // Workaround for MSVC 2005 not handling inheritance from nested classes well.
  /external/kernel-headers/original/linux/
ioprio.h 60 * For inheritance, return the highest of the two given priorities
  /external/qemu/hw/
sysbus.h 30 /* Macros to compensate for lack of type inheritance in C. */
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILElement.java 26 * interfaces (see also the DOM documentation discussion of Inheritance vs
  /build/tools/droiddoc/templates-pdk/assets/
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 {
  /build/tools/droiddoc/templates-sdk/assets/
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 {
  /external/doclava/res/assets/templates/assets/
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 {
  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityDelegateSupportActivity.java 52 * as opposed to inheritance. An accessibility delegate can be used for adding
67 // via composition as opposed as inheritance. The main benefit is that
  /external/jdiff/src/jdiff/
ClassDiff.java 21 * A string describing the changes in inheritance.
80 * Compare the inheritance details of two classes and produce
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
instanceof-002.js 10 This tests Object Hierarchy and Inheritance, as described in the document
11 Object Hierarchy and Inheritance in JavaScript, last modified on 12/18/97

Completed in 834 milliseconds

1 2 3 4 5 6 7 8 91011>>