Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DMultisetsTest.java82 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/
DMultisetsTest.java80 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/
DHeaderIterator.java39 private boolean toRemove; field in HeaderIterator
DSIPMessage.java726 SIPHeader toRemove = (SIPHeader) nameTable.get(headerNameLowerCase); in removeHeader() local
/external/icu/icu4c/source/common/unicode/
Denumset.h41 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/r8/src/main/java/com/android/tools/r8/ir/optimize/
DDeadCodeRemover.java72 List<Phi> toRemove = new ArrayList<>(); in removeDeadPhis() local
DOutliner.java665 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/
DTestRunner.java187 Set<Class<?>> toRemove = new HashSet<>(); in run() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/
DTestCLDRVsICU.java317 static String remove(String in, UnicodeSet toRemove) { in remove()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
DTestCLDRVsICU.java316 static String remove(String in, UnicodeSet toRemove) { in remove()
/external/guava/guava/src/com/google/common/collect/
DHashBiMap.java334 BiEntry<K, V> toRemove = null; field in HashBiMap.Itr
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DBasicBlock.java858 public void removeInstructions(List<Integer> toRemove) { in removeInstructions()
879 public void removeInstruction(Instruction toRemove) { in removeInstruction()