/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | DocAnalyzerTest.kt | 728 fun `Add to existing single-line method documentation`() { in Add to existing single-line method documentation() 769 fun `Add to existing multi-line method documentation`() { in Add to existing multi-line method documentation() 847 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() 937 fun `Add new parameter, sorted correctly between existing ones`() { in Add new parameter, sorted correctly between existing ones() 980 fun `Add to existing parameter`() { in Add to existing parameter() 1060 fun `Add to existing return value (ensuring it appears last)`() { in Add to existing return value (ensuring it appears last)()
|
D | OptionsTest.kt | 552 fun `Test issue severity options with non-existing issue`() { in Test issue severity options with non-existing issue()
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveEmergencyBase.py | 135 existing = self.dut.adb.getprop("ril.ecclist") 136 self.dut.log.info("Existing ril.ecclist is: %s", existing) 137 if self.fake_emergency_number in existing: 139 emergency_numbers = "%s,%s" % (existing, 147 if self.fake_emergency_number in existing:
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiBasedCodebase.kt | 546 val existing = findClass(psiClass) in <lambda>() constant 547 if (existing != null) { in <lambda>() 548 return existing in <lambda>() 571 return existing ?: return createClass(psiClass) in <lambda>()
|
/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/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 341 Map<String, Metric.Builder> processed, Map<String, Metric> existing) { in addProcessedMetricsToExistingMetrics() argument 344 if (existing.containsKey(newKey)) { in addProcessedMetricsToExistingMetrics() 356 existing.put(newKey, newMetric); in addProcessedMetricsToExistingMetrics()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | ApiFile.java | 212 final TextPackageItem existing = api.findPackage(name); in parsePackage() local 213 if (existing != null) { in parsePackage() 214 if (!pkg.getModifiers().toString().equals(existing.getModifiers().toString())) { in parsePackage() 219 pkg = existing; in parsePackage()
|
D | TextCodebase.kt | 137 val existing = cl.superClassType()?.toTypeString() in resolveSuperclasses() constant 138 val s = existing ?: JAVA_LANG_OBJECT in resolveSuperclasses()
|
/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_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.txt | 21 lineage Modify the capabilities of one or more signers in an existing
|
D | help_sign.txt | 3 This signs the provided APK, stripping out any pre-existing signatures. Signing
|
/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/ |
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 | 77 * Ability to read in an existing android.jar file instead of from source, which 195 fix all existing violations. Periodically, as older issues are fixed, you can 209 More importantly, you can also point it to some existing compiled applications
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | AnnotationsMerger.kt | 538 for (existing in item.modifiers.annotations()) { in hasNullnessConflicts() variable 539 val name = existing.qualifiedName() ?: continue in hasNullnessConflicts()
|
/tools/tradefederation/core/atest/unittest_data/test_mapping/folder2/ |
D | test_mapping_sample | 20 "path": "../folder3/non-existing"
|
/tools/asuite/atest/unittest_data/test_mapping/folder2/ |
D | test_mapping_sample | 20 "path": "../folder3/non-existing"
|
/tools/apksig/ |
D | README.md | 37 classes may change any time without regard to existing clients outside of `apksig` and `apksigner`._
|
/tools/asuite/atest/docs/ |
D | develop_test_finders.md | 22 If the metadata used to find a test is unlike existing test finder classes,
|
/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 | 216 override any existing default options, so be sure to include everything you need
|
/tools/repohooks/tools/ |
D | pylintrc | 225 # 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…
|