Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/javatests/res/testtype/
Dpython_output3.txt23 Test that launch_server() does not inherit handles. ... ok
Dpython_output1.txt22 Test that launch_server() does not inherit handles. ... /usr/lib/python3.4/unittest/case.py:577: Re…
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DShowAnnotationTest.kt732 fun `Methods inherit showAnnotations but fields and classes don't`() { in Methods inherit showAnnotations but fields and classes don't()
DApiFileTest.kt3697 fun `Skip incorrect inherit`() { in Skip incorrect inherit()
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/
DCommonSuperMethodsTest.kt704 fun `Test inherit method impl from hidden parent class and default from interface`() { in Test inherit method impl from hidden parent class and default from interface()
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DJavadoc.kt101 val inherit = in mergeDocumentation() constant
106 val initial = if (inherit) "/**\n* {@inheritDoc}\n */" else "/** */" in mergeDocumentation()