Home
last modified time | relevance | path

Searched refs:cacheType (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimpleCache.java29 public SimpleCache(int cacheType) { in SimpleCache() argument
30 this(cacheType, DEFAULT_CAPACITY); in SimpleCache()
33 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() argument
34 if (cacheType == ICUCache.WEAK) { in SimpleCache()
35 type = cacheType; in SimpleCache()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSimpleCache.java33 public SimpleCache(int cacheType) { in SimpleCache() argument
34 this(cacheType, DEFAULT_CAPACITY); in SimpleCache()
37 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() argument
38 if (cacheType == ICUCache.WEAK) { in SimpleCache()
39 type = cacheType; in SimpleCache()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp303 CacheType cacheType; member
415 if (params.cacheType != TestParams::EXPLICIT_CACHE) in createPipelineCache()
735 if (testParameter.cacheType == TestParams::DERIVATIVE_INDEX) in createPipelineCreateInfos()
883 // Placeholder for base pipeline if using cacheType == DERIVATIVE_HANDLE in testInstance()
910 if ((testParameter.cacheType == TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE)) in testInstance()
957 if (testParameter.cacheType == TestParams::DERIVATIVE_INDEX) in createPipelineCreateInfos()
1064 // Placeholder for base pipeline if using cacheType == DERIVATIVE_HANDLE in testInstance()
1095 if ((testParameter.cacheType == TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE)) in testInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp302 CacheType cacheType; member
418 if (params.cacheType != TestParams::EXPLICIT_CACHE) in createPipelineCache()
738 if (testParameter.cacheType == TestParams::DERIVATIVE_INDEX) in createPipelineCreateInfos()
887 // Placeholder for base pipeline if using cacheType == DERIVATIVE_HANDLE in testInstance()
928 if ((testParameter.cacheType == TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE)) in testInstance()
975 if (testParameter.cacheType == TestParams::DERIVATIVE_INDEX) in createPipelineCreateInfos()
1082 // Placeholder for base pipeline if using cacheType == DERIVATIVE_HANDLE in testInstance()
1113 if ((testParameter.cacheType == TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE)) in testInstance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.h205 void accumulateCacheStats(VulkanCacheType cacheType, const CacheStats &cacheStats);
H A DProgramExecutableVk.cpp103 DescriptorSetIndex CacheTypeToDescriptorSetIndex(VulkanCacheType cacheType) in CacheTypeToDescriptorSetIndex() argument
105 switch (cacheType) in CacheTypeToDescriptorSetIndex()
2017 void ProgramExecutableVk::accumulateCacheStats(VulkanCacheType cacheType, in accumulateCacheStats() argument
2020 DescriptorSetIndex dsIndex = CacheTypeToDescriptorSetIndex(cacheType); in accumulateCacheStats()
H A DRendererVk.cpp3602 int cacheType = 0; in logCacheStats() local
3606 INFO() << " CacheType " << cacheType++ << ": " << stats.getHitRatio(); in logCacheStats()
/third_party/node/src/
H A Djsvm.h2842 * @param cacheType: The type of cache data.
2845 * Returns {@link JSVM_INVALID_ARG } if any of the pointer arguments is NULL or cacheType is illegal.\n
2851 JSVM_CacheType cacheType);
H A Djs_native_api_v8.cc5381 JSVM_CacheType cacheType) {
5384 if (cacheType == JSVM_CACHE_TYPE_JS) {
5387 } else if (cacheType == JSVM_CACHE_TYPE_WASM) {
5391 // Unsupported cacheType
/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 24 milliseconds