Searched
full:inheritance (Results
476 -
500 of
1569) sorted by null
<<11121314151617181920>>
/external/clang/include/clang/Basic/ |
Attr.td | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
Attr.td | [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
Attr.td | [all...] |
/system/tools/hidl/test/hidl_test/ |
hidl_test_client.cpp | 27 #include <android/hardware/tests/inheritance/1.0/IChild.h> 28 #include <android/hardware/tests/inheritance/1.0/IFetcher.h> 29 #include <android/hardware/tests/inheritance/1.0/IGrandparent.h> 30 #include <android/hardware/tests/inheritance/1.0/IParent.h> 102 using ::android::hardware::tests::inheritance::V1_0::IFetcher; 103 using ::android::hardware::tests::inheritance::V1_0::IGrandparent; 104 using ::android::hardware::tests::inheritance::V1_0::IParent; 105 using ::android::hardware::tests::inheritance::V1_0::IChild; 517 // inheritance 565 "android.hardware.tests.inheritance@1.0::IFetcher/fetcher" [all...] |
/external/python/cpython3/Doc/reference/ |
compound_stmts.rst | 603 single: inheritance 609 classdef: [`decorators`] "class" `classname` [`inheritance`] ":" `suite` 610 inheritance: "(" [`argument_list`] ")" 613 A class definition is an executable statement. The inheritance list usually 616 subclassing. Classes without an inheritance list inherit, by default, from the 631 namespace is saved. [#]_ A class object is then created using the inheritance
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
meta-vladimir.txt | 77 c) Class inheritance (class composition and specialization)
210 c) Meta-class inheritance (meta-class composition and specialization)
|
/external/clang/include/clang/AST/ |
VTableBuilder.h | 395 /// Holds information about the inheritance path to a virtual base or function 417 /// The bases from the inheritance path that got used to mangle the vbtable
|
/external/emma/core/java12/com/vladium/util/exception/ |
ExceptionCommon.java | 63 * This strategy ensures that error codes follow inheritance and hiding rules 412 // walk the inheritance chain for 'namespace':
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UResource.java | 367 * Is this a no-fallback/no-inheritance marker string? 371 * @return true if this is a no-inheritance marker string
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UResource.java | 365 * Is this a no-fallback/no-inheritance marker string? 369 * @return true if this is a no-inheritance marker string
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
GatherAPIDataOld.java | 40 * todo: record full inheritance heirarchy, not just immediate inheritance
|
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/ |
TJScalingFactor.html | 82 <ul class="inheritance"> 85 <ul class="inheritance">
|
/external/llvm/docs/ |
TypeMetadata.rst | 40 Consider the following inheritance hierarchy: 78 D is a little more complicated, due to the use of multiple inheritance. Its
|
/external/ltp/utils/ffsb-6.0-rc2/ |
README | 95 Inheritance -- if you are using multiple filesystems, all attributes 317 filesystem inheritance, which simply copies all options but the
|
/external/mesa3d/src/compiler/glsl/ |
list.h | 259 /* This macro will not work correctly if `t' uses virtual inheritance. If you 260 * are using virtual inheritance, you deserve a slow and painful death. Enjoy!
|
/external/python/cpython2/Demo/metaclasses/ |
meta-vladimir.txt | 77 c) Class inheritance (class composition and specialization) 210 c) Meta-class inheritance (meta-class composition and specialization)
|
/external/python/cpython2/Doc/library/ |
userdict.rst | 98 inheritance. This can sometimes be useful. For example, you can inherit 203 class is to serve as an educational example for inheritance and necessity to
|
/external/python/cpython2/Lib/multiprocessing/ |
forking.py | 52 ' through inheritance' % type(self).__name__ 428 'using inheritance' % type(conn).__name__
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
PathProfileInfo.cpp | 51 // required since this pass implements multiple inheritance 414 /// an analysis interface through multiple inheritance. If needed, it
|
/frameworks/native/libs/binder/tests/ |
schd-dbg.cpp | 493 // the exit status is number of transactions without priority inheritance 498 cout << "\"inheritance\": " << (no_inherent == 0 ? "\"PASS\"" : "\"FAIL\"")
|
/hardware/interfaces/camera/device/3.2/default/ |
CameraDeviceSession.h | 88 // Retrieve the HIDL interface, split into its own class to avoid inheritance issues when 89 // dealing with minor version revs and simultaneous implementation and interface inheritance
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
ExternalCameraDeviceSession.h | 103 // Retrieve the HIDL interface, split into its own class to avoid inheritance issues when 104 // dealing with minor version revs and simultaneous implementation and interface inheritance
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
tuple | 65 * as a recursive inheritance hierarchy from the first element (most 76 * inheritance recursion.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
tuple | 65 * as a recursive inheritance hierarchy from the first element (most 76 * inheritance recursion.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
forking.py | 52 ' through inheritance' % type(self).__name__ 428 'using inheritance' % type(conn).__name__
|
Completed in 2467 milliseconds
<<11121314151617181920>>