Searched refs:inheritance (Results 1 – 15 of 15) sorted by relevance
/system/tools/hidl/test/hidl_test/ |
D | hidl_test.h | 37 using ::android::hardware::tests::inheritance::V1_0::IChild; in runOnEachServer() 38 using ::android::hardware::tests::inheritance::V1_0::IFetcher; in runOnEachServer() 39 using ::android::hardware::tests::inheritance::V1_0::IParent; in runOnEachServer()
|
D | Android.bp | 54 "android.hardware.tests.inheritance@1.0", 70 "android.hardware.tests.inheritance@1.0-impl",
|
D | hidl_test_client.cpp | 128 using ::android::hardware::tests::inheritance::V1_0::IChild; 129 using ::android::hardware::tests::inheritance::V1_0::IFetcher; 130 using ::android::hardware::tests::inheritance::V1_0::IGrandparent; 131 using ::android::hardware::tests::inheritance::V1_0::IParent;
|
/system/tools/hidl/test/java_test/ |
D | Android.bp | 52 "android.hardware.tests.inheritance@1.0", 90 "android.hardware.tests.inheritance-V1.0-java",
|
/system/tools/hidl/test/format_test/1.0/ |
D | IBar.hal | 22 * This is just to check that inheritance is emitted correctly
|
/system/libvintf/ |
D | VintfObject.cpp | 709 auto inheritance = GetListedInstanceInheritance(package, servedVersion, interface, in IsInstanceDeprecated() local 711 if (!inheritance.has_value()) { in IsInstanceDeprecated() 712 accumulatedErrors.push_back(inheritance.error().message()); in IsInstanceDeprecated() 717 for (const auto& fqInstance : *inheritance) { in IsInstanceDeprecated()
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | vold.te | 105 # and to enable project ID inheritance through FS_IOC_SETFLAGS
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | vold.te | 99 # and to enable project ID inheritance through FS_IOC_SETFLAGS
|
/system/sepolicy/public/ |
D | vold.te | 105 # and to enable project ID inheritance through FS_IOC_SETFLAGS
|
/system/chre/pal/doc/ |
D | Doxyfile | 308 # versus func(std::string) {}). This also make the inheritance and collaboration 323 # of private inheritance when no explicit protection keyword is present. 2123 # If set to YES the inheritance and collaboration graphs will hide inheritance 2173 # each documented class showing the direct and indirect inheritance relations. 2182 # dependencies (inheritance, containment, and class references variables) of the 2196 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and 2217 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 308 # versus func(std::string) {}). This also make the inheritance and collaboration 323 # of private inheritance when no explicit protection keyword is present. 2123 # If set to YES the inheritance and collaboration graphs will hide inheritance 2173 # each documented class showing the direct and indirect inheritance relations. 2182 # dependencies (inheritance, containment, and class references variables) of the 2196 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and 2217 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
|
/system/apex/ |
D | pylintrc | 149 useless-object-inheritance,
|
/system/tools/mkbootimg/ |
D | pylintrc | 143 useless-object-inheritance,
|
/system/media/audio_utils/ |
D | Doxyfile | 349 # versus func(std::string) {}). This also make the inheritance and collaboration 364 # of private inheritance when no explicit protection keyword is present. 2226 # If set to YES the inheritance and collaboration graphs will hide inheritance 2276 # each documented class showing the direct and indirect inheritance relations. 2285 # dependencies (inheritance, containment, and class references variables) of the 2299 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and 2320 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 631 * For orthogonality/simplicity in the future, import_stmt could be made to share inheritance
|