Home
last modified time | relevance | path

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

12

/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/autotest/site_utils/
Dbalance_pools.py373 removals = spare_pool.pool_labels
374 intersection = additions & removals
376 removals -= intersection
380 host.remove_labels(list(removals))
384 host.hostname, ' '.join(removals))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/
Dgit-release-notes.py43 removals = [ variable
61 for removal in removals:
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelation.java330 final Set<V> removals = data.remove(key); in removeAll() local
331 if (removals != null) { in removeAll()
332 result.addAll(removals); in removeAll()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelation.java328 final Set<V> removals = data.remove(key); in removeAll() local
329 if (removals != null) { in removeAll()
330 result.addAll(removals); in removeAll()
/external/conscrypt/src/main/java/org/conscrypt/
DAbstractSessionContext.java140 int removals = size - maximumSize; in trimToSize() local
146 } while (--removals > 0); in trimToSize()
DFileClientSessionCache.java255 int removals = size - MAX_SIZE; in makeRoom() local
260 } while (--removals > 0); in makeRoom()
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java409 public static String remove(String source, UnicodeSet removals) { in remove() argument
414 if (!removals.contains(cp)) UTF16.append(result, cp); in remove()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java410 public static String remove(String source, UnicodeSet removals) { in remove() argument
415 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.txt36 on removals, changes, and additions to the API. It does this by
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java885 UnicodeSet removals = new UnicodeSet(); // to avoid messing up iterator in closeUnicodeSet() local
929 removals.add(it.string); in closeUnicodeSet()
933 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/avahi/docs/
DNEWS699 with the following function removals
/external/dbus/
Dconfigure.ac35 ## increment if the interface has additions, changes, removals.
/external/libexif/
DChangeLog983 removals, not additions.

12