Home
last modified time | relevance | path

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

12

/tools/metalava/src/test/java/com/android/tools/metalava/
DDocAnalyzerTest.kt730 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/
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/test/connectivity/acts/tests/google/tel/live/
DTelLiveEmergencyBase.py137 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/
DBasePostProcessor.java266 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/
DAddApisFromCodebase.kt49 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/
DPsiBasedCodebase.kt525 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/
Dtest_mapping_sample20 "path": "../folder3/non-existing"
/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.txt21 lineage Modify the capabilities of one or more signers in an existing
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_sign.txt3 This signs the provided APK, stripping out any pre-existing signatures. Signing
/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.md74 * 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/
DTextCodebase.kt145 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/
DAnnotationsMerger.kt537 for (existing in item.modifiers.annotations()) { in hasNullnessConflicts() variable
538 val name = existing.qualifiedName() ?: continue in hasNullnessConflicts()
/tools/apksig/
DREADME.md37 classes may change any time without regard to existing clients outside of `apksig` and `apksigner`._
/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.md176 override any existing default options, so be sure to include everything you need
/tools/repohooks/tools/
Dpylintrc150 # 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…
Dmedium.rewrite96403 …52| const-string/jumbo v14, "Attempted to update existing event but models didn't refer to the sam…
Dmedium.wrap_invoke96403 …52| const-string/jumbo v14, "Attempted to update existing event but models didn't refer to the sam…
Dmedium.scratch_regs112341 …100| const-string/jumbo v14, "Attempted to update existing event but models didn't refer to the sa…
Dmedium.exit_hook101210 …64| const-string/jumbo v14, "Attempted to update existing event but models didn't refer to the sam…

12