Home
last modified time | relevance | path

Searched defs:oldEntry (Results 1 – 7 of 7) sorted by relevance

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultimapTester.java52 final Entry<K, V> oldEntry = array[nullKeyLocation]; in createArrayWithNullKey() local
61 final Entry<K, V> oldEntry = array[nullValueLocation]; in createArrayWithNullValue() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultimapTester.java52 final Entry<K, V> oldEntry = array[nullKeyLocation]; in createArrayWithNullKey() local
61 final Entry<K, V> oldEntry = array[nullValueLocation]; in createArrayWithNullValue() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java76 final Entry<K, V> oldEntry = array[nullKeyLocation]; in createArrayWithNullKey() local
101 final Entry<K, V> oldEntry = array[nullValueLocation]; in createArrayWithNullValue() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java76 final Entry<K, V> oldEntry = array[nullKeyLocation]; in createArrayWithNullKey() local
101 final Entry<K, V> oldEntry = array[nullValueLocation]; in createArrayWithNullValue() local
/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp470 const ValueEntry* oldEntry = oldValues[var]; in popValueScope() local
495 const ValueEntry* oldEntry = *valueIter; in popValueScope() local
/external/guava/android/guava/src/com/google/common/collect/
DObjectCountHashMap.java368 long oldEntry = entries[i]; in resizeTable() local
/external/volley/src/main/java/com/android/volley/toolbox/
DDiskBasedCache.java363 CacheHeader oldEntry = mEntries.get(key); in putEntry() local