Home
last modified time | relevance | path

Searched defs:oldValues (Results 1 – 16 of 16) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DFindAttributeValueDifferences.java54 …M4<String, String, String, Boolean> oldValues = ChainedMap.of(new TreeMap(), new TreeMap(), new Tr… in main() local
63 getActuals(last.make(locale, false), oldValues); in main() local
DPrepareRootAnnotations.java22 UnicodeMap<String> oldValues = new UnicodeMap<>(); in main() local
DFindPreferredHours.java199 … LinkedHashSet<Entry<Character, String>> oldValues = new LinkedHashSet<Entry<Character, String>>(); in main() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapReplaceValuesTester.java82 List<V> oldValues = new ArrayList<V>(multimap().get(key)); in testReplaceValuesWithEmpty() local
94 List<V> oldValues = new ArrayList<V>(multimap().get(key)); in testReplaceValuesWithDuplicates() local
/external/cldr/tools/java/org/unicode/cldr/util/
DUnicodeRelation.java138 private Set<T> addValue(Set<T> oldValues, T value) { in addValue()
150 private final Set<T> make(Collection<T> oldValues) { in make()
156 private Set<T> addValues(Set<T> oldValues, Collection<T> values) { in addValues()
172 private Set<T> removeValues(Set<T> oldValues, Collection<T> values) { in removeValues()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTextFileReader.java43 E processLine(String line, E oldValues); in processLine()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarCache.java77 long[] oldValues = values; in rehash() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarCache.java75 long[] oldValues = values; in rehash() local
/external/cldr/tools/java/org/unicode/cldr/icu/
DCompareIcuOutput.java136 List<String[]> oldValues = oldData.get(rbPath); in analyseMatches() local
184 private static boolean valuesDiffer(List<String[]> oldValues, List<String[]> newValues) { in valuesDiffer()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLinkedListMultimap.java604 List<V> oldValues = getCopy(key); in replaceValues() local
640 List<V> oldValues = getCopy(key); in removeAll() local
DAbstractMapBasedMultimap.java232 Collection<V> oldValues = createCollection(); in replaceValues() local
/external/guava/guava/src/com/google/common/collect/
DLinkedListMultimap.java608 List<V> oldValues = getCopy(key); in replaceValues() local
644 List<V> oldValues = getCopy(key); in removeAll() local
DAbstractMapBasedMultimap.java235 Collection<V> oldValues = createCollection(); in replaceValues() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DOpenIntToDoubleHashMap.java439 final double[] oldValues = values; in growTable() local
DOpenIntToFieldHashMap.java451 final T[] oldValues = values; in growTable() local
/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp444 map<const Variable*, const ValueEntry*> oldValues; in popValueScope() local