Home
last modified time | relevance | path

Searched refs:newTable (Results 1 – 23 of 23) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java225 AttributeTable newTable = new AttributeTable(attributes); in add() local
227 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue))); in add()
229 return newTable; in add()
234 AttributeTable newTable = new AttributeTable(attributes); in remove() local
236 newTable.attributes.remove(attrType); in remove()
238 return newTable; in remove()
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DIntMap.java84 Entry[] newTable = new Entry[table.length]; in clone() local
87 newTable[i] = table[i].clone(); in clone()
89 clone.table = newTable; in clone()
143 Entry[] newTable = new Entry[newCapacity]; in put() local
153 e.next = newTable[index]; in put()
154 newTable[index] = e; in put()
159 table = newTable; in put()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultSignedAttributeTableGenerator.java110 Hashtable newTable = new Hashtable(); in copyHashTable() local
116 newTable.put(key, paramsMap.get(key)); in copyHashTable()
119 return newTable; in copyHashTable()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseMac.java137 Hashtable newTable = new Hashtable(); in copyMap() local
143 newTable.put(key, paramsMap.get(key)); in copyMap()
146 return newTable; in copyMap()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
DAbstractX500NameStyle.java32 Hashtable newTable = new Hashtable(); in copyHashTable() local
38 newTable.put(key, paramsMap.get(key)); in copyHashTable()
41 return newTable; in copyHashTable()
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassWriter.java1217 Item[] newTable = new Item[2 * typeTable.length]; in addType() local
1218 System.arraycopy(typeTable, 0, newTable, 0, typeTable.length); in addType()
1219 typeTable = newTable; in addType()
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2118 void initTable(AtomicReferenceArray<ReferenceEntry<K, V>> newTable) { in initTable() argument
2119 this.threshold = newTable.length() * 3 / 4; // 0.75 in initTable()
2124 this.table = newTable; in initTable()
2587 AtomicReferenceArray<ReferenceEntry<K, V>> newTable = newEntryArray(oldCapacity << 1); in expand() local
2588 threshold = newTable.length() * 3 / 4; in expand()
2589 int newMask = newTable.length() - 1; in expand()
2601 newTable.set(headIndex, head); in expand()
2616 newTable.set(tailIndex, tail); in expand()
2621 ReferenceEntry<K, V> newNext = newTable.get(newIndex); in expand()
2624 newTable.set(newIndex, newFirst); in expand()
[all …]
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2117 void initTable(AtomicReferenceArray<ReferenceEntry<K, V>> newTable) { in initTable() argument
2118 this.threshold = newTable.length() * 3 / 4; // 0.75 in initTable()
2123 this.table = newTable; in initTable()
2914 AtomicReferenceArray<ReferenceEntry<K, V>> newTable = newEntryArray(oldCapacity << 1); in expand() local
2915 threshold = newTable.length() * 3 / 4; in expand()
2916 int newMask = newTable.length() - 1; in expand()
2928 newTable.set(headIndex, head); in expand()
2943 newTable.set(tailIndex, tail); in expand()
2948 ReferenceEntry<K, V> newNext = newTable.get(newIndex); in expand()
2951 newTable.set(newIndex, newFirst); in expand()
[all …]
/external/fonttools/Lib/fontTools/ttLib/
D__init__.py828 def newTable(tag): function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/expat/lib/
Dxmlparse.c5884 HASH_TABLE *newTable, in copyEntityTable() argument
5903 newE = (ENTITY *)lookup(oldParser, newTable, name, sizeof(ENTITY)); in copyEntityTable()
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/vogar/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/external/robolectric/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/dexmaker/lib/
Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...