/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | UnicodeRelation.java | 92 Set<T> newValues = addValue(data.get(key), value); in add() local 100 Set<T> newValues = addValue(data.get(key), value); in add() local 108 Set<T> newValues = addValues(data.get(key), values); in addAll() local 146 Set<T> newValues = make(oldValues); in addValue() local 153 Set<T> newValues = maker.make(); in make() local 168 Set<T> newValues = make(oldValues); in addValues() local 180 Set<T> newValues = make(oldValues); in removeValues() local 223 Set<T> newValues = removeValues(data.get(key), values); in removeAll() local 263 Set<T> newValues = make(values); in removeExisting() local 273 Set<T> newValues = make(values); in removeExisting() local
|
/aosp_15_r20/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/ |
D | AidlVehiclePropValueBuilder.java | 134 int[] newValues = new int[newSize]; in addIntValues() local 152 float[] newValues = new float[newSize]; in addFloatValues() local 188 long[] newValues = new long[newSize]; in addInt64Values() local
|
/aosp_15_r20/external/grpc-grpc-java/context/src/main/java/io/grpc/ |
H A D | PersistentHashArrayMappedTrie.java | 150 V[] newValues = Arrays.copyOf(values, keys.length); in put() local 157 V[] newValues = Arrays.copyOf(values, keys.length + 1); in put() local 224 Node<K,V>[] newValues = (Node<K,V>[]) new Node<?,?>[values.length + 1]; in put() local 236 Node<K,V>[] newValues = Arrays.copyOf(values, values.length); in put() local
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 238 ContentValues newValues = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() local 254 ContentValues newValues = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_retainDirtyStatus_dirty() local 270 ContentValues newValues = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_retainDirtyStatus_notDirty() local 285 ContentValues newValues = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_retainDirtyStatus_noOtherValues() local
|
/aosp_15_r20/external/armnn/src/armnn/optimizations/ |
H A D | ConvertConstants.hpp | 29 std::vector<float> newValues(info.GetNumElements()); in Func() local 50 std::vector<Half> newValues(info.GetNumElements()); in Func() local
|
H A D | ConvertConstPermuteLayersToConstLayers.hpp | 102 std::vector<T> newValues(outputPermuteInfo.GetNumElements()); in ReplaceConstPermuteLayer() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | FindAttributeValueDifferences.java | 55 M4<String, String, String, Boolean> newValues = in main() local 70 getActuals(current.make(locale, false), newValues); in main() local
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | AutoGrowArray.java | 210 final int[] newValues = ArrayUtils.newUnpaddedIntArray(newCapacity); in ensureCapacity() local 319 final float[] newValues = ArrayUtils.newUnpaddedFloatArray(newCapacity); in ensureCapacity() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/ |
H A D | ppucd.cpp | 193 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() 318 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, in parseProperty()
|
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/ |
H A D | ppucd.cpp | 175 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() 300 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, in parseProperty()
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | CachedAppOptimizerTest.java | 1174 public void setRss(long[] newValues) { in setRss() 1178 public void setRssAfterCompaction(long[] newValues) { in setRssAfterCompaction()
|
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
H A D | VoicemailContractTest.java | 272 ContentValues newValues = new ContentValues(); in testForeignUpdate_retainDirty_notDirty() local 376 ContentValues newValues = new ContentValues(); in testLocalUpdate_retainDirty_dirty() local
|
/aosp_15_r20/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
H A D | TweenAccessor.java | 81 public void setValues(T target, int tweenType, float[] newValues); in setValues()
|
/aosp_15_r20/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
H A D | SpriteAccessor.java | 35 public void setValues(Sprite target, int tweenType, float[] newValues) { in setValues()
|
/aosp_15_r20/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/primitives/ |
H A D | MutableFloat.java | 31 public void setValues(MutableFloat target, int tweenType, float[] newValues) { in setValues()
|
H A D | MutableInteger.java | 31 public void setValues(MutableInteger target, int tweenType, float[] newValues) { in setValues()
|
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/context/grpc-java-context/android_common_apex33/javac/ |
D | grpc-java-context.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/ |
HD | grpc-context-1.27.2.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/context/grpc-java-context/android_common_apex10000/javac/ |
D | grpc-java-context.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/context/grpc-java-context/android_common_apex34/javac/ |
D | grpc-java-context.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/ |
HD | grpc-context-1.27.2.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/ |
D | grpc-context-1.19.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/context/grpc-java-context/android_common_apex30/javac/ |
D | grpc-java-context.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | BlockNumberTaskFragment.java | 53 ContentValues newValues = new ContentValues(); in doInBackground() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | StringToIntTable.java | 106 int newValues[] = new int[m_mapSize]; in put() local
|