Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 43) sorted by relevance

12

/tools/metalava/src/main/java/com/android/tools/metalava/
DApiPredicate.kt91 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()
DComparisonVisitor.kt57 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 …]
DApiAnalyzer.kt583 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>()
DCompatibilityCheck.kt867 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
DConvertJarsToSignatureFiles.kt104 new.removed = true in <lambda>()
109 new.removed = true in <lambda>()
/tools/treble/split/
Dmanifest_diff_test.py47 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={},
Dxml_diff.py44 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)
Dxml_diff_test.py30 removed={'attr1': 'hello'},
56 changes.removed,
/tools/aadevtools/dev/resource/
Dchange_report-new_vs_old_codebase.csv15 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/
DZFileNotificationTest.java45 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/
DREADME.md13 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
DUSAGE.md24 - Tracking @removed APIs (`--removed-api`)
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextFieldItem.kt68 if (targetContainingClass.removed) { in hashCode()
69 duplicated.removed = true in hashCode()
DTextMethodItem.kt149 if (targetContainingClass.removed) { in duplicate()
150 duplicated.removed = true in duplicate()
DTextTypeItem.kt383 val removed = oldLength - newLength in markRecent() constant
384 max -= removed in markRecent()
DTextItem.kt33 override var removed = false variable in com.android.tools.metalava.model.text.TextItem
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiFieldItem.kt92 if (targetContainingClass.removed) { in duplicate()
93 duplicated.removed = true in duplicate()
DPsiMethodItem.kt264 if (targetContainingClass.removed) { in <lambda>()
265 duplicated.removed = true in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DAddApisFromCodebase.kt54 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/
DCompatibilityCheckTest.kt97 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/
DItem.kt63 var removed: Boolean variable
78 fun isHiddenOrRemoved(): Boolean = hidden || removed in isHiddenOrRemoved()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py736 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/
DZFileExtension.java143 public IOExceptionRunnable removed(@Nonnull StoredEntry entry) { in removed() method in ZFileExtension
/tools/carrier_settings/
DREADME21 carriersettingstool.no_apn_for_mvno_bool will also be removed from final config by the tool.
/tools/metalava/stub-annotations/
DREADME.md29 TYPE_PARAMETER and TYPE_USE targets, and removed

12