Home
last modified time | relevance | path

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

12

/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DTextCodebase.kt82 val existing = allClassesByName.put(qualifiedName, classItem) in <lambda>() constant
83 if (existing != null) { in <lambda>()
125 val existing = requiredStubKindForClass.put(qualifiedName, stubKind) in <lambda>() constant
126 if (existing != null && existing != stubKind) { in <lambda>()
128 "Mismatching required stub kinds for $qualifiedName, found $existing and $stubKind" in <lambda>()
DApiFile.kt416 val existing = codebase.findPackage(name) in parsePackage() constant
418 if (existing != null) { in parsePackage()
419 if (modifiers != existing.modifiers) { in parsePackage()
424 existing.modifiers, in parsePackage()
430 existing in parsePackage()
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DAnnotationManager.kt109 val existing = annotationKeyToInfo[key] in getAnnotationInfo() constant
110 if (existing != null) { in getAnnotationInfo()
111 return existing in getAnnotationInfo()
/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/metalava/metalava/src/test/java/com/android/tools/metalava/doc/
DDocAnalyzerRangeTest.kt296 fun `Add new parameter, sorted correctly between existing ones`() { in Add new parameter, sorted correctly between existing ones()
343 fun `Add to existing parameter`() { in Add to existing parameter()
430 fun `Add to existing return value (ensuring it appears last)`() { in Add to existing return value (ensuring it appears last)()
DDocAnalyzerTest.kt634 fun `Add to existing single-line method documentation`() { in Add to existing single-line method documentation()
678 fun `Add to existing multi-line method documentation`() { in Add to existing multi-line method documentation()
726 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()
/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/metalava/
DCOMPATIBILITY.md14 Binary compatibility is when **existing binaries correctly link with an updated library at load tim…
24 Source compatibility is when **existing source compiles against an updated library without compile …
35 Runtime compatibility is when **existing valid interactions with an updated library do not trigger …
45 API Contract Compatibility is when **existing client code is not invalidated by the new API**.
DAPI-LINT.md111 You can view the exact set of existing issues (current APIs that get flagged by
114 here's the existing distribution as of early 2019:
/tools/asuite/atest/unittest_data/test_mapping/folder2/
Dtest_mapping_sample20 "path": "../folder3/non-existing"
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineBasedCodebase.kt99 val existing = classMap.put(qualifiedName, classItem) in registerClass() constant
100 if (existing != null) { in registerClass()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/
DFlaggedApiLintTest.kt243 fun `Dont require @FlaggedApi on existing items in nested SystemApi classes`() { in Dont require @FlaggedApi on existing items in nested SystemApi classes()
280 fun `Dont require @FlaggedApi on existing items inherited into new SystemApi classes`() { in Dont require @FlaggedApi on existing items inherited into new SystemApi classes()
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveEmergencyBase.py123 existing = self.dut.adb.getprop("ril.ecclist")
124 self.dut.log.info("Existing ril.ecclist is: %s", existing)
125 if self.fake_emergency_number in existing:
127 emergency_numbers = "%s,%s" % (existing,
135 if self.fake_emergency_number in existing:
/tools/apksig/src/apksigner/java/com/android/apksigner/
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
49 --force-stamp-overwrite Whether to overwrite existing source stamp in the
95 --alignment-preserved Whether the existing alignment within the APK should
132 preserve existing key / value blocks that exist within the
Dhelp_rotate.txt30 provided, this signer must match the leaf descendant so that the existing
209 2. Extend an existing SigningCertificateLineage to rotate again after previous rotation:
210 $ apksigner rotate --in /path/to/existing/lineage --out /path/to/new/file \
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DAddApisFromCodebase.kt76 val existing = newClass.superClasses.firstOrNull()?.name in <lambda>() constant
78 if (existing == superName) { in <lambda>()
/tools/metalava/metalava/src/test/resources/
Dsource-model-provider-baseline.txt194 Add new parameter, sorted correctly between existing ones[turbine]
196 Add to existing parameter[turbine]
197 Add to existing return value (ensuring it appears last)[turbine]
207 Add to existing multi-line method documentation[turbine]
208 Add to existing single-line method documentation[turbine]
209 Add to method when there are existing parameter docs and appear before these[turbine]
239 Dont require @FlaggedApi on existing items inherited into new SystemApi classes[turbine]
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java444 Map<String, Metric.Builder> processed, Map<String, Metric> existing) { in addProcessedMetricsToExistingMetrics() argument
447 if (existing.containsKey(newKey)) { in addProcessedMetricsToExistingMetrics()
459 existing.put(newKey, newMetric); in addProcessedMetricsToExistingMetrics()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/common/
DIssueReportingOptionsTest.kt180 fun `Test issue severity options with non-existing issue`() { in Test issue severity options with non-existing issue()
/tools/treble/hacksaw/client/
Dcommand.go36 workspace recreate <name>: Recreate an existing workspace.
/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/apksig/etc/
Dapksigner-kms.bat53 REM TODO(b/329887683): reuse existing apksigner.bat script (this is the only difference)
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiBasedCodebase.kt903 val existing = classMap.put(qualifiedName, classItem) in <lambda>() constant
904 if (existing != null) { in <lambda>()

12