/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | MultisetsTest.java | 90 Iterable<String> toRemove = Arrays.asList("a", "b", "a"); in testRemoveOccurrencesIterableEmpty() local 97 Multiset<String> toRemove = HashMultiset.create(Arrays.asList("a", "b", "a")); in testRemoveOccurrencesMultisetEmpty() local 224 Multiset<String> toRemove = HashMultiset.create(); in testRemoveEmptyOccurrencesMultiset() local 231 Multiset<String> toRemove = HashMultiset.create(Arrays.asList("a", "b", "b")); in testRemoveOccurrencesMultiset() local 238 Iterable<String> toRemove = ImmutableList.of(); in testRemoveEmptyOccurrencesIterable() local 245 List<String> toRemove = Arrays.asList("a", "b", "b"); in testRemoveOccurrencesMultisetIterable() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | MultisetsTest.java | 92 Iterable<String> toRemove = Arrays.asList("a", "b", "a"); in testRemoveOccurrencesIterableEmpty() local 99 Multiset<String> toRemove = HashMultiset.create(Arrays.asList("a", "b", "a")); in testRemoveOccurrencesMultisetEmpty() local 226 Multiset<String> toRemove = HashMultiset.create(); in testRemoveEmptyOccurrencesMultiset() local 233 Multiset<String> toRemove = HashMultiset.create(Arrays.asList("a", "b", "b")); in testRemoveOccurrencesMultiset() local 240 Iterable<String> toRemove = ImmutableList.of(); in testRemoveEmptyOccurrencesIterable() local 247 List<String> toRemove = Arrays.asList("a", "b", "b"); in testRemoveOccurrencesMultisetIterable() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | HashSetvBitSetTest.java | 42 final HashSet<Integer> toRemove = new HashSet<>(); in testHashSet() local 52 final BitSet toRemove = new BitSet(); in testBitSet() local 62 final BitSet toRemove = new BitSet(); in timeBitSetRemoveAll() local 70 final BitSet toRemove = new BitSet(); in timeExtractRemoveAll() local
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/ringtone/ |
D | RingtonePickerActivity.kt | 290 val toRemove = items!![mIndexOfRingtoneToRemove] as RingtoneHolder in <lambda>() constant 372 val toRemove = arguments.getParcelable<Uri>(ARG_RINGTONE_URI_TO_REMOVE) in <lambda>() constant 568 val toRemove = getRingtoneHolder(mRemoveUri) ?: return in <lambda>() constant
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | FloatArrayListTest.java | 401 FloatList toRemove = FloatArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local 409 FloatList toRemove = FloatArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local 419 FloatList toRemove = FloatArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
|
H A D | IntArrayListTest.java | 399 IntList toRemove = IntArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local 407 IntList toRemove = IntArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local 417 IntList toRemove = IntArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
|
H A D | BooleanArrayListTest.java | 404 BooleanList toRemove = BooleanArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local 412 BooleanList toRemove = BooleanArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local 422 BooleanList toRemove = BooleanArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
|
H A D | LongArrayListTest.java | 399 LongList toRemove = LongArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local 407 LongList toRemove = LongArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local 417 LongList toRemove = LongArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
|
H A D | DoubleArrayListTest.java | 401 DoubleList toRemove = DoubleArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local 409 DoubleList toRemove = DoubleArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local 419 DoubleList toRemove = DoubleArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | FloatArrayListTest.java | 401 FloatList toRemove = FloatArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local 409 FloatList toRemove = FloatArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local 419 FloatList toRemove = FloatArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
|
H A D | IntArrayListTest.java | 399 IntList toRemove = IntArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local 407 IntList toRemove = IntArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local 417 IntList toRemove = IntArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
|
H A D | LongArrayListTest.java | 399 LongList toRemove = LongArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local 407 LongList toRemove = LongArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local 417 LongList toRemove = LongArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
|
H A D | BooleanArrayListTest.java | 404 BooleanList toRemove = BooleanArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local 412 BooleanList toRemove = BooleanArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local 422 BooleanList toRemove = BooleanArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
|
H A D | DoubleArrayListTest.java | 401 DoubleList toRemove = DoubleArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local 409 DoubleList toRemove = DoubleArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local 419 DoubleList toRemove = DoubleArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
|
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/permission/data/ |
D | FakeEventStorage.kt | 45 val toRemove = mutableListOf<T>() in removeEventsForPackage() constant
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/signals/updateprocessors/ |
D | RemoveTest.java | 81 DBProtectedSignal toRemove = createSignal(KEY_1, VALUE_1, ID_1, NOW); in testRemoveSinglePresent() local 97 DBProtectedSignal toRemove = createSignal(KEY_1, VALUE_1, ID_1, NOW); in testRemoveMultiplePresent() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | CollectExemplars.java | 30 UnicodeSet toRemove = new UnicodeSet(); in main() local 59 public static void removing(String title, UnicodeSet target, UnicodeSet toRemove) { in removing()
|
H A D | GenerateProductionData.java | 336 Set<String> toRemove = new TreeSet<>(); // TreeSet just makes debugging easier in copyFilesAndReturnIsEmpty() local 656 private static void showIfNonZero(String localeId, String title, Set<String> toRemove) { in showIfNonZero()
|
/aosp_15_r20/external/skia/modules/bentleyottmann/src/ |
H A D | SweepLine.cpp | 45 auto toRemove = [eventPoint](Segment s) { in handleDeletions() local 51 auto toRemove = [eventPoint, &removing](Segment s) { in handleDeletions() local
|
/aosp_15_r20/external/aws-sdk-java-v2/scripts/doc_crosslinks/ |
H A D | generate_cross_link_data.py | 114 def removeLeading(str, toRemove) : argument 121 def removeTrailing(str, toRemove) : argument
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | ProxyCache.cpp | 144 std::vector<skgpu::UniqueKey> toRemove; in freeUniquelyHeld() local 160 std::vector<skgpu::UniqueKey> toRemove; in purgeProxiesNotUsedSince() local
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/internal/ |
H A D | Utils.java | 132 public static String removeLeading(String str, String toRemove) { in removeLeading() 142 public static String removeTrailing(String str, String toRemove) { in removeTrailing()
|
/aosp_15_r20/frameworks/av/services/audioflinger/afutils/ |
H A D | NBAIO_Tee.cpp | 285 size_t toRemove = 0; in setDirectory() local 341 const size_t toRemove = mFiles.size() - MAX_FILES_KEEP; in clean() local
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | ArrayUtils.java | 6069 final BitSet toRemove = new BitSet(); in removeElements() local 6124 final BitSet toRemove = new BitSet(); in removeElements() local 6179 final BitSet toRemove = new BitSet(); in removeElements() local 6234 final BitSet toRemove = new BitSet(); in removeElements() local 6289 final BitSet toRemove = new BitSet(); in removeElements() local 6344 final BitSet toRemove = new BitSet(); in removeElements() local 6399 final BitSet toRemove = new BitSet(); in removeElements() local 6454 final BitSet toRemove = new BitSet(); in removeElements() local 6510 final BitSet toRemove = new BitSet(); in removeElements() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/ |
H A D | TemporaryViewDisplayController.kt | 417 val toRemove = activeViews.find { it.info.id == id } in <lambda>() constant
|