Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 41) sorted by relevance

12

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DAnnotationInfo.kt64 enum class ShowOrHide(private val show: Boolean?) { constant in com.android.tools.metalava.model.ShowOrHide
66 NO_EFFECT(show = null),
69 HIDE(show = false),
72 SHOW(show = true),
83 REVERT_UNSTABLE_API(show = null) {
88 override fun show(revertItem: Item?): Boolean { in show() method in com.android.tools.metalava.model.ShowOrHide
106 open fun show(revertItem: Item?): Boolean = show == true in show() method in com.android.tools.metalava.model.ShowOrHide
115 open fun hide(revertItem: Item?): Boolean = show == false in show()
140 private val show: ShowOrHide, in show() constant in com.android.tools.metalava.model.Showability
177 fun show() = show.show(revertItem) || forStubsOnly.show(revertItem) in show() method
[all …]
/tools/test/connectivity/acts_tests/tests/google/net/
DUsbTetheringTest.py73 resp_msg = resp.show(dump=True) if resp else "null"
88 resp_msg = resp.show(dump=True) if resp else "null"
105 resp_msg = resp.show(dump=True) if resp else "null"
120 resp_msg = resp.show(dump=True) if resp else "null"
135 resp_msg = resp.show(dump=True) if resp else "null"
165 resp_msg = resp.show(dump=True) if resp else "null"
/tools/platform-compat/hiddenapi/
Dchecksorted_sha.sh4 git show --name-only --pretty=format: $1 | grep "hiddenapi/hiddenapi-.*txt" | while read file; do
5 diff <(git show $1:$file) <(git show $1:$file | $LOCAL_DIR/sort_api.sh ) || {
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DShowabilityTest.kt55 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)()
DShowAnnotationTest.kt281 fun `No UnhiddenSystemApi warning for --show-single-annotations`() { in No UnhiddenSystemApi warning for --show-single-annotations()
839 fun `Mixing for stubs only and single show annotations`() { in Methods inherit showAnnotations but fields and classes don't()
DBaselineTest.kt177 fun `Check baseline with show annotations`() { in <lambda>()
DApiAnalyzerTest.kt30 fun `Hidden abstract method with show @SystemApi`() { in Hidden abstract method with show @SystemApi()
DShowForStubPurposesAnnotationTest.kt515 // This is a @SystemApi, so this shouldn't show up in the signature file. in Hierarchy test - Can't refer from system to module()
DAnnotationsMergerTest.kt617 fun `Merge inclusion annotations from Java stub files using --show-single-annotation`() { in Merge inclusion annotations from Java stub files using --show-single-annotation()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DDefaultAnnotationManager.kt674 show = ShowOrHide.SHOW,
685 show = ShowOrHide.NO_EFFECT,
693 show = ShowOrHide.SHOW,
704 show = ShowOrHide.HIDE,
715 show = ShowOrHide.REVERT_UNSTABLE_API,
DApiAnalyzer.kt616 showability.show() -> pkg.hidden = false in <lambda>()
635 if (showability.show()) { in <lambda>()
674 if (containingPackage.removed && !showability.show()) { in <lambda>()
682 if (showability.show()) { in <lambda>()
711 if (showability.show()) { in <lambda>()
DApiPredicate.kt250 if (showability.show()) { in Item()
/tools/acloud/
DREADME.md118 * List will show device IP address, adb port and instance name.
122 * List -v will show more detail info on the list.
172 Pull will provide all log files to download or show in screen. It is helpful
/tools/tradefederation/core/
Daosp_sha.sh16 done < <(git show --name-only --pretty=format: $1 | grep -- "$2")
/tools/test/connectivity/tools/
Dcreate_virtualenv.sh3 python3 -m pip show virtualenv > /dev/null
/tools/asuite/asuite_plugin/src/java/com/android/atest/dialog/
DMessageDialog.java90 dialog.show(); in showMessageDialog()
/tools/asuite/asuite_plugin/src/java/com/android/atest/
DAtestToolWindowAction.java50 AtestTW.show(null); in actionPerformed()
/tools/asuite/atest/
Drun_atest_unittests.sh45 coverage report --show-missing
/tools/asuite/asuite_plugin/
DREADME.md24 1. Click Atest button, the Atest tool window shall show up.
/tools/metalava/scripts/
Dmerge-from-metalava-main.sh21 BRANCH=$(git branch --show-current)
/tools/test/mobly_extensions/tools/results_uploader/
DCHANGELOG.md15 * Additionally show passing/flaky test cases by default, instead of only
/tools/metalava/
DUSAGE.md15 - Support for partial signature files (opposite of `--show-unannotated`) where `@SystemApi` txt fil…
/tools/repohooks/tools/
Dcheckpatch.pl7305 my $show = $3;
7308 if ($show =~ /^${var}_show$/ &&
7314 …$fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*$show\s*,\s*$store\s*\)/D…
7316 } elsif ($show =~ /^${var}_show$/ &&
7322 …$fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*$show\s*,\s*NULL\s*\)/DEV…
7324 } elsif ($show =~ /^NULL$/ &&
7335 my $newshow = "$show";
7336 $newshow = "${var}_show" if ($show ne "NULL" && $show ne "${var}_show");
7340 if ($show ne $newshow) {
7341 $rename .= " '$show' to '$newshow'";
/tools/asuite/asuite_plugin/src/java/com/android/atest/run/
DAtestRunConfiguration.java194 atestTWController.show(null); in showAtestTW()
/tools/treble/hacksaw/client/
Dcommand.go28 help: show this message

12