Home
last modified time | relevance | path

Searched refs:poolName (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp397 char poolName[200]; in ures_enumDependencies() local
398 … makeTargetName(itemName, "pool", 4, ".res", poolName, (int32_t)sizeof(poolName), pErrorCode); in ures_enumDependencies()
402 check(context, itemName, poolName); in ures_enumDependencies()
403 int32_t index=pkg->findItem(poolName); in ures_enumDependencies()
413 fprintf(stderr, "icupkg: %s is not a pool bundle\n", poolName); in ures_enumDependencies()
422 fprintf(stderr, "icupkg: %s is not a pool bundle\n", poolName); in ures_enumDependencies()
429 fprintf(stderr, "icupkg: %s has mismatched checksum for %s\n", poolName, itemName); in ures_enumDependencies()
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp3942 std::string poolName; in ExecuteSetPoolName() local
3943 csvSplit.GetRange(FIRST_PARAM_INDEX + 1).to_str(poolName); in ExecuteSetPoolName()
3944 … vmaSetPoolName(m_Allocator, it->second.pool, !poolName.empty() ? poolName.c_str() : nullptr); in ExecuteSetPoolName()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h13420 const char* poolName = m_hParentPool->GetName(); in PrintDetailedMap() local
13421 if(poolName != VMA_NULL && poolName[0] != '\0') in PrintDetailedMap()
13424 json.WriteString(poolName); in PrintDetailedMap()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h13402 const char* poolName = m_hParentPool->GetName(); in PrintDetailedMap() local
13403 if(poolName != VMA_NULL && poolName[0] != '\0') in PrintDetailedMap()
13406 json.WriteString(poolName); in PrintDetailedMap()