Home
last modified time | relevance | path

Searched defs:toRemove (Results 1 – 25 of 67) 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/guava-tests/test/com/google/common/collect/
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
/external/guava/android/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/cronet/tot/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
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
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
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
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
/external/protobuf/java/core/src/test/java/com/google/protobuf/
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
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
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
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
/external/cronet/stable/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
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
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
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
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
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCollectExemplars.java30 UnicodeSet toRemove = new UnicodeSet(); in main() local
59 public static void removing(String title, UnicodeSet target, UnicodeSet toRemove) { in removing()
/external/skia/modules/bentleyottmann/src/
DSweepLine.cpp45 auto toRemove = [eventPoint](Segment s) { in handleDeletions() local
51 auto toRemove = [eventPoint, &removing](Segment s) { in handleDeletions() local
/external/aws-sdk-java-v2/scripts/doc_crosslinks/
Dgenerate_cross_link_data.py114 def removeLeading(str, toRemove) : argument
121 def removeTrailing(str, toRemove) : argument
/external/skia/src/gpu/graphite/
DProxyCache.cpp144 std::vector<skgpu::UniqueKey> toRemove; in freeUniquelyHeld() local
160 std::vector<skgpu::UniqueKey> toRemove; in purgeProxiesNotUsedSince() local
/external/nist-sip/java/gov/nist/javax/sip/message/
DHeaderIterator.java39 private boolean toRemove; field in HeaderIterator
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/internal/
DUtils.java132 public static String removeLeading(String str, String toRemove) { in removeLeading()
142 public static String removeTrailing(String str, String toRemove) { in removeTrailing()
/external/icu/icu4c/source/common/unicode/
Denumset.h42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()

123