Searched refs:existingValue (Results 1 – 3 of 3) sorted by relevance
368 String existingValue = mRunMetrics.get(entry.getKey()); in testRunEnded() local369 String combinedValue = combineValues(existingValue, entry.getValue()); in testRunEnded()402 private String combineValues(String existingValue, String newValue) { in combineValues() argument403 if (existingValue != null) { in combineValues()405 Long existingLong = Long.parseLong(existingValue); in combineValues()412 Double existingDouble = Double.parseDouble(existingValue); in combineValues()
96 val existingValue = existingAnnotation.findAttribute(attribute.name)?.value?.toSource() in annotationsMatch() constant97 if (existingValue != attribute.value.toSource()) { in annotationsMatch()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...