/external/guava/guava-tests/test/com/google/common/collect/ |
D | MultisetsTest.java | 82 Iterable<String> toRemove = Arrays.asList("a", "b", "a"); in testRemoveOccurrencesIterableEmpty() local 89 Multiset<String> toRemove = in testRemoveOccurrencesMultisetEmpty() local 222 Multiset<String> toRemove = HashMultiset.create(); in testRemoveEmptyOccurrencesMultiset() local 230 Multiset<String> toRemove = in testRemoveOccurrencesMultiset() local 239 Iterable<String> toRemove = ImmutableList.of(); in testRemoveEmptyOccurrencesIterable() local 247 List<String> toRemove = Arrays.asList("a", "b", "b"); in testRemoveOccurrencesMultisetIterable() local
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | MultisetsTest.java | 80 Iterable<String> toRemove = Arrays.asList("a", "b", "a"); in testRemoveOccurrencesIterableEmpty() local 87 Multiset<String> toRemove = in testRemoveOccurrencesMultisetEmpty() local 220 Multiset<String> toRemove = HashMultiset.create(); in testRemoveEmptyOccurrencesMultiset() local 228 Multiset<String> toRemove = in testRemoveOccurrencesMultiset() local 237 Iterable<String> toRemove = ImmutableList.of(); in testRemoveEmptyOccurrencesIterable() local 245 List<String> toRemove = Arrays.asList("a", "b", "b"); in testRemoveOccurrencesMultisetIterable() local
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | HeaderIterator.java | 39 private boolean toRemove; field in HeaderIterator
|
D | SIPMessage.java | 726 SIPHeader toRemove = (SIPHeader) nameTable.get(headerNameLowerCase); in removeHeader() local
|
/external/icu/icu4c/source/common/unicode/ |
D | enumset.h | 41 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/r8/src/main/java/com/android/tools/r8/ir/optimize/ |
D | DeadCodeRemover.java | 72 List<Phi> toRemove = new ArrayList<>(); in removeDeadPhis() local
|
D | Outliner.java | 665 private final List<Integer> toRemove; field in Outliner.OutlineRewriter 671 ListIterator<BasicBlock> blocksIterator, BasicBlock block, List<Integer> toRemove) { in OutlineRewriter() 746 List<Outline> toRemove = new ArrayList<>(); in selectMethodsForOutlining() local 769 List<Integer> toRemove = new ArrayList<>(); in applyOutliningCandidate() local
|
/external/vogar/src/vogar/target/ |
D | TestRunner.java | 187 Set<Class<?>> toRemove = new HashSet<>(); in run() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/ |
D | TestCLDRVsICU.java | 317 static String remove(String in, UnicodeSet toRemove) { in remove()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/ |
D | TestCLDRVsICU.java | 316 static String remove(String in, UnicodeSet toRemove) { in remove()
|
/external/guava/guava/src/com/google/common/collect/ |
D | HashBiMap.java | 334 BiEntry<K, V> toRemove = null; field in HashBiMap.Itr
|
/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | BasicBlock.java | 858 public void removeInstructions(List<Integer> toRemove) { in removeInstructions() 879 public void removeInstruction(Instruction toRemove) { in removeInstruction()
|