Home
last modified time | relevance | path

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

12

/third_party/node/lib/internal/per_context/
Dprimordials.js73 const newKey = getNewKey(key);
76 copyAccessor(dest, prefix, newKey, desc);
78 const name = `${prefix}${newKey}`;
94 const newKey = getNewKey(key);
97 copyAccessor(dest, prefix, newKey, desc);
104 const name = `${prefix}${newKey}`;
117 const newKey = getNewKey(key);
120 copyAccessor(dest, prefix, newKey, desc);
127 const name = `${prefix}${newKey}`;
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp158 char *newKey = NULL; in TimeZoneNamesDelegate() local
165 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in TimeZoneNamesDelegate()
166 if (newKey == NULL) { in TimeZoneNamesDelegate()
169 uprv_strcpy(newKey, key); in TimeZoneNamesDelegate()
181 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status); in TimeZoneNamesDelegate()
188 if (newKey != NULL) { in TimeZoneNamesDelegate()
189 uprv_free(newKey); in TimeZoneNamesDelegate()
Dtzgnames.cpp1230 char *newKey = NULL; in createInstance() local
1237 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in createInstance()
1238 if (newKey == NULL) { in createInstance()
1241 uprv_strcpy(newKey, key); in createInstance()
1253 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
1260 if (newKey != NULL) { in createInstance()
1261 uprv_free(newKey); in createInstance()
Dtznames_impl.cpp1461 char* newKey = (char*) uprv_malloc(len); in createKey() local
1462 if (newKey == NULL) { in createKey()
1466 uprv_memcpy(newKey, key, len); in createKey()
1467 newKey[len-1] = '\0'; in createKey()
1468 return (void*) newKey; in createKey()
1546 void* newKey = createKey(key, status); in consumeNamesTable() local
1552 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2273 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
2274 if (newKey != NULL) { in getMetaZoneNames()
2275 uhash_put(gTZDBNamesMap, newKey, cacheVal, &status); in getMetaZoneNames()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp158 char *newKey = NULL; in TimeZoneNamesDelegate() local
165 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in TimeZoneNamesDelegate()
166 if (newKey == NULL) { in TimeZoneNamesDelegate()
169 uprv_strcpy(newKey, key); in TimeZoneNamesDelegate()
181 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status); in TimeZoneNamesDelegate()
188 if (newKey != NULL) { in TimeZoneNamesDelegate()
189 uprv_free(newKey); in TimeZoneNamesDelegate()
Dtzgnames.cpp1224 char *newKey = NULL; in createInstance() local
1231 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in createInstance()
1232 if (newKey == NULL) { in createInstance()
1235 uprv_strcpy(newKey, key); in createInstance()
1247 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
1254 if (newKey != NULL) { in createInstance()
1255 uprv_free(newKey); in createInstance()
Dtznames_impl.cpp1457 char* newKey = (char*) uprv_malloc(len); in createKey() local
1458 if (newKey == NULL) { in createKey()
1462 uprv_memcpy(newKey, key, len); in createKey()
1463 newKey[len-1] = '\0'; in createKey()
1464 return (void*) newKey; in createKey()
1542 void* newKey = createKey(key, status); in consumeNamesTable() local
1548 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2265 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
2266 if (newKey != NULL) { in getMetaZoneNames()
2267 uhash_put(gTZDBNamesMap, newKey, cacheVal, &status); in getMetaZoneNames()
/third_party/icu/icu4c/source/i18n/
Dtznames.cpp158 char *newKey = NULL; in TimeZoneNamesDelegate() local
165 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in TimeZoneNamesDelegate()
166 if (newKey == NULL) { in TimeZoneNamesDelegate()
169 uprv_strcpy(newKey, key); in TimeZoneNamesDelegate()
181 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status); in TimeZoneNamesDelegate()
188 if (newKey != NULL) { in TimeZoneNamesDelegate()
189 uprv_free(newKey); in TimeZoneNamesDelegate()
Dtzgnames.cpp1230 char *newKey = NULL; in createInstance() local
1237 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in createInstance()
1238 if (newKey == NULL) { in createInstance()
1241 uprv_strcpy(newKey, key); in createInstance()
1253 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
1260 if (newKey != NULL) { in createInstance()
1261 uprv_free(newKey); in createInstance()
Dtznames_impl.cpp1461 char* newKey = (char*) uprv_malloc(len); in createKey() local
1462 if (newKey == NULL) { in createKey()
1466 uprv_memcpy(newKey, key, len); in createKey()
1467 newKey[len-1] = '\0'; in createKey()
1468 return (void*) newKey; in createKey()
1546 void* newKey = createKey(key, status); in consumeNamesTable() local
1552 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2273 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
2274 if (newKey != NULL) { in getMetaZoneNames()
2275 uhash_put(gTZDBNamesMap, newKey, cacheVal, &status); in getMetaZoneNames()
/third_party/node/deps/icu-small/source/i18n/
Dtznames.cpp158 char *newKey = NULL; in TimeZoneNamesDelegate() local
165 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in TimeZoneNamesDelegate()
166 if (newKey == NULL) { in TimeZoneNamesDelegate()
169 uprv_strcpy(newKey, key); in TimeZoneNamesDelegate()
181 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status); in TimeZoneNamesDelegate()
188 if (newKey != NULL) { in TimeZoneNamesDelegate()
189 uprv_free(newKey); in TimeZoneNamesDelegate()
Dtzgnames.cpp1230 char *newKey = NULL; in createInstance() local
1237 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in createInstance()
1238 if (newKey == NULL) { in createInstance()
1241 uprv_strcpy(newKey, key); in createInstance()
1253 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
1260 if (newKey != NULL) { in createInstance()
1261 uprv_free(newKey); in createInstance()
Dtznames_impl.cpp1461 char* newKey = (char*) uprv_malloc(len); in createKey() local
1462 if (newKey == NULL) { in createKey()
1466 uprv_memcpy(newKey, key, len); in createKey()
1467 newKey[len-1] = '\0'; in createKey()
1468 return (void*) newKey; in createKey()
1546 void* newKey = createKey(key, status); in consumeNamesTable() local
1552 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2273 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
2274 if (newKey != NULL) { in getMetaZoneNames()
2275 uhash_put(gTZDBNamesMap, newKey, cacheVal, &status); in getMetaZoneNames()
/third_party/python/PC/
Dgetpathp.c340 HKEY newKey = 0; in getpythonregpath() local
376 &newKey); in getpythonregpath()
381 rc = RegQueryInfoKeyW(newKey, NULL, NULL, NULL, &numKeys, NULL, NULL, in getpythonregpath()
402 DWORD rc = RegEnumKeyExW(newKey, index, keyBuf, &reqdSize, in getpythonregpath()
408 rc=RegOpenKeyExW(newKey, in getpythonregpath()
465 rc = RegQueryValueExW(newKey, NULL, 0, NULL, in getpythonregpath()
482 if (newKey) { in getpythonregpath()
483 RegCloseKey(newKey); in getpythonregpath()
/third_party/ffmpeg/libavutil/
Dcast5.c458 uint8_t newKey[16]; in av_cast5_init() local
463 memset(newKey, 0, sizeof(newKey)); in av_cast5_init()
464 memcpy(newKey, key, key_bits >> 3); in av_cast5_init()
468 q[i] = AV_RB32(newKey + (4 * i)); in av_cast5_init()
/third_party/node/deps/npm/node_modules/libnpmconfig/
Dindex.js32 const newKey = key.toLowerCase()
35 env[newKey] = process.env[key]
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Draw_keyboard_linux.dart98 LogicalKeyboardKey newKey = keyHelper.logicalKey(keyCode);
99 if (newKey != null) {
100 return newKey;
107 newKey ??= LogicalKeyboardKey(
111 return newKey;
Draw_keyboard_fuchsia.dart78 LogicalKeyboardKey newKey = kFuchsiaToLogicalKey[hidUsage | LogicalKeyboardKey.hidPlane];
79 if (newKey != null) {
80 return newKey;
86 newKey ??= LogicalKeyboardKey(
90 return newKey;
/third_party/node/deps/npm/lib/config/
Dcore.js329 const newKey = envReplace(k)
330 const newField = parseField(data[k], newKey)
332 data[newKey] = newField
/third_party/flutter/skia/src/gpu/
DGrResourceCache.h466 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey() argument
467 fCache->changeUniqueKey(resource, newKey); in changeUniqueKey()
DGrResourceCache.cpp450 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey() argument
456 if (newKey.isValid()) { in changeUniqueKey()
457 if (GrGpuResource* old = fUniqueHash.find(newKey)) { in changeUniqueKey()
467 SkASSERT(nullptr == fUniqueHash.find(newKey)); in changeUniqueKey()
482 resource->cacheAccess().setUniqueKey(newKey); in changeUniqueKey()
/third_party/skia/src/gpu/
DGrResourceCache.h475 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey() argument
476 fCache->changeUniqueKey(resource, newKey); in changeUniqueKey()
DGrResourceCache.cpp399 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey() argument
405 if (newKey.isValid()) { in changeUniqueKey()
406 if (GrGpuResource* old = fUniqueHash.find(newKey)) { in changeUniqueKey()
416 SkASSERT(nullptr == fUniqueHash.find(newKey)); in changeUniqueKey()
432 resource->cacheAccess().setUniqueKey(newKey); in changeUniqueKey()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java335 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates() local
336 int keyResult = enKey.compareTo(newKey); in TestSurrogates()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationDummyTest.java338 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates() local
339 int keyResult = enKey.compareTo(newKey); in TestSurrogates()

12