/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() 115 removed = removed or clazz.removed in test() 120 removed = matchRemoved in test() 127 return visible && hasShowAnnotation && !hidden && !docOnly && removed == matchRemoved in test()
|
D | ComparisonVisitor.kt | 58 open fun removed(old: Item, from: Item?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 76 open fun removed(old: PackageItem, from: Item?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 77 open fun removed(old: ClassItem, from: Item?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 78 open fun removed(old: ConstructorItem, from: ClassItem?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 79 open fun removed(old: MethodItem, from: ClassItem?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 80 open fun removed(old: FieldItem, from: ClassItem?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 81 open fun removed(old: PropertyItem, from: ClassItem?) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor 82 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 | 582 if (containingClass.removed) { in <lambda>() 583 cls.removed = true in <lambda>() 598 if (containingPackage.removed && !cls.modifiers.hasShowAnnotation()) { in <lambda>() 599 cls.removed = true in <lambda>() 623 if (containingClass.removed) { in <lambda>() 624 method.removed = true in <lambda>() 652 if (containingClass.removed) { in <lambda>() 653 field.removed = true in <lambda>()
|
D | CompatibilityCheck.kt | 838 override fun removed(old: PackageItem, from: Item?) { in removed() method in com.android.tools.metalava.CompatibilityCheck 842 override fun removed(old: ClassItem, from: Item?) { in removed() method in com.android.tools.metalava.CompatibilityCheck 852 override fun removed(old: MethodItem, from: ClassItem?) { in removed() method in com.android.tools.metalava.CompatibilityCheck 870 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,
|
D | manifest_diff.py | 160 changes.removed[tag] = xml_diff.element_string(e1)
|
/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/src/test/java/com/android/tools/metalava/ |
D | CompatibilityCheckTest.kt | 99 fun `Ensure warnings for removed APIs`() { in Ensure warnings for removed APIs() 1968 fun `Test verifying simple removed API`() { in Test verifying simple removed API() 2010 fun `Test verifying removed API`() { in Test verifying removed API() 2723 fun `Moving removed api back to public api`() { in Moving removed api back to public api() 2827 fun `Inherited @removed fields`() { in Inherited @removed fields() 2868 fun `Inherited deprecated protected @removed method`() { in Inherited deprecated protected @removed method()
|
/tools/metalava/ |
D | README.md | 13 javadoc comments like @hide, @$doconly, @removed, etc, as well as various 406 open fun removed(item: Item) {} 420 open fun removed(item: PackageItem) { } 421 open fun removed(item: ClassItem) { } 422 open fun removed(item: MethodItem) { } 423 open fun removed(item: FieldItem) { } 424 open fun removed(item: ParameterItem) { } 437 open fun removed(item: Item) { 441 to flag all API elements that have been removed as invalid (since you cannot
|
/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 | 146 if (targetContainingClass.removed) { in duplicate() 147 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 | 89 if (targetContainingClass.removed) { in duplicate() 90 duplicated.removed = true in duplicate()
|
D | PsiMethodItem.kt | 267 if (targetContainingClass.removed) { in <lambda>() 268 duplicated.removed = true in <lambda>()
|
D | PsiItem.kt | 46 override var removed = documentation.contains("@removed") variable in com.android.tools.metalava.model.psi.PsiItem
|
/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/main/java/com/android/tools/metalava/model/ |
D | Item.kt | 62 var removed: Boolean variable 77 fun isHiddenOrRemoved(): Boolean = hidden || removed in isHiddenOrRemoved()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_test_utils.py | 729 removed = [] 731 if n['networkId'] not in removed: 733 removed.append(n['networkId']) 790 removed = [] 792 if net_ssid in n[WifiEnums.SSID_KEY] and n['networkId'] not in removed: 794 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
|