OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inheritance
(Results
351 - 375
of
1569
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/build/make/tools/droiddoc/templates-ndk/
class.cs
116
<?cs set:colspan = subcount(class.
inheritance
) ?>
117
<?cs each:supr = class.
inheritance
?>
136
<table class="jd-
inheritance
-table">
137
<?cs set:colspan = subcount(class.
inheritance
) ?>
138
<?cs each:supr = class.
inheritance
?>
140
<?cs loop:i = 1, (subcount(class.
inheritance
)-colspan), 1 ?>
141
<td class="jd-
inheritance
-space"> <?cs if:(subcount(class.
inheritance
)-colspan) == i ?> ↳<?cs /if ?></td>
143
<td colspan="<?cs var:colspan ?>" class="jd-
inheritance
-class-cell"><?cs
/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"> <?cs if:(subcount(class.
inheritance
)-colspan) == i ?> ↳<?cs /if ?></td>
129
<td colspan="<?cs var:colspan ?>" class="jd-
inheritance
-class-cell"><?cs
/external/junit-params/apidocs/junitparams/
JUnitParamsRunner.html
100
<ul class="
inheritance
">
103
<ul class="
inheritance
">
106
<ul class="
inheritance
">
109
<ul class="
inheritance
">
112
<ul class="
inheritance
">
301
superclass. That you can doesn't mean you should.
Inheritance
in tests is
481
<h4>Test
inheritance
</h4>
484
inheritance
is the best way to remove repetitions from tests. JUnitParams is
485
fine with
inheritance
- you can define a common test in the superclass, and
[
all
...]
/external/clang/include/clang/Driver/
CLCompatOptions.td
250
HelpText<"Set the default most-general representation to single
inheritance
">;
253
"multiple
inheritance
">;
256
"virtual
inheritance
">;
/external/clang/test/CXX/class.access/
p4.cpp
167
// expected-note {{constrained by private
inheritance
}}
184
class Derived3 : private Base { // expected-note {{constrained by private
inheritance
here}} \
272
class B : private A { // expected-note {{constrained by private
inheritance
here}}
/external/clang/test/SemaTemplate/
dependent-names.cpp
341
struct Y: Y<dim> { }; // expected-error{{circular
inheritance
between 'Y<dim>' and 'Y<dim>'}}
350
struct C : public C { }; // expected-error{{circular
inheritance
between 'rdar12629723::X::C' and 'rdar12629723::X::C'}}
363
struct X<T>::B : public A { // expected-error{{circular
inheritance
between 'rdar12629723::X::A' and 'rdar12629723::X::B'}}
/external/python/cpython3/Doc/library/
abc.rst
143
usage, as multiple
inheritance
may lead to metaclass conflicts.
164
regular
inheritance
; "virtual subclasses" registered with the ABC's
221
multiple-
inheritance
.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
CLCompatOptions.td
258
HelpText<"Set the default most-general representation to single
inheritance
">;
261
"multiple
inheritance
">;
264
"virtual
inheritance
">;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
CLCompatOptions.td
258
HelpText<"Set the default most-general representation to single
inheritance
">;
261
"multiple
inheritance
">;
264
"virtual
inheritance
">;
/system/libhidl/
test_main.cpp
20
#include <android/hardware/tests/
inheritance
/1.0/IParent.h>
462
using ::android::hardware::tests::
inheritance
::V1_0::IParent;
464
static const std::string kLib = "android.hardware.tests.
inheritance
@1.0-impl.so";
/external/python/cpython2/Doc/reference/
compound_stmts.rst
557
single:
inheritance
563
classdef: "class" `classname` [`
inheritance
`] ":" `suite`
564
inheritance
: "(" [`expression_list`] ")"
568
inheritance
list, if present. Each item in the
inheritance
list should evaluate
574
saved. [#]_ A class object is then created using the
inheritance
list for the
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.h
131
* multiple
inheritance
is a cool way to include what stuff is needed
133
* multiple
inheritance
works correctly on all platforms. not that
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AParser.h
131
* multiple
inheritance
is a cool way to include what stuff is needed
133
* multiple
inheritance
works correctly on all platforms. not that
/external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc
42
/// Type info for classes with simple single public
inheritance
.
62
/// Type info for classes with multiple, virtual, or non-public
inheritance
.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DataDrivenCalendarTest.java
220
paramsSet.parseFrom(paramsData); // parse with
inheritance
.
233
//toSet.parseFrom(testSetting, fromSet); // parse with
inheritance
.
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DataDrivenCalendarTest.java
217
paramsSet.parseFrom(paramsData); // parse with
inheritance
.
230
//toSet.parseFrom(testSetting, fromSet); // parse with
inheritance
.
/external/jsr305/javadoc/
help-doc.html
101
<LI>Class
inheritance
diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
128
There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by
inheritance
structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL>
/external/jsr330/javadoc/
help-doc.html
94
<LI>Class
inheritance
diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
121
There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by
inheritance
structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL>
/external/junit-params/apidocs/
help-doc.html
99
<li>Class
inheritance
diagram</li>
146
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by
inheritance
structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
/external/libjpeg-turbo/java/doc/
help-doc.html
83
<li>Class
inheritance
diagram</li>
126
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by
inheritance
structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
/external/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h
102
/// and the bit sets represent their derived classes: in a single
inheritance
106
///
inheritance
. This aspect of the algorithm ends up fitting smaller
/external/skia/src/gpu/
GrTRecorder.h
37
* reinterpret_cast<>). Classes with multiple
inheritance
(or any subclass
231
// multiple
inheritance
or a base class that doesn't have virtual methods (when the
/external/skqp/src/gpu/
GrTRecorder.h
37
* reinterpret_cast<>). Classes with multiple
inheritance
(or any subclass
231
// multiple
inheritance
or a base class that doesn't have virtual methods (when the
/external/subsampling-scale-image-view/docs/javadoc/
help-doc.html
96
<li>Class
inheritance
diagram</li>
139
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by
inheritance
structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
/external/testng/
TODO.txt
88
* configuration methods don't respect
inheritance
128
Inheritance
Completed in 2040 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>