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

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
host.h 155 * template functions STLport implement a workaround based on inheritance
156 * detection. This inheritance can introduce trouble in client code when
235 * please use public inheritance from iterator<> template to achieve desired effect.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
host.h 155 * template functions STLport implement a workaround based on inheritance
156 * detection. This inheritance can introduce trouble in client code when
235 * please use public inheritance from iterator<> template to achieve desired effect.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
host.h 155 * template functions STLport implement a workaround based on inheritance
156 * detection. This inheritance can introduce trouble in client code when
235 * please use public inheritance from iterator<> template to achieve desired effect.
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
host.h 155 * template functions STLport implement a workaround based on inheritance
156 * detection. This inheritance can introduce trouble in client code when
235 * please use public inheritance from iterator<> template to achieve desired effect.
  /device/moto/wingray/
BoardConfig.mk 25 # against the traditional rules of inheritance).
  /external/bluetooth/glib/tests/gobject/
ifaceinherit.c 32 /* This test tests inheritance of interface. We two object
  /external/clang/test/CodeGenCXX/
constructors.cpp 39 /* Test that things work for inheritance. */
  /external/clang/test/FixIt/
fixit-function-call.cpp 105 // TODO: Test that we do not provide a fixit when inheritance is private.
  /external/emma/ant/ant14/com/vladium/emma/ant/
NestedTask.java 46 // needs to be paid to horizontal inheritance:
  /external/icu4c/common/
resbund.cpp 107 * Inheritance is implemented. For example, xx_YY_zz inherits as
108 * follows: xx_YY_zz, xx_YY, xx, default. Inheritance is implemented
120 * once a ResourceBundle object is constructed, the inheritance path
150 * ("CollationElements"), so you don't need an inheritance chain of
  /external/llvm/lib/Analysis/
NoAliasAnalysis.cpp 71 /// an analysis interface through multiple inheritance. If needed, it
  /external/webkit/Source/WebCore/html/canvas/
TypedArrayBase.h 56 // rules about inheritance of members in template classes, and
  /libcore/luni/src/main/java/java/util/prefs/
PreferenceChangeEvent.java 31 * inheritance from {@code EventObject}, this type is not intended to be serialized
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 43 * The constructor is provided for inheritance purposes
ASN1Integer.java 41 * The constructor is provided for inheritance purposes
ASN1UTCTime.java 55 * The constructor is provided for inheritance purposes
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
include 82 # Test inheritance of dontcare flag when rebuilding makefiles.
  /development/tools/axl/
singletonmixin.py 5 subclasses to create singleton behavior -- inheritance from
22 who didn't happen notice the inheritance from Singleton might think he
  /external/chromium/base/
bind_helpers.h 72 // with multiple inheritance. In the more standard formulation, the overloads
89 // To get around this, we play a dirty trick with multiple inheritance.
  /external/chromium/chrome/browser/history/
visit_database.h 21 // from URLDatabase. However, this inheritance is not explicit as things would
22 // get too complicated and have multiple inheritance.
  /external/clang/test/CXX/class.access/class.access.base/
p1.cpp 65 class Test : protected Base { // expected-note 6 {{declared protected here}} expected-note 8 {{constrained by protected inheritance here}}
122 // expected-note 10 {{constrained by private inheritance here}}
  /external/llvm/include/llvm/Analysis/
LoopPass.h 72 /// additional use of multiple inheritance in Pass class hierarchy, something
137 /// additional use of multiple inheritance in Pass class hierarchy, something
  /build/tools/droiddoc/templates-pdk/assets/
android-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/doclava/res/assets/templates/assets/
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/doclava/res/assets/templates/
class.cs 103 <?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

Completed in 668 milliseconds

1 23 4 5 6 7 8 91011>>