/external/cldr/tools/java/org/unicode/cldr/util/ |
D | UnicodeRelation.java | 91 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/ |
D | StructsGenTest.cpp | 61 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/ |
D | FindAttributeValueDifferences.java | 52 …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/ |
D | PersistentHashArrayMappedTrie.java | 165 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/ |
D | TweenAccessor.java | 81 public void setValues(T target, int tweenType, float[] newValues); in setValues()
|
/external/llvm-project/mlir/lib/Bindings/Python/ |
D | Globals.h | 41 void setDialectSearchPrefixes(std::vector<std::string> newValues) { in setDialectSearchPrefixes()
|
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
D | SpriteAccessor.java | 35 public void setValues(Sprite target, int tweenType, float[] newValues) { in setValues()
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/primitives/ |
D | MutableFloat.java | 31 public void setValues(MutableFloat target, int tweenType, float[] newValues) { in setValues()
|
D | MutableInteger.java | 31 public void setValues(MutableInteger target, int tweenType, float[] newValues) { in setValues()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | StringToIntTable.java | 106 int newValues[] = new int[m_mapSize]; in put() local
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
D | StringToIntTable.java | 113 int newValues[] = new int[m_mapSize]; in put() local
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ppucd.cpp | 186 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/ |
D | TimedValueQueue.java | 134 V[] newValues = newArray(newCapacity); in doubleCapacityIfFull() local
|
/external/proguard/src/proguard/evaluation/value/ |
D | InstructionOffsetValue.java | 189 int[] newValues = new int[newLength]; in generalize() local
|
/external/icu/icu4c/source/i18n/ |
D | sortkey.cpp | 60 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) in CollationKey()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CompactByteArray.java | 92 byte newValues[]) in CompactByteArray()
|
D | CompactCharArray.java | 93 char newValues[]) in CompactCharArray()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CompactByteArray.java | 94 byte newValues[]) in CompactByteArray()
|
D | CompactCharArray.java | 95 char newValues[]) in CompactCharArray()
|
/external/llvm-project/mlir/lib/IR/ |
D | PatternMatch.cpp | 161 void PatternRewriter::replaceOp(Operation *op, ValueRange newValues) { in replaceOp()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | OpenIntToDoubleHashMap.java | 444 final double[] newValues = new double[newLength]; in growTable() local
|
D | OpenIntToFieldHashMap.java | 456 final T[] newValues = buildArray(newLength); in growTable() local
|
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | GrpcHttp2HeadersUtils.java | 222 AsciiString[] newValues = new AsciiString[newValuesLen]; in expandHeadersAndValues() local
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | AfeUtils.java | 170 private static void extendJsonArray(JSONArray array, JSONArray newValues) { in extendJsonArray()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | LinkedListMultimap.java | 618 Iterator<? extends V> newValues = values.iterator(); in replaceValues() local
|