/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
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
|
/external/guava/guava-tests/test/com/google/common/collect/ |
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
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
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
|
/external/cronet/tot/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
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
|
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
|
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
|
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
|
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
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
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
|
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
|
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
|
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
|
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
|
/external/cronet/stable/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
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
|
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
|
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
|
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
|
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
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | CollectExemplars.java | 30 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/ |
D | SweepLine.cpp | 45 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/ |
D | generate_cross_link_data.py | 114 def removeLeading(str, toRemove) : argument 121 def removeTrailing(str, toRemove) : argument
|
/external/skia/src/gpu/graphite/ |
D | ProxyCache.cpp | 144 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/ |
D | HeaderIterator.java | 39 private boolean toRemove; field in HeaderIterator
|
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/internal/ |
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()
|
/external/icu/icu4c/source/common/unicode/ |
D | enumset.h | 42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
|