/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapReplaceValuesTester.java | 82 List<V> oldValues = new ArrayList<V>(multimap().get(key)); in testReplaceValuesWithEmpty() local 85 assertEquals(oldValues, new ArrayList<V>(multimap().replaceValues(key, values))); in testReplaceValuesWithEmpty() 87 assertEquals(size - oldValues.size(), multimap().size()); in testReplaceValuesWithEmpty() 94 List<V> oldValues = new ArrayList<V>(multimap().get(key)); in testReplaceValuesWithDuplicates() local 99 assertEquals(oldValues, new ArrayList<V>(multimap().replaceValues(key, values))); in testReplaceValuesWithDuplicates() 101 size - oldValues.size() + multimap().get(key).size(), in testReplaceValuesWithDuplicates()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarCache.java | 73 long[] oldValues = values; in rehash() local 84 if (oldValues[i] != EMPTY) { in rehash() 85 put(oldKeys[i], oldValues[i]); in rehash()
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableManager.cpp | 444 map<const Variable*, const ValueEntry*> oldValues; in popValueScope() local 448 oldValues[(*valueIter)->getVariable()] = *valueIter; in popValueScope() 468 if (oldValues.find(var) != oldValues.end()) in popValueScope() 470 const ValueEntry* oldEntry = oldValues[var]; in popValueScope()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | LinkedListMultimap.java | 604 List<V> oldValues = getCopy(key); in replaceValues() local 625 return oldValues; in replaceValues() 640 List<V> oldValues = getCopy(key); in removeAll() local 642 return oldValues; in removeAll()
|
D | AbstractMapBasedMultimap.java | 232 Collection<V> oldValues = createCollection(); in replaceValues() local 233 oldValues.addAll(collection); in replaceValues() 244 return unmodifiableCollectionSubclass(oldValues); in replaceValues()
|
/external/guava/guava/src/com/google/common/collect/ |
D | LinkedListMultimap.java | 608 List<V> oldValues = getCopy(key); in replaceValues() local 629 return oldValues; in replaceValues() 644 List<V> oldValues = getCopy(key); in removeAll() local 646 return oldValues; in removeAll()
|
D | AbstractMapBasedMultimap.java | 233 Collection<V> oldValues = createCollection(); in replaceValues() local 234 oldValues.addAll(collection); in replaceValues() 245 return unmodifiableCollectionSubclass(oldValues); in replaceValues()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | OpenIntToDoubleHashMap.java | 439 final double[] oldValues = values; in growTable() local 452 newValues[index] = oldValues[i]; in growTable()
|
D | OpenIntToFieldHashMap.java | 451 final T[] oldValues = values; in growTable() local 464 newValues[index] = oldValues[i]; in growTable()
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/ |
D | polymer.js | 5028 var oldValues; 5033 oldValues = {}; 5035 oldValues); 5037 oldValues = this.oldObject_; 5052 return oldValues[property]; 5287 var oldValues; 5309 oldValues = oldValues || []; 5310 oldValues[i / 2] = this.value_[i / 2]; 5314 if (!oldValues) 5319 this.report_([this.value_, oldValues, this.observed_]); [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.runtime.compatibility_3.2.100.v20100505.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.equinox.registry_3.5.0.v20100503.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 ... |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/vogar/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |