Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DPopulatedCachesTest.java92 Object newKey = new Object(); in testPut_populated() local
113 Object newKey = new Object(); in testPutIfAbsent_populated() local
130 Object newKey = new Object(); in testPutAll_populated() local
149 Object newKey = new Object(); in testReplace_populated() local
/external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/
DDaggerMethodScanner.java86 Key<T> newKey = Key.get(key.getTypeLiteral(), UniqueAnnotations.create()); in processSetBinding() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
DRC2Engine.java104 int[] newKey = new int[64]; in generateWorkingKey() local
DDESEngine.java314 int[] newKey = new int[32]; in generateWorkingKey() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DRC2Engine.java102 int[] newKey = new int[64]; in generateWorkingKey() local
DDESEngine.java312 int[] newKey = new int[32]; in generateWorkingKey() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java461 String newKey = fixupPropertyString(key, true); in loadPropertiesFile() local
/external/antlr/runtime/ObjC/Framework/
DACBTree.m24 {
/external/python/cpython2/PC/os2vacpp/
Dgetpathp.c150 HKEY newKey = 0; in getpythonregpath() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java335 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationDummyTest.java338 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates() local
/external/python/cpython2/PC/
Dgetpathp.c226 HKEY newKey = 0; in getpythonregpath() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLSignature.java197 private void initInternal(OpenSSLKey newKey, boolean signing) throws InvalidKeyException { in initInternal()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLSignature.java194 private void initInternal(OpenSSLKey newKey, boolean signing) throws InvalidKeyException { in initInternal()
/external/skqp/src/gpu/
DGrResourceCache.h409 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
DGrResourceCache.cpp327 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
/external/skia/src/gpu/
DGrResourceCache.h431 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
DGrResourceCache.cpp361 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
/external/icu/icu4c/source/i18n/
Dtznames.cpp158 char *newKey = NULL; in TimeZoneNamesDelegate() local
Dtznames_impl.cpp1457 char* newKey = (char*) uprv_malloc(len); in createKey() local
1542 void* newKey = createKey(key, status); in consumeNamesTable() local
2265 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
Dtzgnames.cpp1224 char *newKey = NULL; in createInstance() local
/external/python/cpython3/PC/
Dgetpathp.c358 HKEY newKey = 0; in getpythonregpath() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneNamesImpl.java371 UResource.Key newKey = createKey(key); in consumeNamesTable() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java369 UResource.Key newKey = createKey(key); in consumeNamesTable() local
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java1114 String newKey = oldKey + "/" + radixValue; in outputArrayItem() local