Home
last modified time | relevance | path

Searched defs:toRemove (Results 1 – 25 of 913) sorted by relevance

12345678910>>...37

/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DMultisetsTest.java90 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 DMultisetsTest.java92 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 DHashSetvBitSetTest.java42 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/
DRingtonePickerActivity.kt290 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 DFloatArrayListTest.java401 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 DIntArrayListTest.java399 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 DBooleanArrayListTest.java404 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 DLongArrayListTest.java399 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 DDoubleArrayListTest.java401 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 DFloatArrayListTest.java401 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 DIntArrayListTest.java399 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 DLongArrayListTest.java399 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 DBooleanArrayListTest.java404 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 DDoubleArrayListTest.java401 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/
DFakeEventStorage.kt45 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/
DRemoveTest.java81 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 DCollectExemplars.java30 UnicodeSet toRemove = new UnicodeSet(); in main() local
59 public static void removing(String title, UnicodeSet target, UnicodeSet toRemove) { in removing()
H A DGenerateProductionData.java336 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 DSweepLine.cpp45 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 Dgenerate_cross_link_data.py114 def removeLeading(str, toRemove) : argument
121 def removeTrailing(str, toRemove) : argument
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DProxyCache.cpp144 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 DUtils.java132 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 DNBAIO_Tee.cpp285 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 DArrayUtils.java6069 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 DTemporaryViewDisplayController.kt417 val toRemove = activeViews.find { it.info.id == id } in <lambda>() constant

12345678910>>...37