Searched refs:findNearestTimestamp (Results 1 – 2 of 2) sorted by relevance
759 long[] results = DataProcessor.findNearestTimestamp( in findNearestTimestamp_returnExpectedResult()763 results = DataProcessor.findNearestTimestamp( in findNearestTimestamp_returnExpectedResult()767 results = DataProcessor.findNearestTimestamp( in findNearestTimestamp_returnExpectedResult()771 results = DataProcessor.findNearestTimestamp( in findNearestTimestamp_returnExpectedResult()
498 static long[] findNearestTimestamp(final List<Long> timestamps, final long target) { in findNearestTimestamp() method in DataProcessor1107 final long[] nearestTimestamps = findNearestTimestamp(rawTimestampList, currentSlot); in interpolateHistoryForSlot()