Searched refs:oldTable (Results 1 - 16 of 16) 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/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp246 DiffTable oldTable; local
253 oldTable.add(oldList[i]->m_sha1, Vector<size_t>()).storedValue->value.append(i);
260 DiffTable::iterator oldIt = oldTable.find(newIt->key);
261 if (oldIt == oldTable.end() || oldIt->value.size() != 1)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h1054 ValueType* oldTable = m_table; local
1071 if (isEmptyOrDeletedBucket(oldTable[i])) {
1072 ASSERT(&oldTable[i] != entry);
1076 Value* reinsertedEntry = reinsert(oldTable[i]);
1077 if (&oldTable[i] == entry) {
1085 deleteAllBucketsAndDeallocate(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/chromium_org/third_party/expat/files/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/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/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/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 ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 259 milliseconds