/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FindAttributeValueDifferences.java | 54 …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
|
D | PrepareRootAnnotations.java | 22 UnicodeMap<String> oldValues = new UnicodeMap<>(); in main() local
|
D | FindPreferredHours.java | 199 … LinkedHashSet<Entry<Character, String>> oldValues = new LinkedHashSet<Entry<Character, String>>(); in main() local
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapReplaceValuesTester.java | 82 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/ |
D | UnicodeRelation.java | 138 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/ |
D | TextFileReader.java | 43 E processLine(String line, E oldValues); in processLine()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarCache.java | 77 long[] oldValues = values; in rehash() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarCache.java | 75 long[] oldValues = values; in rehash() local
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | CompareIcuOutput.java | 136 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/ |
D | LinkedListMultimap.java | 604 List<V> oldValues = getCopy(key); in replaceValues() local 640 List<V> oldValues = getCopy(key); in removeAll() local
|
D | AbstractMapBasedMultimap.java | 232 Collection<V> oldValues = createCollection(); in replaceValues() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | LinkedListMultimap.java | 608 List<V> oldValues = getCopy(key); in replaceValues() local 644 List<V> oldValues = getCopy(key); in removeAll() local
|
D | AbstractMapBasedMultimap.java | 235 Collection<V> oldValues = createCollection(); in replaceValues() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | OpenIntToDoubleHashMap.java | 439 final double[] oldValues = values; in growTable() local
|
D | OpenIntToFieldHashMap.java | 451 final T[] oldValues = values; in growTable() local
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableManager.cpp | 444 map<const Variable*, const ValueEntry*> oldValues; in popValueScope() local
|