Home
last modified time | relevance | path

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

12

/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/internal/
H A Dprimordials.js100 const newKey = getNewKey(key);
103 copyAccessor(dest, prefix, newKey, desc);
105 const name = `${prefix}${newKey}`;
121 const newKey = getNewKey(key);
124 copyAccessor(dest, prefix, newKey, desc);
131 const name = `${prefix}${newKey}`;
144 const newKey = getNewKey(key);
147 copyAccessor(dest, prefix, newKey, desc);
154 const name = `${prefix}${newKey}`;
/third_party/node/lib/internal/per_context/
H A Dprimordials.js77 const newKey = getNewKey(key);
80 copyAccessor(dest, prefix, newKey, desc);
82 const name = `${prefix}${newKey}`;
99 const newKey = getNewKey(key);
102 copyAccessor(dest, prefix, newKey, desc);
109 const name = `${prefix}${newKey}`;
123 const newKey = getNewKey(key);
126 copyAccessor(dest, prefix, newKey, desc);
133 const name = `${prefix}${newKey}`;
/third_party/icu/icu4c/source/i18n/
H A 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()
H A Dtzgnames.cpp1227 char *newKey = NULL; in createInstance() local
1234 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in createInstance()
1235 if (newKey == NULL) { in createInstance()
1238 uprv_strcpy(newKey, key); in createInstance()
1250 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
1257 if (newKey != NULL) { in createInstance()
1258 uprv_free(newKey); in createInstance()
H A Dtznames_impl.cpp1477 char* newKey = (char*) uprv_malloc(len); in createKey() local
1478 if (newKey == NULL) { in createKey()
1482 uprv_memcpy(newKey, key, len); in createKey()
1483 newKey[len-1] = '\0'; in createKey()
1484 return (void*) newKey; in createKey()
1562 void* newKey = createKey(key, status); in consumeNamesTable() local
1568 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2289 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
2290 if (newKey != NULL) { in getMetaZoneNames()
2291 uhash_put(gTZDBNamesMap, newKey, cacheVa in getMetaZoneNames()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames.cpp158 char *newKey = nullptr; in TimeZoneNamesDelegate() local
165 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in TimeZoneNamesDelegate()
166 if (newKey == nullptr) { in TimeZoneNamesDelegate()
169 uprv_strcpy(newKey, key); in TimeZoneNamesDelegate()
181 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status); in TimeZoneNamesDelegate()
188 if (newKey != nullptr) { in TimeZoneNamesDelegate()
189 uprv_free(newKey); in TimeZoneNamesDelegate()
H A Dtzgnames.cpp1227 char *newKey = nullptr; in createInstance() local
1234 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in createInstance()
1235 if (newKey == nullptr) { in createInstance()
1238 uprv_strcpy(newKey, key); in createInstance()
1250 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
1257 if (newKey != nullptr) { in createInstance()
1258 uprv_free(newKey); in createInstance()
H A Dtznames_impl.cpp1462 char* newKey = (char*) uprv_malloc(len); in createKey() local
1463 if (newKey == nullptr) { in createKey()
1467 uprv_memcpy(newKey, key, len); in createKey()
1468 newKey[len-1] = '\0'; in createKey()
1469 return (void*) newKey; in createKey()
1547 void* newKey = createKey(key, status); in consumeNamesTable() local
1553 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2274 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
2275 if (newKey != nullptr) { in getMetaZoneNames()
2276 uhash_put(gTZDBNamesMap, newKey, cacheVa in getMetaZoneNames()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A 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()
H A 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()
H A 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, cacheVa in getMetaZoneNames()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationDummyTest.java335 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates()
336 int keyResult = enKey.compareTo(newKey); in TestSurrogates()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationDummyTest.java338 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates()
339 int keyResult = enKey.compareTo(newKey); in TestSurrogates()
/third_party/skia/src/gpu/
H A DGrResourceCache.h631 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey() argument
632 fCache->changeUniqueKey(resource, newKey); in changeUniqueKey()
H A DGrResourceCache.cpp983 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey() argument
989 if (newKey.isValid()) { in changeUniqueKey()
990 if (GrGpuResource* old = fUniqueHash.find(newKey)) { in changeUniqueKey()
1000 SkASSERT(nullptr == fUniqueHash.find(newKey)); in changeUniqueKey()
1016 resource->cacheAccess().setUniqueKey(newKey); in changeUniqueKey()
/third_party/ffmpeg/libavutil/
H A Dcast5.c462 uint8_t newKey[16]; in av_cast5_init() local
467 memset(newKey, 0, sizeof(newKey)); in av_cast5_init()
468 memcpy(newKey, key, key_bits >> 3); in av_cast5_init()
472 q[i] = AV_RB32(newKey + (4 * i)); in av_cast5_init()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesImpl.java369 UResource.Key newKey = createKey(key); in consumeNamesTable()
370 keyToLoader.put(newKey, loader); in consumeNamesTable()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneNamesImpl.java371 UResource.Key newKey = createKey(key); in consumeNamesTable()
372 keyToLoader.put(newKey, loader); in consumeNamesTable()
/third_party/sqlite/include/
H A Dsqlite3.h8841 ** previously contains an entry associated with newKey, it must be
8842 ** discarded. ^Any prior cache entry associated with newKey is guaranteed not
8876 unsigned oldKey, unsigned newKey);
8897 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
/third_party/skia/tests/
H A DGrClipStackTest.cpp2090 GrUniqueKey newKey = cs->testingOnly_getLastSWMaskKey(); in DEF_GPUTEST_FOR_CONTEXTS()
2091 REPORTER_ASSERT(r, priorKey != newKey, "Did not generate a new SW mask key as expected"); in DEF_GPUTEST_FOR_CONTEXTS()
2092 return newKey; in DEF_GPUTEST_FOR_CONTEXTS()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js654 var newKey = entry[0], newValue = entry[1];
655 if (newKey !== undefined && newValue !== undefined) {
656 result.set(newKey, newValue);
746 var _a = f(key, value), newKey = _a[0], newValue = _a[1];
747 result.set(newKey, newValue);
[all...]
H A Dtsserver.js655 var newKey = entry[0], newValue = entry[1];
656 if (newKey !== undefined && newValue !== undefined) {
657 result.set(newKey, newValue);
747 var _a = f(key, value), newKey = _a[0], newValue = _a[1];
748 result.set(newKey, newValue);
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js833 var newKey = entry[0], newValue = entry[1];
834 if (newKey !== undefined && newValue !== undefined) {
835 result.set(newKey, newValue);
925 var _a = f(key, value), newKey = _a[0], newValue = _a[1];
926 result.set(newKey, newValue);
[all...]

Completed in 150 milliseconds

12