Home
last modified time | relevance | path

Searched refs:destroyInstance (Results 1 – 21 of 21) sorted by relevance

/third_party/jsframework/runtime/preparation/
Dmethods.ts94 function destroyInstance(pageId: string): any | Error { function
96 const result = framework.destroyInstance(pageId);
156 destroyInstance: destroyInstance,
Dinit.ts39 destroyInstance: (pageId: string) => any | Error; property
62 'destroyInstance': globalApi.destroyInstance,
/third_party/jsframework/test/ut/
Druntime.ts100 framework.destroyInstance(instanceId);
199 const result = framework.destroyInstance(undefined);
204 const result = framework.destroyInstance(instanceId);
209 const result = framework.destroyInstance('123');
/third_party/jsframework/runtime/main/
Dindex.ts21 export { createInstance, destroyInstance } from './manage/instance/life';
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/
Dbinder_manager.h34 static void destroyInstance();
Dbinder_manager.cpp31 void BinderManager::destroyInstance() in destroyInstance() function in wpa_supplicant_binder::BinderManager
Dbinder.cpp75 wpa_supplicant_binder::BinderManager::destroyInstance(); in wpas_binder_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/
Dbinder_manager.h34 static void destroyInstance();
Dbinder_manager.cpp31 void BinderManager::destroyInstance() in destroyInstance() function in wpa_supplicant_binder::BinderManager
Dbinder.cpp75 wpa_supplicant_binder::BinderManager::destroyInstance(); in wpas_binder_deinit()
/third_party/jsframework/test/ut/manage/
Dbridge.ts105 framework.destroyInstance(instanceId);
/third_party/jsframework/runtime/main/manage/instance/
Dlife.ts64 export function destroyInstance(id: string): object { function
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl4 DestroyInstanceFunc destroyInstance; variable
DvkInitInstanceFunctionPointers.inl4 m_vk.destroyInstance = (DestroyInstanceFunc) GET_PROC_ADDR("vkDestroyInstan…
DvkInstanceDriverImpl.inl5 void InstanceDriver::destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAllocator)… function in InstanceDriver
7 m_vk.destroyInstance(instance, pAllocator);
DvkConcreteInstanceInterface.inl4 virtual void destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAlloc…
DvkVirtualInstanceInterface.inl4 virtual void destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAlloc…
DvkNullDriverImpl.inl304 VKAPI_ATTR void VKAPI_CALL destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAllo… function
3327 VK_NULL_FUNC_ENTRY(vkDestroyInstance, destroyInstance),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp545 instanceIface.destroyInstance(instance, DE_NULL/*pAllocator*/); in createInstanceWithLayerNameAbuseTest()
1959 vki.destroyInstance(instance, &allocationCallbacks); in createInstanceDeviceIntentionalAllocFail()
1976 vki.destroyInstance(instance, &allocationCallbacks); in createInstanceDeviceIntentionalAllocFail()
2036 vki.destroyInstance(instance, &allocationCallbacks); in createInstanceDeviceIntentionalAllocFail()
2048 vki.destroyInstance(instance, &allocationCallbacks); in createInstanceDeviceIntentionalAllocFail()
DvktApiNullHandleTests.cpp99 context.getInstanceInterface().destroyInstance(instance, pAllocator); in release()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp186 m_driver->destroyInstance(m_instance, m_allocator); in ~UncheckedInstance()