HomeSort by relevance Sort by last modified time
    Searched refs:removals (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/
git-release-notes.py 43 removals = [ variable
61 for removal in removals:
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
AllocationStats.java 183 private final Multiset<Allocation> removals; field in class:AllocationStats.Delta
190 Multiset<Allocation> removals) {
195 this.removals = removals;
211 .add("removals", removals)
  /external/autotest/site_utils/
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/icu/android_icu4j/src/main/java/android/icu/impl/
Relation.java 330 final Set<V> removals = data.remove(key); local
331 if (removals != null) {
332 result.addAll(removals);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Relation.java 328 final Set<V> removals = data.remove(key); local
329 if (removals != null) {
330 result.addAll(removals);
  /external/conscrypt/src/main/java/org/conscrypt/
AbstractSessionContext.java 140 int removals = size - maximumSize; local
146 } while (--removals > 0);
FileClientSessionCache.java 255 int removals = size - MAX_SIZE; local
260 } while (--removals > 0);
  /external/libunwind/src/ia64/
Gtables.c 579 unsigned long long removals = dl_phdr_removals_counter (); local
581 if (removals == as->shared_object_removals)
584 as->shared_object_removals = removals;
614 return -1; /* indicate that there were removals */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CollectionUtilities.java 410 public static String remove(String source, UnicodeSet removals) {
415 if (!removals.contains(cp)) UTF16.append(result, cp);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
CollectionUtilities.java 409 public static String remove(String source, UnicodeSet removals) {
414 if (!removals.contains(cp)) UTF16.append(result, cp);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 885 UnicodeSet removals = new UnicodeSet(); \/\/ to avoid messing up iterator local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 566 milliseconds

1 2