Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 30) sorted by relevance

12

/tools/treble/split/
Dmanifest_diff_test.py45 self.assertEqual(changes.linkfiles.added, {})
57 changes.copyfiles.added,
70 added={}, removed={'attr1': 'hello'}, modified={}))
93 self.assertEqual(changes.added, {})
99 added={},
119 self.assertEqual(changes.added, {})
129 added={'revision': 'dev'},
147 changes.added, {
161 added={},
Dxml_diff.py43 added: Dict[str, str] = dataclasses.field(default_factory=dict) variable in ChangeMap
49 if self.added:
51 for value in self.added.values():
65 return bool(self.added) or bool(self.removed) or bool(self.modified)
94 changes.added[attr] = a2 or ''
132 changes.added[key] = element_string(e2)
Dxml_diff_test.py29 added={'attr3': 'hello3'},
54 self.assertEqual(changes.added, {})
Dmanifest_diff.py158 changes.added[tag] = xml_diff.element_string(e2)
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZFileNotificationTest.java44 public List<ApkZLibPair<StoredEntry, StoredEntry>> added; field in ZFileNotificationTest.KeepListener
78 public IOExceptionRunnable added(@Nonnull StoredEntry entry, in added() method in ZFileNotificationTest.KeepListener
80 added.add(new ApkZLibPair<>(entry, replaced)); in added()
96 added = Lists.newArrayList(); in reset()
105 assertEquals(0, added.size()); in assertClear()
123 assertEquals(1, kl.added.size()); in notifyAddFile()
124 StoredEntry addedSe = kl.added.get(0).v1; in notifyAddFile()
125 assertNull(kl.added.get(0).v2); in notifyAddFile()
126 kl.added.clear(); in notifyAddFile()
176 assertEquals(1, kl.added.size()); in notifyUpdateFile()
[all …]
/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/
DPsiMethodItemTest.kt92 fun `child method does not need to be added to signature file if super method is concrete`() { in child method does not need to be added to signature file if super method is concrete()
113 …fun `child method only needs to be added to signature file if all multiple direct super methods re… in child method only needs to be added to signature file if all multiple direct super methods requires override()
141 …fun `child method does not need to be added to signature file if override requiring super method i… in child method does not need to be added to signature file if override requiring super method is hidden()
170 …fun `child method need to be added to signature file if extending Object method and return type ch… in child method need to be added to signature file if extending Object method and return type changes()
187 …fun `child method need to be added to signature file if extending Object method and visibility cha… in child method need to be added to signature file if extending Object method and visibility changes()
204 …fun `child method does not need to be added to signature file even if extending Object method and … in child method does not need to be added to signature file even if extending Object method and modifier changes when it is not a direct override()
224 …fun `child method does not need to be added to signature file if extending Object method and modif… in child method does not need to be added to signature file if extending Object method and modifier does not change()
241 fun `hidden child method can be added to signature file to resolve compile error`() { in hidden child method can be added to signature file to resolve compile error()
266 fun `child method overriding a hidden parent method can be added to signature file`() { in child method overriding a hidden parent method can be added to signature file()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DComparisonVisitor.kt53 open fun added(new: Item) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor
71 open fun added(new: PackageItem) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor
73 open fun added(new: ClassItem) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor
75 open fun added(new: ConstructorItem) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor
77 open fun added(new: MethodItem) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor
79 open fun added(new: FieldItem) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor
81 open fun added(new: PropertyItem) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor
83 open fun added(new: ParameterItem) {} in <lambda>() method in com.android.tools.metalava.ComparisonVisitor
296 visitor.added(item) in pop()
299 is PackageItem -> visitor.added(item) in pop()
[all …]
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/signature/
DSignatureToJDiffCommand.kt206 override fun added(new: PackageItem) { in computeDelta() method
210 override fun added(new: ClassItem) { in computeDelta() method
214 override fun added(new: ConstructorItem) { in computeDelta() method
218 override fun added(new: MethodItem) { in computeDelta() method
222 override fun added(new: FieldItem) { in computeDelta() method
226 override fun added(new: PropertyItem) { in computeDelta() method
/tools/tradefederation/core/src/com/android/tradefed/build/content/
DArtifactDetails.java99 int added = 0; in diffContents() local
120 added++; in diffContents()
126 unchanged, modified, deleted, added); in diffContents()
/tools/treble/build/treble_build/local/
Dgit.go169 var fname, added, deleted string
170 _, err := fmt.Sscanf(s.Text(), "%s %s %s", &added, &deleted, &fname)
172 if added == "-" || deleted == "-" {
175 d.AddedLines, _ = strconv.Atoi(added)
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFileExtension.java129 public IOExceptionRunnable added(@Nonnull StoredEntry entry, @Nullable StoredEntry replaced) { in added() method in ZFileExtension
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
DCompatibilityCheck.kt828 override fun added(new: PackageItem) { in added() method in com.android.tools.metalava.compatibility.CompatibilityCheck
832 override fun added(new: ClassItem) { in added() method in com.android.tools.metalava.compatibility.CompatibilityCheck
842 override fun added(new: MethodItem) { in added() method in com.android.tools.metalava.compatibility.CompatibilityCheck
911 override fun added(new: FieldItem) { in added() method in com.android.tools.metalava.compatibility.CompatibilityCheck
/tools/aadevtools/validation/
DREADME.md7 added to risk the device development. These scripts illustrate a basic check for
/tools/metalava/
DUSAGE.md19 - Injecting `added in API level` into documentation stubs (`--apply-api-levels`)
DREADME.md427 open fun added(item: Item) {}
436 open fun added(item: PackageItem) { }
437 open fun added(item: ClassItem) { }
438 open fun added(item: MethodItem) { }
439 open fun added(item: FieldItem) { }
440 open fun added(item: ParameterItem) { }
/tools/currysrc/scripts/
Drepackage-common.sh246 …"UnsupportedAppUsage annotations were not added at the following locations from ${UNSUPPORTED_APP_…
/tools/asuite/adevice/
DREADME.md37 To remove modules that you added to the update set:
/tools/netsim/proto/
DAndroid.bp3 // A large-scale-change added 'default_applicable_licenses' to import
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto117 // insertions to the same point will come out in the order they were added).
130 // whitespace, the same whitespace will be added to every line of the
/tools/tradefederation/core/javatests/res/config/suite/
Dsuite.md9 A test can also be easily added to multiple suites by specifying the suite name
/tools/tradefederation/core/proto/invocation/
Dinvocation_manager.proto49 // parsed or was not added successfully.
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/
DStubsTest.kt279 fun `Check overridden method added for complex hierarchy`() { in Check overridden method added for complex hierarchy()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DSigningExtension.java162 public IOExceptionRunnable added( in register()
/tools/repohooks/
DREADME.md246 This section can only be added to the repo project-wide settings
311 * New hooks can be added in `rh/hooks.py`. Be sure to keep the list up-to-date
/tools/asuite/atest/bazel/resources/rules/
Dtradefed_test.bzl106 *dictionaries: Dictionaries to be added.

12