Home
last modified time | relevance | path

Searched refs:extends (Results 1 – 25 of 54) sorted by relevance

123

/system/extras/boottime_tools/bootanalyze/stressfs/
Dproguard.flags2 -keep public class * extends android.app.Activity
3 -keep public class * extends android.app.Service
/system/tools/hidl/test/version_test/good/version/2.5/
DIBar.hal21 // Must extends @2.4::IBar;
22 interface IBar extends @2.4::IBar {
DIFoo.hal22 interface IFoo extends @2.4::IFoo {
/system/tools/hidl/test/error_test/no_cyclic_declaration_1/1.0/
DIFoo.hal18 /* extends itself */
19 interface IFoo extends IFoo {
/system/tools/hidl/test/version_test/bad3/version/2.5/
DIBar.hal21 // ERROR: Must extends @2.4::IBar (Extending wrong interface from previous package)
22 interface IBar extends @2.4::IFoo {
DIFoo.hal22 interface IFoo extends @2.4::IFoo {
/system/tools/hidl/hidl2aidl/test/extension/1.2/
DIFoo.hal5 interface IFoo extends hidl2aidl.test@1.2::IFoo {
/system/linkerconfig/testmodules/vndkext/
DAndroid.bp29 extends: "libutils",
48 extends: "libutils",
/system/tools/aidl/
Dast_java_unittest.cpp46 a_class.extends = "SuperClass"; in TEST()
/system/tools/hidl/lint/test/interfaces/method_versions/1.0/
DIChangeBase.hal21 interface IChangeBase extends IBase {
DIChild.hal21 interface IChild extends IBase {
/system/tools/hidl/test/version_test/bad3/version/2.3/
DIBar.hal22 interface IBar extends @2.2::IBar {
/system/tools/hidl/test/version_test/good/version/2.3/
DIBaz.hal21 interface IBaz extends @1.0::IFoo {
DIBar.hal22 interface IBar extends @2.2::IBar {
/system/tools/hidl/lint/test/interfaces/oneway/1.0/
DIOnewayOpposite.hal21 interface IOnewayOpposite extends IOneway {
DIMixedMixedChild.hal21 interface IMixedMixedChild extends IMixed {
DINonOnewayOpposite.hal21 interface INonOnewayOpposite extends INonOneway {
DIMixedNonOnewayChild.hal21 interface IMixedNonOnewayChild extends IMixed {
DINonOnewayChild.hal21 interface INonOnewayChild extends INonOneway {
DIMixedOnewayChild.hal21 interface IMixedOnewayChild extends IMixed {
/system/tools/hidl/test/version_test/bad1/version/2.3/
DIBar.hal22 interface IBar extends @1.0::IFoo {
/system/tools/hidl/lint/test/interfaces/import_types/1.1/
DIImport.hal22 interface IImport extends @1.0::IImport {};
/system/tools/hidl/test/version_test/bad3/version/2.4/
DIBar.hal22 interface IBar extends @2.3::IBar {
/system/tools/hidl/lint/test/interfaces/method_versions/1.1/
DIMethodDNE.hal21 interface IMethodDNE extends @1.0::IBase {
/system/tools/hidl/test/version_test/good/version/2.4/
DIBar.hal22 interface IBar extends @2.3::IBar {

123