Searched refs:newTable (Results 1 - 25 of 43) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java225 AttributeTable newTable = new AttributeTable(attributes);
227 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
229 return newTable;
234 AttributeTable newTable = new AttributeTable(attributes);
236 newTable.attributes.remove(attrType);
238 return newTable;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DDefaultSignedAttributeTableGenerator.java120 Hashtable newTable = new Hashtable();
126 newTable.put(key, paramsMap.get(key));
129 return newTable;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DAbstractX500NameStyle.java33 Hashtable newTable = new Hashtable();
39 newTable.put(key, paramsMap.get(key));
42 return newTable;
/external/autotest/frontend/client/src/autotest/common/table/
H A DTableRenderer.java87 Element newTable = tempDiv.getFirstChildElement();
88 Element newBody = newTable.getFirstChildElement();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseMac.java279 Hashtable newTable = new Hashtable();
285 newTable.put(key, paramsMap.get(key));
288 return newTable;
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2119 void initTable(AtomicReferenceArray<ReferenceEntry<K, V>> newTable) { argument
2120 this.threshold = newTable.length() * 3 / 4; // 0.75
2125 this.table = newTable;
2917 AtomicReferenceArray<ReferenceEntry<K, V>> newTable = newEntryArray(oldCapacity << 1);
2918 threshold = newTable.length() * 3 / 4;
2919 int newMask = newTable.length() - 1;
2931 newTable.set(headIndex, head);
2946 newTable.set(tailIndex, tail);
2951 ReferenceEntry<K, V> newNext = newTable.get(newIndex);
2954 newTable
[all...]
/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/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/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
/external/expat/lib/
H A Dxmlparse.c6550 HASH_TABLE *newTable,
6569 newE = (ENTITY *)lookup(oldParser, newTable, name, sizeof(ENTITY));
6549 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, STRING_POOL *newPool, const HASH_TABLE *oldTable) argument
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c5902 HASH_TABLE *newTable,
5921 newE = (ENTITY *)lookup(oldParser, newTable, name, sizeof(ENTITY));
5901 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, STRING_POOL *newPool, const HASH_TABLE *oldTable) argument
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c5902 HASH_TABLE *newTable,
5921 newE = (ENTITY *)lookup(oldParser, newTable, name, sizeof(ENTITY));
5901 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, STRING_POOL *newPool, const HASH_TABLE *oldTable) argument
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 1233 milliseconds

12