Searched defs:newTable (Results 1 - 18 of 18) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py828 def newTable(tag): function
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py828 def newTable(tag): function
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java2118 void initTable(AtomicReferenceArray<ReferenceEntry<K, V>> newTable) { argument
2119 this.threshold = newTable.length() * 3 / 4; // 0.75
2124 this.table = newTable;
2587 AtomicReferenceArray<ReferenceEntry<K, V>> newTable = newEntryArray(oldCapacity << 1);
2588 threshold = newTable.length() * 3 / 4;
2589 int newMask = newTable.length() - 1;
2601 newTable.set(headIndex, head);
2616 newTable.set(tailIndex, tail);
2621 ReferenceEntry<K, V> newNext = newTable.get(newIndex);
2624 newTable
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2117 void initTable(AtomicReferenceArray<ReferenceEntry<K, V>> newTable) { argument
2118 this.threshold = newTable.length() * 3 / 4; // 0.75
2123 this.table = newTable;
2914 AtomicReferenceArray<ReferenceEntry<K, V>> newTable = newEntryArray(oldCapacity << 1);
2915 threshold = newTable.length() * 3 / 4;
2916 int newMask = newTable.length() - 1;
2928 newTable.set(headIndex, head);
2943 newTable.set(tailIndex, tail);
2948 ReferenceEntry<K, V> newNext = newTable.get(newIndex);
2951 newTable
[all...]
/external/expat/lib/
H A Dxmlparse.c5884 HASH_TABLE *newTable,
5903 newE = (ENTITY *)lookup(oldParser, newTable, name, sizeof(ENTITY));
5883 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, STRING_POOL *newPool, const HASH_TABLE *oldTable) argument
/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 ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/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/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ 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/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 477 milliseconds