Searched refs:existing (Results 1 – 21 of 21) sorted by relevance
76 val existing = _counters.put(key, value) in <lambda>() constant77 if (existing != null) { in <lambda>()78 _counters[key]!!.events.addAll(existing.events) in <lambda>()
64 val existing = pidMap[tgid] in <lambda>() constant65 if (existing != null) { in <lambda>()66 existing.process.merge(process) in <lambda>()
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)()
544 fun `Test issue severity options with non-existing issue`() { in Test issue severity options with non-existing issue()
20 "path": "../folder3/non-existing"
49 val existing = newClass.superClasses.firstOrNull()?.name in addApisFromCodebase() constant51 if (existing == superInternalName) { in addApisFromCodebase()
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:
21 lineage Modify the capabilities of one or more signers in an existing
30 provided, this signer must match the leaf descendant so that the existing202 2. Extend an existing SigningCertificateLineage to rotate again after previous rotation:203 $ apksigner rotate --in /path/to/existing/lineage --out /path/to/new/file \
178 $ apksigner lineage --in /path/to/existing/lineage --out /path/to/new/file \184 $ apksigner lineage --in /path/to/existing/lineage --print-certs -v
3 This signs the provided APK, stripping out any pre-existing signatures. Signing49 --force-stamp-overwrite Whether to overwrite existing source stamp in the
341 Map<String, Metric.Builder> processed, Map<String, Metric> existing) { in addProcessedMetricsToExistingMetrics() argument344 if (existing.containsKey(newKey)) { in addProcessedMetricsToExistingMetrics()356 existing.put(newKey, newMetric); in addProcessedMetricsToExistingMetrics()
111 You can view the exact set of existing issues (current APIs that get flagged by114 here's the existing distribution as of early 2019:
77 * Ability to read in an existing android.jar file instead of from source, which195 fix all existing violations. Periodically, as older issues are fixed, you can209 More importantly, you can also point it to some existing compiled applications
37 classes may change any time without regard to existing clients outside of `apksig` and `apksigner`._
223 final TextPackageItem existing = api.findPackage(name); in parsePackage() local224 if (existing != null) { in parsePackage()225 if (!pkg.getModifiers().toString().equals(existing.getModifiers().toString())) { in parsePackage()230 pkg = existing; in parsePackage()
22 If the metadata used to find a test is unlike existing test finder classes,
216 override any existing default options, so be sure to include everything you need
225 # and thus existing member attributes cannot be deduced by static analysis. It
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...