/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/ |
D | CompatibilityCheckAndroidApisTest.kt | 58 fun hide(vararg issues: String): List<String> { in toString() method 74 hide( in toString() 86 hide( in toString() 99 hide( in toString() 137 hide( in toString() 155 hide( in toString() 188 hide( in toString() 205 hide( in toString() 219 hide( in toString() 242 hide( in toString()
|
D | CompatibilityCheckTest.kt | 2654 fun `Empty prev api with @hide and --show-annotation`() { in Empty prev api with @hide and --show-annotation()
|
/tools/tradefederation/core/ |
D | Android.bp | 262 tradefed_docs_only_args = " -hide 101 -hide 111 -hide 113 -hide 125 -hide 126 -hide 127 -hide 128 " 264 tradefed_doc_stubs_args = " --hide UnresolvedLink " + 265 "--hide HiddenSuperclass " + 266 "--hide DeprecationMismatch " + 267 "--hide RequiresPermission " + 268 "--hide BroadcastBehavior " + 269 "--hide SdkConstant " + 270 "--hide Todo " + 271 "--hide ReferencesHidden " + 272 "--hide HiddenTypeParameter "
|
/tools/test/connectivity/ |
D | Android.mk | 30 …$(hide) zip $(HOST_OUT)/acts-dist/acts.zip $(shell find tools/test/connectivity/acts/* ! -wholenam… 70 $(hide) find $(WTS_LOCAL_ACTS_DIR) | sort >$@.list 71 …$(hide) $(SOONG_ZIP) -d -P acts -o $(WTS_ACTS_DISTRO_ARCHIVE) -C tools/test/connectivity/acts/fram… 73 $(hide) zip -r $(WTS_ACTS_DISTRO_ARCHIVE) -j tools/test/connectivity/wts-acts/*.py 75 …$(hide) echo '#!/usr/bin/env python3' | cat - $(WTS_ACTS_DISTRO_DIR)/wts-acts.zip > $(WTS_ACTS_DIS… 76 $(hide) chmod 755 $(WTS_ACTS_DISTRO)
|
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
D | AnnotationInfo.kt | 93 override fun hide(revertItem: Item?): Boolean { in hide() method in com.android.tools.metalava.model.ShowOrHide 115 open fun hide(revertItem: Item?): Boolean = show == false in show() method in com.android.tools.metalava.model.ShowOrHide 201 fun hide() = show.hide(revertItem) in show() method in com.android.tools.metalava.model.Showability
|
D | AnnotationItem.kt | 444 override fun isHideAnnotation(): Boolean = info.showability.hide() in isShowAnnotation()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | ShowabilityTest.kt | 55 fun `Recursive hide and non-recursive show (show first)`() { in Recursive hide and non-recursive show (show first)() 96 fun `Recursive hide and non-recursive show (hide first)`() { in Recursive hide and non-recursive show (hide first)()
|
D | HideAnnotationTest.kt | 29 fun `Using hide annotation with Kotlin source`() { in Using hide annotation with Kotlin source() 77 fun `Using hide annotation interface order`() { in Using hide annotation interface order() 144 fun `Using hide annotation on file scope`() { in Using hide annotation on file scope()
|
D | CoreApiTest.kt | 31 fun `Hidden with --hide-annotation`() { in Hidden with --hide-annotation()
|
D | ApiFileTest.kt | 3067 fun `Test include overridden @Deprecated even if annotated with @hide`() { in Test include overridden @Deprecated even if annotated with @hide()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/packageitem/ |
D | CommonPackageItemTest.kt | 29 fun `Test @hide in package html`() { in Test @hide in package html() 59 fun `Test @hide in package info processed first`() { in Test @hide in package info processed first() 87 fun `Test @hide in package info processed last`() { in Test @hide in package info processed last()
|
/tools/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/ |
D | IssueConfiguration.kt | 45 fun hide(issue: Issues.Issue) { in hide() method in com.android.tools.metalava.reporter.IssueConfiguration
|
/tools/asuite/asuite_plugin/src/java/com/android/atest/ |
D | AtestToolWindowAction.java | 48 AtestTW.hide(null); in actionPerformed()
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
D | ApiAnalyzer.kt | 617 showability.hide() -> pkg.hidden = true in <lambda>() 643 } else if (showability.hide()) { in <lambda>() 685 } else if (showability.hide()) { in <lambda>() 714 } else if (showability.hide()) { in <lambda>()
|
/tools/metalava/metalava/src/test/resources/ |
D | source-model-provider-baseline.txt | 32 Hidden with --hide-annotation[turbine] 83 Using hide annotation interface order[turbine]
|
/tools/metalava/ |
D | README.md | 12 more importantly to hide code intended to be implementation only, driven by 13 javadoc comments like @hide, @doconly, @removed, etc, as well as various
|
/tools/metalava/metalava-model-text/src/test/resources/com/android/tools/metalava/model/text/core/api/ |
D | 1.12.0-beta01.txt | 2876 method public void hide(); 3355 method public void hide(int); 4053 method public void hide();
|