/tools/treble/split/ |
D | manifest_diff_test.py | 45 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={},
|
D | xml_diff.py | 43 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)
|
D | xml_diff_test.py | 29 added={'attr3': 'hello3'}, 54 self.assertEqual(changes.added, {})
|
D | manifest_diff.py | 158 changes.added[tag] = xml_diff.element_string(e2)
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZFileNotificationTest.java | 44 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/ |
D | PsiMethodItemTest.kt | 92 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/ |
D | ComparisonVisitor.kt | 53 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/ |
D | SignatureToJDiffCommand.kt | 206 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/ |
D | ArtifactDetails.java | 99 int added = 0; in diffContents() local 120 added++; in diffContents() 126 unchanged, modified, deleted, added); in diffContents()
|
/tools/treble/build/treble_build/local/ |
D | git.go | 169 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/ |
D | ZFileExtension.java | 129 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/ |
D | CompatibilityCheck.kt | 828 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/ |
D | README.md | 7 added to risk the device development. These scripts illustrate a basic check for
|
/tools/metalava/ |
D | USAGE.md | 19 - Injecting `added in API level` into documentation stubs (`--apply-api-levels`)
|
D | README.md | 427 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/ |
D | repackage-common.sh | 246 …"UnsupportedAppUsage annotations were not added at the following locations from ${UNSUPPORTED_APP_…
|
/tools/asuite/adevice/ |
D | README.md | 37 To remove modules that you added to the update set:
|
/tools/netsim/proto/ |
D | Android.bp | 3 // A large-scale-change added 'default_applicable_licenses' to import
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 117 // 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/ |
D | suite.md | 9 A test can also be easily added to multiple suites by specifying the suite name
|
/tools/tradefederation/core/proto/invocation/ |
D | invocation_manager.proto | 49 // parsed or was not added successfully.
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 279 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/ |
D | SigningExtension.java | 162 public IOExceptionRunnable added( in register()
|
/tools/repohooks/ |
D | README.md | 246 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/ |
D | tradefed_test.bzl | 106 *dictionaries: Dictionaries to be added.
|