/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ApiPredicate.kt | 91 var removed = member.removed in test() variable 104 removed = removed or pkg.removed in test() 116 removed = removed or clazz.removed in test() 121 removed = matchRemoved in test() 128 return visible && hasShowAnnotation && !hidden && !docOnly && removed == matchRemoved in test()
|
D | ComparisonVisitor.kt | 57 open fun removed(old: Item, from: Item?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 75 open fun removed(old: PackageItem, from: Item?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 76 open fun removed(old: ClassItem, from: Item?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 77 open fun removed(old: ConstructorItem, from: ClassItem?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 78 open fun removed(old: MethodItem, from: ClassItem?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 79 open fun removed(old: FieldItem, from: ClassItem?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 80 open fun removed(old: PropertyItem, from: ClassItem?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 81 open fun removed(old: ParameterItem, from: MethodItem?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 329 visitor.removed(item, from) in visitRemoved() 332 is PackageItem -> visitor.removed(item, from) in visitRemoved() [all …]
|
D | ApiAnalyzer.kt | 583 if (containingClass.removed) { in <lambda>() 584 cls.removed = true in <lambda>() 599 if (containingPackage.removed && !cls.modifiers.hasShowAnnotation()) { in <lambda>() 600 cls.removed = true in <lambda>() 624 if (containingClass.removed) { in <lambda>() 625 method.removed = true in <lambda>() 653 if (containingClass.removed) { in <lambda>() 654 field.removed = true in <lambda>()
|
D | CompatibilityCheck.kt | 867 override fun removed(old: PackageItem, from: Item?) { in removed() method in com.android.tools.metalava.CompatibilityCheck 871 override fun removed(old: ClassItem, from: Item?) { in removed() method in com.android.tools.metalava.CompatibilityCheck 881 override fun removed(old: MethodItem, from: ClassItem?) { in removed() method in com.android.tools.metalava.CompatibilityCheck 899 override fun removed(old: FieldItem, from: ClassItem?) { in removed() method in com.android.tools.metalava.CompatibilityCheck
|
D | ConvertJarsToSignatureFiles.kt | 104 new.removed = true in <lambda>() 109 new.removed = true in <lambda>()
|
/tools/treble/split/ |
D | manifest_diff_test.py | 47 changes.linkfiles.removed, 59 self.assertEqual(changes.copyfiles.removed, {}) 70 added={}, removed={'attr1': 'hello'}, modified={})) 94 self._assertEqualCanonical(changes.removed, {'repo-hooks': '<repo-hooks />'}) 100 removed={'remote': 'aosp'}, 121 changes.removed, { 130 removed={}, 152 changes.removed, { 162 removed={},
|
D | xml_diff.py | 44 removed: Dict[str, str] = dataclasses.field(default_factory=dict) variable in ChangeMap 53 if self.removed: 55 for value in self.removed.values(): 65 return bool(self.added) or bool(self.removed) or bool(self.modified) 96 changes.removed[attr] = a1 139 changes.removed[name] = element_string(e1)
|
D | xml_diff_test.py | 30 removed={'attr1': 'hello'}, 56 changes.removed,
|
/tools/aadevtools/dev/resource/ |
D | change_report-new_vs_old_codebase.csv | 15 removed.png,png,0,2,,0,0,0,0,0,0,old_codebase/removed.png,7384,0,0,0,0,0 16 removed.txt,txt,1,2,,0,0,0,0,0,0,old_codebase/removed.txt,21,10,0,0,0,0 17 removed_sub_dir/sub_sub_dir/removed.txt,txt,1,2,,0,0,0,0,0,0,old_codebase/removed_sub_dir/sub_sub_d… 18 removed_sub_dir/removed.txt,txt,1,2,,0,0,0,0,0,0,old_codebase/removed_sub_dir/removed.txt,21,10,0,0…
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZFileNotificationTest.java | 45 public List<StoredEntry> removed; field in ZFileNotificationTest.KeepListener 86 public IOExceptionRunnable removed(@Nonnull StoredEntry entry) { in removed() method in ZFileNotificationTest.KeepListener 87 removed.add(entry); in removed() 97 removed = Lists.newArrayList(); in reset() 106 assertEquals(0, removed.size()); in assertClear() 152 assertEquals(1, kl.removed.size()); in notifyRemoveFile() 153 assertSame(foo, kl.removed.get(0)); in notifyRemoveFile() 154 kl.removed.clear(); in notifyRemoveFile()
|
/tools/metalava/ |
D | README.md | 13 javadoc comments like @hide, @doconly, @removed, etc, as well as various 407 open fun removed(item: Item) {} 421 open fun removed(item: PackageItem) { } 422 open fun removed(item: ClassItem) { } 423 open fun removed(item: MethodItem) { } 424 open fun removed(item: FieldItem) { } 425 open fun removed(item: ParameterItem) { } 438 open fun removed(item: Item) { 442 to flag all API elements that have been removed as invalid (since you cannot
|
D | USAGE.md | 24 - Tracking @removed APIs (`--removed-api`)
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextFieldItem.kt | 68 if (targetContainingClass.removed) { in hashCode() 69 duplicated.removed = true in hashCode()
|
D | TextMethodItem.kt | 149 if (targetContainingClass.removed) { in duplicate() 150 duplicated.removed = true in duplicate()
|
D | TextTypeItem.kt | 383 val removed = oldLength - newLength in markRecent() constant 384 max -= removed in markRecent()
|
D | TextItem.kt | 33 override var removed = false variable in com.android.tools.metalava.model.text.TextItem
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiFieldItem.kt | 92 if (targetContainingClass.removed) { in duplicate() 93 duplicated.removed = true in duplicate()
|
D | PsiMethodItem.kt | 264 if (targetContainingClass.removed) { in <lambda>() 265 duplicated.removed = true in <lambda>()
|
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
D | AddApisFromCodebase.kt | 54 val removed = newClass.removeSuperClass(superInternalName) in addApisFromCodebase() constant 55 val since = removed?.since ?: apiLevel in addApisFromCodebase()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | CompatibilityCheckTest.kt | 97 fun `Ensure warnings for removed APIs`() { in Ensure warnings for removed APIs() 2510 fun `Moving removed api back to public api`() { in Moving removed api back to public api() 2612 fun `Inherited @removed fields`() { in Inherited @removed fields() 2652 fun `Inherited deprecated protected @removed method`() { in Inherited deprecated protected @removed method()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | Item.kt | 63 var removed: Boolean variable 78 fun isHiddenOrRemoved(): Boolean = hidden || removed in isHiddenOrRemoved()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_test_utils.py | 736 removed = [] 738 if n['networkId'] not in removed: 740 removed.append(n['networkId']) 798 removed = [] 800 if net_ssid in n[WifiEnums.SSID_KEY] and n['networkId'] not in removed: 802 removed.append(n['networkId'])
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ZFileExtension.java | 143 public IOExceptionRunnable removed(@Nonnull StoredEntry entry) { in removed() method in ZFileExtension
|
/tools/carrier_settings/ |
D | README | 21 carriersettingstool.no_apn_for_mvno_bool will also be removed from final config by the tool.
|
/tools/metalava/stub-annotations/ |
D | README.md | 29 TYPE_PARAMETER and TYPE_USE targets, and removed
|