OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inheritance
(Results
51 - 75
of
1569
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
52
/// WriteNode - Write out the description of node in the
inheritance
99
// If this is not virtual
inheritance
, bump the direct base
113
// Write out edge attributes to show the kind of
inheritance
.
135
/// viewInheritance - Display the
inheritance
hierarchy of this C++
MicrosoftCXXABI.cpp
154
// we have a non-primary base class, which uses the multiple
inheritance
model.
196
// are dropped as permitted (under the MSVC interpretation) by the
inheritance
224
MSInheritanceAttr::Spelling
Inheritance
= RD->getMSInheritanceModel();
232
Inheritance
))
234
if (MSInheritanceAttr::hasVBPtrOffsetField(
Inheritance
))
236
if (MSInheritanceAttr::hasVBTableOffsetField(
Inheritance
))
/external/ltp/testcases/realtime/func/pi-tests/
testpi-0.c
23
* This testcase checks whether priority
inheritance
support is present
98
printf("No Prio
inheritance
support\n");
100
printf("Prio
inheritance
support present\n");
/prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
jaxb-inheritance-plugin-1.jar
/external/clang/test/SemaCXX/
microsoft-super.cpp
23
struct B : private A { // expected-note {{constrained by private
inheritance
here}}
/external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-inherit
4
# This file shows the basic
inheritance
usage in 'remote' statements.
/external/testng/src/test/java/test/inheritance/
DChild_2.java
1
package test.
inheritance
;
ZBase_0.java
1
package test.
inheritance
;
/external/testng/src/test/java/test/inheritance/testng471/
TestNG471.java
1
package test.
inheritance
.testng471;
/hardware/interfaces/tests/inheritance/1.0/
IChild.hal
17
package android.hardware.tests.
inheritance
@1.0;
IFetcher.hal
17
package android.hardware.tests.
inheritance
@1.0;
IParent.hal
17
package android.hardware.tests.
inheritance
@1.0;
/external/eigen/doc/
ClassHierarchy.dox
21
In addition, the design avoids multiple
inheritance
. One reason for this is that in our experience, some
55
inheritance
? No, because \c %PlainObjectBase \e itself inherits \c %MatrixBase or \c %ArrayBase depending
72
\section TopicClassHierarchyInheritanceDiagrams
Inheritance
diagrams
74
The
inheritance
diagram for Matrix looks as follows:
85
The
inheritance
diagram for Array looks as follows:
96
The
inheritance
diagram for some other matrix expression class, here denoted by \c SomeMatrixXpr, looks as
107
The
inheritance
diagram for some other array expression class, here denoted by \c SomeArrayXpr, looks as
119
corresponding
inheritance
diagram is:
/prebuilts/misc/common/robolectric/3.1.1/lib/
maven-project-2.2.1-javadoc.jar
maven-project-2.2.1-sources.jar
/external/libcap/contrib/
pcaps4convenience
13
# the user has the necessary POSIX Capabilities in his
Inheritance
15
# their
Inheritance
set.
16
# a user who has not the PCaps in his
Inheritance
set CAN NOT
167
echo "run successful into their
Inheritance
and Effective Set."
171
echo "A user who has not the needed PCaps in his
Inheritance
Set CAN NOT execute"
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/
doxia-decoration-model-1.0.jar
/external/compiler-rt/test/msan/
dtor-vtable-multiple-inheritance.cc
54
// Simple linear
inheritance
62
// Multiple
inheritance
, so has multiple vtables
/system/chre/core/include/chre/core/
sensor.h
29
* Note that like chre::Nanoapp, this class uses
inheritance
to separate the
32
* (PlatformSensorBase). However, this
inheritance
relationship does *not* imply
/system/tools/hidl/test/hidl_test/
Android.bp
32
"android.hardware.tests.
inheritance
@1.0",
47
"android.hardware.tests.
inheritance
@1.0-impl",
/test/vts/tools/build/tasks/list/
vts_test_lib_hal_package_list.mk
29
android.hardware.tests.
inheritance
@1.0 \
30
android.hardware.tests.
inheritance
@1.0-impl \
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
_index.html
31
inheritance
(non backwards compatible) and composition (backwards compatible).
/external/libchrome/base/synchronization/
lock_impl.h
52
// Whether this lock will attempt to use priority
inheritance
.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
1-1.c
16
* its priority as a result of any priority
inheritance
or ceiling functions.
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
Login_Items_Suite.py
22
"""<
Inheritance
> - All of the properties of the superclass. """
Completed in 1552 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>