Home
last modified time | relevance | path

Searched refs:cache2 (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp480 struct disk_cache *cache2 = disk_cache_create("test_between_instances", in test_put_and_get_between_instances() local
490 result = (char *) disk_cache_get(cache2, blob_key, &size); in test_put_and_get_between_instances()
491 EXPECT_EQ(result, nullptr) << "disk_cache_get(cache2) with non-existent item (pointer)"; in test_put_and_get_between_instances()
492 EXPECT_EQ(size, 0) << "disk_cache_get(cache2) with non-existent item (size)"; in test_put_and_get_between_instances()
500 result = (char *) disk_cache_get(cache2, blob_key, &size); in test_put_and_get_between_instances()
501 EXPECT_STREQ(blob, result) << "disk_cache_get(cache2) of existing item (pointer)"; in test_put_and_get_between_instances()
502 EXPECT_EQ(size, sizeof(blob)) << "disk_cache_get of(cache2) existing item (size)"; in test_put_and_get_between_instances()
507 disk_cache_compute_key(cache2, string, sizeof(string), string_key); in test_put_and_get_between_instances()
508 disk_cache_put(cache2, string_key, string, sizeof(string), NULL); in test_put_and_get_between_instances()
511 disk_cache_wait_for_idle(cache2); in test_put_and_get_between_instances()
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DAnyTransliterator.java156 * @param cache2 The Map object for cache.
159 int targetScript2, Transliterator widthFix2, ConcurrentHashMap<Integer, Transliterator> cache2) { in AnyTransliterator()
162 cache = cache2; in AnyTransliterator()
158 AnyTransliterator(String id, UnicodeFilter filter, String target2, int targetScript2, Transliterator widthFix2, ConcurrentHashMap<Integer, Transliterator> cache2) AnyTransliterator() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAnyTransliterator.java156 * @param cache2 The Map object for cache.
159 int targetScript2, Transliterator widthFix2, ConcurrentHashMap<Integer, Transliterator> cache2) { in AnyTransliterator()
162 cache = cache2; in AnyTransliterator()
158 AnyTransliterator(String id, UnicodeFilter filter, String target2, int targetScript2, Transliterator widthFix2, ConcurrentHashMap<Integer, Transliterator> cache2) AnyTransliterator() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp1450 Move<VkPipelineCache> cache2 = createPipelineCache(vki, vk, physicalDevice, device, MERGE_CACHE_HIT); in createPipelineCache() local
1456 *cache2, in createPipelineCache()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp1454 Move<VkPipelineCache> cache2 = createPipelineCache(vk, device, MERGE_CACHE_HIT); in createPipelineCache() local
1460 *cache2, in createPipelineCache()
/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/ ...

Completed in 9 milliseconds