/third_party/jsframework/runtime/preparation/ |
D | methods.ts | 94 function destroyInstance(pageId: string): any | Error { function 96 const result = framework.destroyInstance(pageId); 156 destroyInstance: destroyInstance,
|
D | init.ts | 39 destroyInstance: (pageId: string) => any | Error; property 62 'destroyInstance': globalApi.destroyInstance,
|
/third_party/jsframework/test/ut/ |
D | runtime.ts | 100 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/ |
D | index.ts | 21 export { createInstance, destroyInstance } from './manage/instance/life';
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/ |
D | binder_manager.h | 34 static void destroyInstance();
|
D | binder_manager.cpp | 31 void BinderManager::destroyInstance() in destroyInstance() function in wpa_supplicant_binder::BinderManager
|
D | binder.cpp | 75 wpa_supplicant_binder::BinderManager::destroyInstance(); in wpas_binder_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/ |
D | binder_manager.h | 34 static void destroyInstance();
|
D | binder_manager.cpp | 31 void BinderManager::destroyInstance() in destroyInstance() function in wpa_supplicant_binder::BinderManager
|
D | binder.cpp | 75 wpa_supplicant_binder::BinderManager::destroyInstance(); in wpas_binder_deinit()
|
/third_party/jsframework/test/ut/manage/ |
D | bridge.ts | 105 framework.destroyInstance(instanceId);
|
/third_party/jsframework/runtime/main/manage/instance/ |
D | life.ts | 64 export function destroyInstance(id: string): object { function
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 4 DestroyInstanceFunc destroyInstance; variable
|
D | vkInitInstanceFunctionPointers.inl | 4 m_vk.destroyInstance = (DestroyInstanceFunc) GET_PROC_ADDR("vkDestroyInstan…
|
D | vkInstanceDriverImpl.inl | 5 void InstanceDriver::destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAllocator)… function in InstanceDriver 7 m_vk.destroyInstance(instance, pAllocator);
|
D | vkConcreteInstanceInterface.inl | 4 virtual void destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAlloc…
|
D | vkVirtualInstanceInterface.inl | 4 virtual void destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAlloc…
|
D | vkNullDriverImpl.inl | 304 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/ |
D | vktApiDeviceInitializationTests.cpp | 545 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()
|
D | vktApiNullHandleTests.cpp | 99 context.getInstanceInterface().destroyInstance(instance, pAllocator); in release()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 186 m_driver->destroyInstance(m_instance, m_allocator); in ~UncheckedInstance()
|