Home
last modified time | relevance | path

Searched refs:existingValue (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java368 String existingValue = mRunMetrics.get(entry.getKey()); in testRunEnded() local
369 String combinedValue = combineValues(existingValue, entry.getValue()); in testRunEnded()
402 private String combineValues(String existingValue, String newValue) { in combineValues() argument
403 if (existingValue != null) { in combineValues()
405 Long existingLong = Long.parseLong(existingValue); in combineValues()
412 Double existingDouble = Double.parseDouble(existingValue); in combineValues()
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt96 val existingValue = existingAnnotation.findAttribute(attribute.name)?.value?.toSource() in annotationsMatch() constant
97 if (existingValue != attribute.value.toSource()) { in annotationsMatch()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...