Searched refs:oldTable (Results 1 - 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DExpandedNameTable.java248 HashEntry[] oldTable = m_table;
257 for (HashEntry old = oldTable[i]; old != null; )
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashTable.h919 ValueType* oldTable = m_table; local
931 if (!isEmptyOrDeletedBucket(oldTable[i]))
932 reinsert(oldTable[i]);
936 deallocateTable(oldTable, oldTableSize);
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2927 AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table;
2928 int oldCapacity = oldTable.length();
2950 ReferenceEntry<K, V> head = oldTable.get(oldIndex);
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java2605 AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table;
2606 int oldCapacity = oldTable.length();
2628 ReferenceEntry<K, V> head = oldTable.get(oldIndex);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/expat/lib/
H A Dxmlparse.c5886 const HASH_TABLE *oldTable)
5892 hashTableIterInit(&iter, oldTable);
5883 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, STRING_POOL *newPool, const HASH_TABLE *oldTable) argument
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 394 milliseconds