Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 37) sorted by relevance

12

/tools/metalava/src/test/java/com/android/tools/metalava/
DDocAnalyzerTest.kt728 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)()
DOptionsTest.kt552 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/
DTelLiveEmergencyBase.py135 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/
DPsiBasedCodebase.kt546 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/
DProcessModelFragment.kt76 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/
DFtraceImporterState.kt64 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/
DBasePostProcessor.java341 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/
DApiFile.java212 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()
DTextCodebase.kt137 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/
Dhelp_rotate.txt30 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 \
Dhelp_lineage.txt178 $ apksigner lineage --in /path/to/existing/lineage --out /path/to/new/file \
184 $ apksigner lineage --in /path/to/existing/lineage --print-certs -v
Dhelp.txt21 lineage Modify the capabilities of one or more signers in an existing
Dhelp_sign.txt3 This signs the provided APK, stripping out any pre-existing signatures. Signing
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DAddApisFromCodebase.kt49 val existing = newClass.superClasses.firstOrNull()?.name in addApisFromCodebase() constant
51 if (existing == superInternalName) { in addApisFromCodebase()
/tools/metalava/
DAPI-LINT.md109 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:
DREADME.md77 * 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/
DAnnotationsMerger.kt538 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/
Dtest_mapping_sample20 "path": "../folder3/non-existing"
/tools/asuite/atest/unittest_data/test_mapping/folder2/
Dtest_mapping_sample20 "path": "../folder3/non-existing"
/tools/apksig/
DREADME.md37 classes may change any time without regard to existing clients outside of `apksig` and `apksigner`._
/tools/asuite/atest/docs/
Ddevelop_test_finders.md22 If the metadata used to find a test is unlike existing test finder classes,
/tools/tradefederation/core/atest/docs/
Ddevelop_test_finders.md22 If the metadata used to find a test is unlike existing test finder classes,
/tools/repohooks/
DREADME.md216 override any existing default options, so be sure to include everything you need
/tools/repohooks/tools/
Dpylintrc225 # and thus existing member attributes cannot be deduced by static analysis. It
/tools/dexter/testdata/expected/
Dmedium.asm96383 …52| const-string/jumbo v14, "Attempted to update existing event but models didn't refer to the sam…

12