Home
last modified time | relevance | path

Searched defs:oldValues (Results 1 – 19 of 19) 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<>(); in main() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapReplaceValuesTester.java77 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/
DMultimapReplaceValuesTester.java77 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/
DUnicodeRelation.java139 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/
DTextFileReader.java43 E processLine(String line, E oldValues); in processLine()
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp61 …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 …]
Dcommon.h130 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/
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/guava/android/guava/src/com/google/common/collect/
DLinkedListMultimap.java616 List<V> oldValues = getCopy(key); in replaceValues() local
652 List<V> oldValues = getCopy(key); in removeAll() local
DAbstractMapBasedMultimap.java225 Collection<V> oldValues = createCollection(); in replaceValues() local
/external/guava/guava/src/com/google/common/collect/
DLinkedListMultimap.java617 List<V> oldValues = getCopy(key); in replaceValues() local
653 List<V> oldValues = getCopy(key); in removeAll() local
DAbstractMapBasedMultimap.java227 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/llvm-project/lld/ELF/
DLinkerScript.cpp240 getChangedSymbolAssignment(const SymbolAssignmentMap &oldValues) { in getChangedSymbolAssignment()
1218 SymbolAssignmentMap oldValues = getSymbolAssignmentValues(sectionCommands); in assignAddresses() local
/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp444 map<const Variable*, const ValueEntry*> oldValues; in popValueScope() local