Home
last modified time | relevance | path

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

123

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
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
/external/guava/android/guava-tests/test/com/google/common/collect/
DMultisetsTest.java88 Iterable<String> toRemove = Arrays.asList("a", "b", "a"); in testRemoveOccurrencesIterableEmpty() local
95 Multiset<String> toRemove = HashMultiset.create(Arrays.asList("a", "b", "a")); in testRemoveOccurrencesMultisetEmpty() local
222 Multiset<String> toRemove = HashMultiset.create(); in testRemoveEmptyOccurrencesMultiset() local
229 Multiset<String> toRemove = HashMultiset.create(Arrays.asList("a", "b", "b")); in testRemoveOccurrencesMultiset() local
236 Iterable<String> toRemove = ImmutableList.of(); in testRemoveEmptyOccurrencesIterable() local
243 List<String> toRemove = Arrays.asList("a", "b", "b"); in testRemoveOccurrencesMultisetIterable() local
/external/guava/guava-tests/test/com/google/common/collect/
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
/external/protobuf/java/core/src/test/java/com/google/protobuf/
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
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
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
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
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
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
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
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
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
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
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
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCollectExemplars.java29 UnicodeSet toRemove = new UnicodeSet(); in main() local
54 public static void removing(String title, UnicodeSet target, UnicodeSet toRemove) { in removing()
DGenerateProductionData.java284 Set<String> toRemove = new TreeSet<>(); // TreeSet just makes debugging easier in copyFilesAndReturnIsEmpty() local
488 private static void showIfNonZero(String localeId, String title, Set<String> toRemove) { in showIfNonZero()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.cs59 static string RemoveStringSuffix(string str, string toRemove) in RemoveStringSuffix()
/external/nist-sip/java/gov/nist/javax/sip/message/
DHeaderIterator.java39 private boolean toRemove; field in HeaderIterator
/external/icu/icu4c/source/common/unicode/
Denumset.h42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
/external/icu/libicu/cts_headers/unicode/
Denumset.h42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
/external/cronet/third_party/icu/source/common/unicode/
Denumset.h42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
/external/glide/library/src/main/java/com/bumptech/glide/util/
DLruCache.java158 final Y toRemove = last.getValue(); in trimToSize() local
/external/guava/android/guava/src/com/google/common/collect/
DAbstractMapBasedMultiset.java168 int toRemove = -1; field in AbstractMapBasedMultiset.Itr
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DAlternateLocaleData.java113 private final ImmutableSet<CldrPath> toRemove; field in AlternateLocaleData.CldrDataFilter.AltData
/external/vogar/src/vogar/target/
DTestRunner.java190 Set<Class<?>> toRemove = new HashSet<>(); in run() local
/external/guava/guava/src/com/google/common/collect/
DEnumMultiset.java213 int toRemove = -1; field in EnumMultiset.Itr

123