Searched defs:newKey (Results 1 - 25 of 36) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DACBTree.h33 + (ACBKey *)newKey; variable
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLSignature.java196 private void initInternal(OpenSSLKey newKey, boolean signing) throws InvalidKeyException { argument
197 checkEngineType(newKey);
198 key = newKey;
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp158 char *newKey = NULL; local
165 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1);
166 if (newKey == NULL) {
169 uprv_strcpy(newKey, key);
181 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status);
188 if (newKey != NULL) {
189 uprv_free(newKey);
H A Dtzgnames.cpp1223 char *newKey = NULL; local
1230 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1);
1231 if (newKey == NULL) {
1234 uprv_strcpy(newKey, key);
1246 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status);
1253 if (newKey != NULL) {
1254 uprv_free(newKey);
H A Dtznames_impl.cpp1451 char* newKey = (char*) uprv_malloc(len); local
1452 if (newKey == NULL) {
1456 uprv_memcpy(newKey, key, len);
1457 newKey[len-1] = '\0';
1458 return (void*) newKey;
1536 void* newKey = createKey(key, status); local
1542 uhash_put(keyToLoader, newKey, loader, &status);
2254 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); local
2255 if (newKey != NULL) {
2256 uhash_put(gTZDBNamesMap, newKey, cacheVa
[all...]
/external/skia/src/gpu/
H A DGrResourceCache.cpp282 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { argument
287 if (newKey.isValid()) {
301 if (GrGpuResource* old = fUniqueHash.find(newKey)) {
312 SkASSERT(nullptr == fUniqueHash.find(newKey));
313 resource->cacheAccess().setUniqueKey(newKey);
H A DGrResourceCache.h385 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { argument
386 fCache->changeUniqueKey(resource, newKey);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.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 ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.contenttype_3.5.0.v20150421-2214.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 1104 milliseconds

12