/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | DocAnalyzerTest.kt | 730 fun `Add to existing single-line method documentation`() { in Add to existing single-line method documentation() 771 fun `Add to existing multi-line method documentation`() { in Add to existing multi-line method documentation() 849 fun `Add to method when there are existing parameter docs and appear before these`() { in Add to method when there are existing parameter docs and appear before these() 939 fun `Add new parameter, sorted correctly between existing ones`() { in Add new parameter, sorted correctly between existing ones() 982 fun `Add to existing parameter`() { in Add to existing parameter() 1062 fun `Add to existing return value (ensuring it appears last)`() { in Add to existing return value (ensuring it appears last)()
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | ProcessModelFragment.kt | 76 val existing = _counters.put(key, value) in <lambda>() constant 77 if (existing != null) { in <lambda>() 78 _counters[key]!!.events.addAll(existing.events) in <lambda>()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporterState.kt | 64 val existing = pidMap[tgid] in <lambda>() constant 65 if (existing != null) { in <lambda>() 66 existing.process.merge(process) in <lambda>()
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveEmergencyBase.py | 137 existing = self.dut.adb.getprop("ril.ecclist") 138 self.dut.log.info("Existing ril.ecclist is: %s", existing) 139 if self.fake_emergency_number in existing: 141 emergency_numbers = "%s,%s" % (existing, 149 if self.fake_emergency_number in existing:
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 266 Map<String, Metric.Builder> processed, Map<String, Metric> existing) { in addProcessedMetricsToExistingMetrics() argument 269 if (existing.containsKey(newKey)) { in addProcessedMetricsToExistingMetrics() 278 existing.put(newKey, newMetric); in addProcessedMetricsToExistingMetrics()
|
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
D | AddApisFromCodebase.kt | 49 val existing = newClass.superClasses.firstOrNull()?.name in addApisFromCodebase() constant 51 if (existing == superInternalName) { in addApisFromCodebase()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiBasedCodebase.kt | 525 val existing = findClass(psiClass) in <lambda>() constant 526 if (existing != null) { in <lambda>() 527 return existing in <lambda>() 550 return existing ?: return createClass(psiClass) in <lambda>()
|
/tools/tradefederation/core/atest/unittest_data/test_mapping/folder2/ |
D | test_mapping_sample | 20 "path": "../folder3/non-existing"
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_rotate.txt | 30 provided, this signer must match the leaf descendant so that the existing 202 2. Extend an existing SigningCertificateLineage to rotate again after previous rotation: 203 $ apksigner rotate --in /path/to/existing/lineage --out /path/to/new/file \
|
D | help.txt | 21 lineage Modify the capabilities of one or more signers in an existing
|
D | help_lineage.txt | 178 $ apksigner lineage --in /path/to/existing/lineage --out /path/to/new/file \ 184 $ apksigner lineage --in /path/to/existing/lineage --print-certs -v
|
D | help_sign.txt | 3 This signs the provided APK, stripping out any pre-existing signatures. Signing
|
/tools/metalava/ |
D | API-LINT.md | 109 You can view the exact set of existing issues (current APIs that get flagged by 112 here's the existing distribution as of early 2019:
|
D | README.md | 74 * Ability to read in an existing android.jar file instead of from source, which 192 fix all existing violations. Periodically, as older issues are fixed, you can 206 More importantly, you can also point it to some existing compiled applications
|
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/ |
D | TextCodebase.kt | 145 val existing = cl.superClassType()?.toTypeString() in resolveSuperclasses() constant 146 val s = existing ?: JAVA_LANG_OBJECT in resolveSuperclasses()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | AnnotationsMerger.kt | 537 for (existing in item.modifiers.annotations()) { in hasNullnessConflicts() variable 538 val name = existing.qualifiedName() ?: continue in hasNullnessConflicts()
|
/tools/apksig/ |
D | README.md | 37 classes may change any time without regard to existing clients outside of `apksig` and `apksigner`._
|
/tools/tradefederation/core/atest/docs/ |
D | develop_test_finders.md | 22 If the metadata used to find a test is unlike existing test finder classes,
|
/tools/repohooks/ |
D | README.md | 176 override any existing default options, so be sure to include everything you need
|
/tools/repohooks/tools/ |
D | pylintrc | 150 # and thus existing member attributes cannot be deduced by static analysis. It
|
/tools/dexter/testdata/expected/ |
D | medium.asm | 96383 …52| const-string/jumbo v14, "Attempted to update existing event but models didn't refer to the sam…
|
D | medium.rewrite | 96403 …52| const-string/jumbo v14, "Attempted to update existing event but models didn't refer to the sam…
|
D | medium.wrap_invoke | 96403 …52| const-string/jumbo v14, "Attempted to update existing event but models didn't refer to the sam…
|
D | medium.scratch_regs | 112341 …100| const-string/jumbo v14, "Attempted to update existing event but models didn't refer to the sa…
|
D | medium.exit_hook | 101210 …64| const-string/jumbo v14, "Attempted to update existing event but models didn't refer to the sam…
|