Home
last modified time | relevance | path

Searched refs:removals (Results 1 – 19 of 19) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java183 private final Multiset<Allocation> removals; field in AllocationStats.Delta
190 Multiset<Allocation> removals) { in Delta() argument
195 this.removals = removals; in Delta()
211 .add("removals", removals) in toString()
/external/r8/src/main/java/com/android/tools/r8/optimize/
DVisibilityBridgeRemover.java68 Set<DexEncodedMethod> removals) { in removeMethods() argument
71 .filter(method -> !removals.contains(method)) in removeMethods()
/external/conscrypt/common/src/main/java/org/conscrypt/
DAbstractSessionContext.java262 int removals = size - maximumSize; in trimToSize() local
264 while (removals-- > 0) { in trimToSize()
DFileClientSessionCache.java256 int removals = size - MAX_SIZE; in makeRoom() local
261 } while (--removals > 0); in makeRoom()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelation.java339 final Set<V> removals = data.remove(key); in removeAll() local
340 if (removals != null) { in removeAll()
341 result.addAll(removals); in removeAll()
/external/autotest/site_utils/
Dbalance_pools.py300 removals = spare_pool.pool_labels
304 host.remove_labels(removals)
308 host.hostname, ' '.join(removals))
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelation.java341 final Set<V> removals = data.remove(key); in removeAll() local
342 if (removals != null) { in removeAll()
343 result.addAll(removals); in removeAll()
/external/libunwind/src/ia64/
DGtables.c579 unsigned long long removals = dl_phdr_removals_counter (); in validate_cache() local
581 if (removals == as->shared_object_removals) in validate_cache()
584 as->shared_object_removals = removals; in validate_cache()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java411 public static String remove(String source, UnicodeSet removals) { in remove() argument
416 if (!removals.contains(cp)) UTF16.append(result, cp); in remove()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java412 public static String remove(String source, UnicodeSet removals) { in remove() argument
417 if (!removals.contains(cp)) UTF16.append(result, cp); in remove()
/external/glide/third_party/disklrucache/
DREADME.md35 value at the time that `get` was called. Updates and removals after the call do
/external/icu/icu4j/tools/build/
DREADME.txt37 on removals, changes, and additions to the API. It does this by
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java895 UnicodeSet removals = new UnicodeSet(); // to avoid messing up iterator in closeUnicodeSet() local
939 removals.add(it.string); in closeUnicodeSet()
943 source.removeAll(removals); in closeUnicodeSet()
/external/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td14 // Notes about removals/changes from MIPS32r6:
DMips32r6InstrInfo.td16 // Notes about removals/changes from MIPS32r6:
/external/python/cpython2/Doc/library/
Dshutil.rst145 from failed removals will be ignored; if false or omitted, such errors are
/external/libexif/
DChangeLog983 removals, not additions.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/strace/
DChangeLog3553 tests: cleanup temporary files removals.