Home
last modified time | relevance | path

Searched refs:getCreateCount (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js144 this.getCreateCount = function (...args) { method
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2639 template<typename Object> int getCreateCount (void) { return 100; } in getCreateCount() function
2642 template<> int getCreateCount<Instance> (void) { return 20; } in getCreateCount() function
2643 template<> int getCreateCount<Device> (void) { return 20; } in getCreateCount() function
2644 template<> int getCreateCount<DeviceGroup> (void) { return 20; } in getCreateCount() function
2658 const int numIters = getCreateCount<Object>(); in runThread()