/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationStats.java | 183 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/ |
D | balance_pools.py | 373 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/ |
D | git-release-notes.py | 43 removals = [ variable 61 for removal in removals:
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Relation.java | 330 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/ |
D | Relation.java | 328 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/ |
D | AbstractSessionContext.java | 140 int removals = size - maximumSize; in trimToSize() local 146 } while (--removals > 0); in trimToSize()
|
D | FileClientSessionCache.java | 255 int removals = size - MAX_SIZE; in makeRoom() local 260 } while (--removals > 0); in makeRoom()
|
/external/libunwind/src/ia64/ |
D | Gtables.c | 579 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/ |
D | org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.osgi_3.6.2.R36x_v20101103.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.osgi_3.6.1.R36x_v20100806.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | CollectionUtilities.java | 409 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/ |
D | CollectionUtilities.java | 410 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/ |
D | README.md | 35 value at the time that `get` was called. Updates and removals after the call do
|
/external/icu/icu4j/tools/build/ |
D | README.txt | 36 on removals, changes, and additions to the API. It does this by
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | Demo.java | 885 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/ |
D | Mips64r6InstrInfo.td | 14 // Notes about removals/changes from MIPS32r6:
|
D | Mips32r6InstrInfo.td | 16 // Notes about removals/changes from MIPS32r6:
|
/external/avahi/docs/ |
D | NEWS | 699 with the following function removals
|
/external/dbus/ |
D | configure.ac | 35 ## increment if the interface has additions, changes, removals.
|
/external/libexif/ |
D | ChangeLog | 983 removals, not additions.
|