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

1 2 3 4 5 6 7 8 91011>>

  /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}}
77 // is indeed ultimately constrained by the protected inheritance from Y.
91 class Z : protected Y { }; // expected-note 2 {{constrained by protected inheritance here}}
  /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/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/eigen/doc/
I12_ClassHierarchy.dox 25 In addition, the design avoids multiple inheritance. One reason for this is that in our experience, some
59 inheritance? No, because \c %PlainObjectBase \e itself inherits \c %MatrixBase or \c %ArrayBase depending
76 \section TopicClassHierarchyInheritanceDiagrams Inheritance diagrams
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, looks as
111 The inheritance diagram for some other array expression class, here denoted by \c SomeArrayXpr, looks as
123 corresponding inheritance diagram is:
  /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. */
  /frameworks/av/include/media/stagefright/
BufferProducerWrapper.h 26 // because IGBP's parent (IInterface) uses virtual inheritance. This class
  /frameworks/base/location/lib/
README.txt 11 (or by extending them via inheritance). This would break clients of the
  /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 {
  /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 1033 milliseconds

1 2 3 4 5 6 7 8 91011>>