Home
last modified time | relevance | path

Searched refs:oldTable (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java248 HashEntry[] oldTable = m_table; in rehash() local
257 for (HashEntry old = oldTable[i]; old != null; ) in rehash()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.cpp243 DiffTable oldTable; in diff() local
251 DiffTable::iterator it = oldTable.add(oldList[i]->m_sha1, Vector<size_t>()).iterator; in diff()
259 DiffTable::iterator oldIt = oldTable.find(newIt->key); in diff()
260 if (oldIt == oldTable.end() || oldIt->value.size() != 1) in diff()
/external/chromium_org/third_party/WebKit/Source/wtf/
DHashTable.h906 ValueType* oldTable = m_table;
923 if (!isEmptyOrDeletedBucket(oldTable[i]))
924 reinsert(oldTable[i]);
928 deallocateTable(oldTable, oldTableSize);
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2605 AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table; in expand() local
2606 int oldCapacity = oldTable.length(); in expand()
2628 ReferenceEntry<K, V> head = oldTable.get(oldIndex); in expand()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2927 AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table; in expand() local
2928 int oldCapacity = oldTable.length(); in expand()
2950 ReferenceEntry<K, V> head = oldTable.get(oldIndex); in expand()
/external/expat/lib/
Dxmlparse.c5886 const HASH_TABLE *oldTable) in copyEntityTable() argument
5892 hashTableIterInit(&iter, oldTable); in copyEntityTable()