/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
D | AnnotationInfo.kt | 64 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/ |
D | UsbTetheringTest.py | 73 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/ |
D | checksorted_sha.sh | 4 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/ |
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 | ShowAnnotationTest.kt | 281 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()
|
D | BaselineTest.kt | 177 fun `Check baseline with show annotations`() { in <lambda>()
|
D | ApiAnalyzerTest.kt | 30 fun `Hidden abstract method with show @SystemApi`() { in Hidden abstract method with show @SystemApi()
|
D | ShowForStubPurposesAnnotationTest.kt | 515 // This is a @SystemApi, so this shouldn't show up in the signature file. in Hierarchy test - Can't refer from system to module()
|
D | AnnotationsMergerTest.kt | 617 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/ |
D | DefaultAnnotationManager.kt | 674 show = ShowOrHide.SHOW, 685 show = ShowOrHide.NO_EFFECT, 693 show = ShowOrHide.SHOW, 704 show = ShowOrHide.HIDE, 715 show = ShowOrHide.REVERT_UNSTABLE_API,
|
D | ApiAnalyzer.kt | 616 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>()
|
D | ApiPredicate.kt | 250 if (showability.show()) { in Item()
|
/tools/acloud/ |
D | README.md | 118 * 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/ |
D | aosp_sha.sh | 16 done < <(git show --name-only --pretty=format: $1 | grep -- "$2")
|
/tools/test/connectivity/tools/ |
D | create_virtualenv.sh | 3 python3 -m pip show virtualenv > /dev/null
|
/tools/asuite/asuite_plugin/src/java/com/android/atest/dialog/ |
D | MessageDialog.java | 90 dialog.show(); in showMessageDialog()
|
/tools/asuite/asuite_plugin/src/java/com/android/atest/ |
D | AtestToolWindowAction.java | 50 AtestTW.show(null); in actionPerformed()
|
/tools/asuite/atest/ |
D | run_atest_unittests.sh | 45 coverage report --show-missing
|
/tools/asuite/asuite_plugin/ |
D | README.md | 24 1. Click Atest button, the Atest tool window shall show up.
|
/tools/metalava/scripts/ |
D | merge-from-metalava-main.sh | 21 BRANCH=$(git branch --show-current)
|
/tools/test/mobly_extensions/tools/results_uploader/ |
D | CHANGELOG.md | 15 * Additionally show passing/flaky test cases by default, instead of only
|
/tools/metalava/ |
D | USAGE.md | 15 - Support for partial signature files (opposite of `--show-unannotated`) where `@SystemApi` txt fil…
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 7305 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/ |
D | AtestRunConfiguration.java | 194 atestTWController.show(null); in showAtestTW()
|
/tools/treble/hacksaw/client/ |
D | command.go | 28 help: show this message
|