Home
last modified time | relevance | path

Searched refs:derived (Results 1 – 5 of 5) sorted by relevance

/art/test/077-method-override/src/
DMain.java19 Derived derived = new Derived(); in main() local
21 derived.declaredInBase(); in main()
22 derived.notDeclaredInBase(); in main()
23 derived.wasOverridden(); in main()
25 derived.callOverrideWithPublic(); in main()
26 derived.callOverrideProtectedWithPublic(); in main()
27 derived.callOverridePublicWithProtected(); in main()
28 derived.callOverridePublicWithPrivate(); in main()
29 derived.callOverridePrivateWithPublic(); in main()
30 derived.overridePrivateWithPublic(); in main()
[all …]
/art/test/134-nodex2oat-nofallback/
Dinfo.txt1 Test that disables dex2oat'ing the application, and disable fallback. This is derived from test
/art/build/apex/
DAndroid.bp102 // Tools exclusively for the device APEX derived from art-tools in art/Android.mk.
115 // Tools exclusively for the host APEX derived from art-tools in art/Android.mk.
/art/
DNOTICE54 form, that is based on (or derived from) the Work and for which the
/art/test/
DAndroid.bp216 // Not derived from libartagent-defaults for NDK.