| /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/android/guava-tests/test/com/google/common/collect/ |
| D | MultisetsTest.java | 88 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/ |
| 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/protobuf/java/core/src/test/java/com/google/protobuf/ |
| 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 | 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 | 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 | 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 | 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
|
| /external/cronet/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 | 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 | 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 | 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
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
| D | CollectExemplars.java | 29 UnicodeSet toRemove = new UnicodeSet(); in main() local 54 public static void removing(String title, UnicodeSet target, UnicodeSet toRemove) { in removing()
|
| D | GenerateProductionData.java | 284 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/ |
| D | NativeMethods.cs | 59 static string RemoveStringSuffix(string str, string toRemove) in RemoveStringSuffix()
|
| /external/nist-sip/java/gov/nist/javax/sip/message/ |
| D | HeaderIterator.java | 39 private boolean toRemove; field in HeaderIterator
|
| /external/icu/icu4c/source/common/unicode/ |
| D | enumset.h | 42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
|
| /external/icu/libicu/cts_headers/unicode/ |
| D | enumset.h | 42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
|
| /external/cronet/third_party/icu/source/common/unicode/ |
| D | enumset.h | 42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
|
| /external/glide/library/src/main/java/com/bumptech/glide/util/ |
| D | LruCache.java | 158 final Y toRemove = last.getValue(); in trimToSize() local
|
| /external/guava/android/guava/src/com/google/common/collect/ |
| D | AbstractMapBasedMultiset.java | 168 int toRemove = -1; field in AbstractMapBasedMultiset.Itr
|
| /external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| D | AlternateLocaleData.java | 113 private final ImmutableSet<CldrPath> toRemove; field in AlternateLocaleData.CldrDataFilter.AltData
|
| /external/vogar/src/vogar/target/ |
| D | TestRunner.java | 190 Set<Class<?>> toRemove = new HashSet<>(); in run() local
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | EnumMultiset.java | 213 int toRemove = -1; field in EnumMultiset.Itr
|