/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/ |
H A D | test_atomics.cpp | 70 HostDataType *oldValues) in HostFunction() 192 HostDataType *oldValues) in HostFunction() 348 HostDataType *oldValues) in HostFunction() 503 HostDataType *oldValues) in HostFunction() 752 HostDataType *oldValues) in HostFunction() 1089 HostDataType *oldValues) in HostFunction() 1221 HostDataType *oldValues) in HostFunction() 1361 HostDataType *oldValues) in HostFunction() 1504 HostDataType *oldValues) in HostFunction() 1647 HostDataType *oldValues) in HostFunction() [all …]
|
H A D | common.h | 134 HostDataType *oldValues; member 301 HostDataType *oldValues) in HostFunction()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | UnicodeRelation.java | 140 private Set<T> addValue(Set<T> oldValues, T value) { in addValue() 152 private final Set<T> make(Collection<T> oldValues) { in make() 158 private Set<T> addValues(Set<T> oldValues, Collection<T> values) { in addValues() 174 private Set<T> removeValues(Set<T> oldValues, Collection<T> values) { in removeValues()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | FindAttributeValueDifferences.java | 58 M4<String, String, String, Boolean> oldValues = in main() local 71 getActuals(last.make(locale, false), oldValues); in main() local
|
H A D | PrepareRootAnnotations.java | 20 UnicodeMap<String> oldValues = new UnicodeMap<>(); in main() local
|
H A D | FindPreferredHours.java | 205 LinkedHashSet<Entry<Character, String>> oldValues = new LinkedHashSet<>(); in main() local
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
H A D | MultimapReplaceValuesTester.java | 75 List<V> oldValues = new ArrayList<>(multimap().get(k0())); in testReplaceValuesWithEmpty() local 85 List<V> oldValues = new ArrayList<>(multimap().get(k0())); in testReplaceValuesWithDuplicates() local
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
H A D | MultimapReplaceValuesTester.java | 75 List<V> oldValues = new ArrayList<>(multimap().get(k0())); in testReplaceValuesWithEmpty() local 85 List<V> oldValues = new ArrayList<>(multimap().get(k0())); in testReplaceValuesWithDuplicates() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | LinkedListMultimap.java | 647 List<V> oldValues = getCopy(key); in replaceValues() local 690 List<V> oldValues = getCopy(castKey); in removeAll() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | LinkedListMultimap.java | 645 List<V> oldValues = getCopy(key); in replaceValues() local 688 List<V> oldValues = getCopy(castKey); in removeAll() local
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/ |
H A D | Flag.java | 70 HashMap<String, Flag> oldValues = sFlagsCreatedForTesting; in useTemporaryFlagsCreatedForTesting() local
|
H A D | FeatureParam.java | 83 Map<Pair<String, String>, FeatureParam> oldValues = sParamsForTesting; in useTemporaryParamsCreatedForTesting() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TextFileReader.java | 41 E processLine(String line, E oldValues); in processLine()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/ |
H A D | IntIntMap.java | 123 int[] oldValues = mValues; in resize() local
|
H A D | IntFloatMap.java | 124 float[] oldValues = mValues; in resize() local
|
H A D | IntMap.java | 103 ArrayList<T> oldValues = mValues; in resize() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | CalendarCache.java | 77 long[] oldValues = values; in rehash() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | CalendarCache.java | 75 long[] oldValues = values; in rehash() local
|
/aosp_15_r20/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
H A D | Frame.java | 275 V[] oldValues = values; in push() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
H A D | OpenIntToDoubleHashMap.java | 448 final double[] oldValues = values; in growTable() local
|
H A D | OpenIntToFieldHashMap.java | 465 final T[] oldValues = values; in growTable() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
H A D | OpenIntToDoubleHashMap.java | 439 final double[] oldValues = values; in growTable() local
|
H A D | OpenIntToFieldHashMap.java | 451 final T[] oldValues = values; in growTable() local
|
/aosp_15_r20/frameworks/base/core/java/android/transition/ |
H A D | Transition.java | 1756 TransitionValues oldValues = oldInfo.values; in playTransition() local 1826 private static boolean isValueChanged(TransitionValues oldValues, TransitionValues newValues, in isValueChanged()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/ |
H A D | Ldml2JsonConverter.java | 1063 final String oldValues[] = oldValue.split(" "); in fixXpathBcp47() local 1091 final String oldValues[] = oldValue.split(" "); in fixXpathBcp47MishMash() local
|