/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/internal/ |
H A D | primordials.js | 100 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 D | primordials.js | 77 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 D | tznames.cpp | 158 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 D | tzgnames.cpp | 1227 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 D | tznames_impl.cpp | 1477 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 D | tznames.cpp | 158 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 D | tzgnames.cpp | 1227 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 D | tznames_impl.cpp | 1462 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 D | tznames.cpp | 158 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 D | tzgnames.cpp | 1230 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 D | tznames_impl.cpp | 1461 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 D | CollationDummyTest.java | 335 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 D | CollationDummyTest.java | 338 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates() 339 int keyResult = enKey.compareTo(newKey); in TestSurrogates()
|
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.h | 631 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey() argument 632 fCache->changeUniqueKey(resource, newKey); in changeUniqueKey()
|
H A D | GrResourceCache.cpp | 983 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 D | cast5.c | 462 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 D | TimeZoneNamesImpl.java | 369 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 D | TimeZoneNamesImpl.java | 371 UResource.Key newKey = createKey(key); in consumeNamesTable() 372 keyToLoader.put(newKey, loader); in consumeNamesTable()
|
/third_party/sqlite/include/ |
H A D | sqlite3.h | 8841 ** 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 D | GrClipStackTest.cpp | 2090 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 D | stylo.hpp | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 654 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 D | tsserver.js | 655 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 833 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...] |