Home
last modified time | relevance | path

Searched defs:newValues (Results 1 – 25 of 29) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/util/
DUnicodeRelation.java91 Set<T> newValues = addValue(data.get(key), value); in add() local
99 Set<T> newValues = addValue(data.get(key), value); in add() local
107 Set<T> newValues = addValues(data.get(key), values); in addAll() local
145 Set<T> newValues = make(oldValues); in addValue() local
152 Set<T> newValues = maker.make(); in make() local
167 Set<T> newValues = make(oldValues); in addValues() local
179 Set<T> newValues = make(oldValues); in removeValues() local
220 Set<T> newValues = removeValues(data.get(key), values); in removeAll() local
260 Set<T> newValues = make(values); in removeExisting() local
270 Set<T> newValues = make(values); in removeExisting() local
/external/llvm-project/mlir/unittests/TableGen/
DStructsGenTest.cpp61 llvm::SmallVector<mlir::NamedAttribute, 5> newValues(expectedValues.begin(), in TEST() local
83 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
104 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
129 llvm::SmallVector<mlir::NamedAttribute, 3> newValues( in TEST() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DFindAttributeValueDifferences.java52 …M4<String, String, String, Boolean> newValues = ChainedMap.of(new TreeMap(), new TreeMap(), new Tr… in main() local
62 getActuals(current.make(locale, false), newValues); in main() local
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DPersistentHashArrayMappedTrie.java165 V[] newValues = Arrays.copyOf(values, keys.length); in put() local
172 V[] newValues = Arrays.copyOf(values, keys.length + 1); in put() local
239 Node<K,V>[] newValues = (Node<K,V>[]) new Node<?,?>[values.length + 1]; in put() local
251 Node<K,V>[] newValues = Arrays.copyOf(values, values.length); in put() local
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTweenAccessor.java81 public void setValues(T target, int tweenType, float[] newValues); in setValues()
/external/llvm-project/mlir/lib/Bindings/Python/
DGlobals.h41 void setDialectSearchPrefixes(std::vector<std::string> newValues) { in setDialectSearchPrefixes()
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DSpriteAccessor.java35 public void setValues(Sprite target, int tweenType, float[] newValues) { in setValues()
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/primitives/
DMutableFloat.java31 public void setValues(MutableFloat target, int tweenType, float[] newValues) { in setValues()
DMutableInteger.java31 public void setValues(MutableInteger target, int tweenType, float[] newValues) { in setValues()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DStringToIntTable.java106 int newValues[] = new int[m_mapSize]; in put() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DStringToIntTable.java113 int newValues[] = new int[m_mapSize]; in put() local
/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp186 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps()
311 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, in parseProperty()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DTimedValueQueue.java134 V[] newValues = newArray(newCapacity); in doubleCapacityIfFull() local
/external/proguard/src/proguard/evaluation/value/
DInstructionOffsetValue.java189 int[] newValues = new int[newLength]; in generalize() local
/external/icu/icu4c/source/i18n/
Dsortkey.cpp60 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) in CollationKey()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCompactByteArray.java92 byte newValues[]) in CompactByteArray()
DCompactCharArray.java93 char newValues[]) in CompactCharArray()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCompactByteArray.java94 byte newValues[]) in CompactByteArray()
DCompactCharArray.java95 char newValues[]) in CompactCharArray()
/external/llvm-project/mlir/lib/IR/
DPatternMatch.cpp161 void PatternRewriter::replaceOp(Operation *op, ValueRange newValues) { in replaceOp()
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DOpenIntToDoubleHashMap.java444 final double[] newValues = new double[newLength]; in growTable() local
DOpenIntToFieldHashMap.java456 final T[] newValues = buildArray(newLength); in growTable() local
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DGrpcHttp2HeadersUtils.java222 AsciiString[] newValues = new AsciiString[newValuesLen]; in expandHeadersAndValues() local
/external/autotest/frontend/client/src/autotest/afe/
DAfeUtils.java170 private static void extendJsonArray(JSONArray array, JSONArray newValues) { in extendJsonArray()
/external/guava/android/guava/src/com/google/common/collect/
DLinkedListMultimap.java618 Iterator<? extends V> newValues = values.iterator(); in replaceValues() local

12