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

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java242 AttributeTable newTable = new AttributeTable(attributes);
244 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
246 return newTable;
251 AttributeTable newTable = new AttributeTable(attributes);
253 newTable.attributes.remove(attrType);
255 return newTable;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DDefaultSignedAttributeTableGenerator.java110 Hashtable newTable = new Hashtable();
116 newTable.put(key, paramsMap.get(key));
119 return newTable;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseMac.java137 Hashtable newTable = new Hashtable();
143 newTable.put(key, paramsMap.get(key));
146 return newTable;
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.js488 var newTable = this.createPolicyTable();
489 this.policyTables[id] = newTable;
490 section.appendChild(newTable);
500 var newTable = window.document.createElement('table');
512 newTable.appendChild(tableHead);
513 cr.ui.decorate(newTable, PolicyTable);
514 return newTable;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStyle.java470 Hashtable newTable = new Hashtable();
476 newTable.put(key, paramsMap.get(key));
479 return newTable;
H A DRFC4519Style.java369 Hashtable newTable = new Hashtable();
375 newTable.put(key, paramsMap.get(key));
378 return newTable;
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java1217 Item[] newTable = new Item[2 * typeTable.length];
1218 System.arraycopy(typeTable, 0, newTable, 0, typeTable.length);
1219 typeTable = newTable;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp245 DiffTable newTable; local
249 newTable.add(newList[i]->m_sha1, Vector<size_t>()).storedValue->value.append(i);
256 for (DiffTable::iterator newIt = newTable.begin(); newIt != newTable.end(); ++newIt) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp1329 RenderTable* newTable = new RenderTable(0); local
1330 newTable->setDocumentForAnonymous(&parent->document());
1331 newTable->setStyle(newStyle.release());
1332 return newTable;
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2167 void initTable(AtomicReferenceArray<ReferenceEntry<K, V>> newTable) { argument
2168 this.threshold = newTable.length() * 3 / 4; // 0.75
2173 this.table = newTable;
2944 AtomicReferenceArray<ReferenceEntry<K, V>> newTable = newEntryArray(oldCapacity << 1);
2945 threshold = newTable.length() * 3 / 4;
2946 int newMask = newTable.length() - 1;
2958 newTable.set(headIndex, head);
2973 newTable.set(tailIndex, tail);
2982 ReferenceEntry<K, V> newNext = newTable.get(newIndex);
2984 newTable
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java2168 void initTable(AtomicReferenceArray<ReferenceEntry<K, V>> newTable) { argument
2169 this.threshold = newTable.length() * 3 / 4; // 0.75
2174 this.table = newTable;
2622 AtomicReferenceArray<ReferenceEntry<K, V>> newTable = newEntryArray(oldCapacity << 1);
2623 threshold = newTable.length() * 3 / 4;
2624 int newMask = newTable.length() - 1;
2636 newTable.set(headIndex, head);
2651 newTable.set(tailIndex, tail);
2660 ReferenceEntry<K, V> newNext = newTable.get(newIndex);
2662 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/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp6186 uint32_t *newTable = (uint32_t *)uprv_malloc(size*sizeof(uint32_t)*3); local
6187 if(newTable == NULL) {
6193 uprv_memset(newTable, 0, size*sizeof(uint32_t)*3);
6194 uprv_memcpy(newTable, coll->latinOneCEs, sizeToCopy);
6195 uprv_memcpy(newTable+size, coll->latinOneCEs+coll->latinOneTableLen, sizeToCopy);
6196 uprv_memcpy(newTable+2*size, coll->latinOneCEs+2*coll->latinOneTableLen, sizeToCopy);
6199 coll->latinOneCEs = newTable;
/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 ...
/external/chromium_org/third_party/expat/files/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/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/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/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/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/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/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/ ...

Completed in 4832 milliseconds

12