/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<>(); in main() local
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapReplaceValuesTester.java | 77 List<V> oldValues = new ArrayList<>(multimap().get(k0())); in testReplaceValuesWithEmpty() local 88 List<V> oldValues = new ArrayList<>(multimap().get(k0())); in testReplaceValuesWithDuplicates() local
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapReplaceValuesTester.java | 77 List<V> oldValues = new ArrayList<>(multimap().get(k0())); in testReplaceValuesWithEmpty() local 88 List<V> oldValues = new ArrayList<>(multimap().get(k0())); in testReplaceValuesWithDuplicates() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | UnicodeRelation.java | 139 private Set<T> addValue(Set<T> oldValues, T value) { in addValue() 151 private final Set<T> make(Collection<T> oldValues) { in make() 157 private Set<T> addValues(Set<T> oldValues, Collection<T> values) { in addValues() 173 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/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 61 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction() 140 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction() 246 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction() 346 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction() 518 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction() 736 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction() 816 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction() 904 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction() 997 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction() 1092 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction() [all …]
|
D | common.h | 130 HostDataType *oldValues; member 275 …ion(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, HostDataType *oldValues) in HostFunction()
|
/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/guava/android/guava/src/com/google/common/collect/ |
D | LinkedListMultimap.java | 616 List<V> oldValues = getCopy(key); in replaceValues() local 652 List<V> oldValues = getCopy(key); in removeAll() local
|
D | AbstractMapBasedMultimap.java | 225 Collection<V> oldValues = createCollection(); in replaceValues() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | LinkedListMultimap.java | 617 List<V> oldValues = getCopy(key); in replaceValues() local 653 List<V> oldValues = getCopy(key); in removeAll() local
|
D | AbstractMapBasedMultimap.java | 227 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/llvm-project/lld/ELF/ |
D | LinkerScript.cpp | 240 getChangedSymbolAssignment(const SymbolAssignmentMap &oldValues) { in getChangedSymbolAssignment() 1218 SymbolAssignmentMap oldValues = getSymbolAssignmentValues(sectionCommands); in assignAddresses() local
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableManager.cpp | 444 map<const Variable*, const ValueEntry*> oldValues; in popValueScope() local
|