Home
last modified time | relevance | path

Searched defs:oldTable (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java248 HashEntry[] oldTable = m_table; in rehash() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.cpp248 DiffTable oldTable; in diff() local
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2605 AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table; in expand() local
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2927 AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table; in expand() local
/external/expat/lib/
Dxmlparse.c5886 const HASH_TABLE *oldTable) in copyEntityTable()