/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 2 …rs = reinterpret_cast<PFN_vkAllocateCommandBuffers>(getInstanceProcAddr(instance_, "vkAllocateComm… 6 …ts = reinterpret_cast<PFN_vkAllocateDescriptorSets>(getInstanceProcAddr(instance_, "vkAllocateDesc… 10 if (!(ptrs_.vkAllocateMemory = reinterpret_cast<PFN_vkAllocateMemory>(getInstanceProcAddr(instance_… 14 …Buffer = reinterpret_cast<PFN_vkBeginCommandBuffer>(getInstanceProcAddr(instance_, "vkBeginCommand… 18 …erMemory = reinterpret_cast<PFN_vkBindBufferMemory>(getInstanceProcAddr(instance_, "vkBindBufferMe… 22 …ageMemory = reinterpret_cast<PFN_vkBindImageMemory>(getInstanceProcAddr(instance_, "vkBindImageMem… 26 …erPass = reinterpret_cast<PFN_vkCmdBeginRenderPass>(getInstanceProcAddr(instance_, "vkCmdBeginRend… 30 …ets = reinterpret_cast<PFN_vkCmdBindDescriptorSets>(getInstanceProcAddr(instance_, "vkCmdBindDescr… 34 …Buffer = reinterpret_cast<PFN_vkCmdBindIndexBuffer>(getInstanceProcAddr(instance_, "vkCmdBindIndex… 38 …dPipeline = reinterpret_cast<PFN_vkCmdBindPipeline>(getInstanceProcAddr(instance_, "vkCmdBindPipel… [all …]
|
D | vk-wrappers-1-1.inc | 2 …einterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanceProcAddr(instance_, "vkGetPhysicalD…
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 2 …rs = reinterpret_cast<PFN_vkAllocateCommandBuffers>(getInstanceProcAddr(instance_, "vkAllocateComm… 6 …ts = reinterpret_cast<PFN_vkAllocateDescriptorSets>(getInstanceProcAddr(instance_, "vkAllocateDesc… 10 if (!(ptrs_.vkAllocateMemory = reinterpret_cast<PFN_vkAllocateMemory>(getInstanceProcAddr(instance_… 14 …Buffer = reinterpret_cast<PFN_vkBeginCommandBuffer>(getInstanceProcAddr(instance_, "vkBeginCommand… 18 …erMemory = reinterpret_cast<PFN_vkBindBufferMemory>(getInstanceProcAddr(instance_, "vkBindBufferMe… 22 …ageMemory = reinterpret_cast<PFN_vkBindImageMemory>(getInstanceProcAddr(instance_, "vkBindImageMem… 26 …erPass = reinterpret_cast<PFN_vkCmdBeginRenderPass>(getInstanceProcAddr(instance_, "vkCmdBeginRend… 30 …ets = reinterpret_cast<PFN_vkCmdBindDescriptorSets>(getInstanceProcAddr(instance_, "vkCmdBindDescr… 34 …Buffer = reinterpret_cast<PFN_vkCmdBindIndexBuffer>(getInstanceProcAddr(instance_, "vkCmdBindIndex… 38 …dPipeline = reinterpret_cast<PFN_vkCmdBindPipeline>(getInstanceProcAddr(instance_, "vkCmdBindPipel… [all …]
|
D | vk-wrappers-1-1.inc | 2 …einterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanceProcAddr(instance_, "vkGetPhysicalD…
|
/third_party/flutter/engine/flutter/fml/platform/darwin/ |
D | cf_utils.h | 17 CFRef() : instance_(nullptr) {} in CFRef() 19 CFRef(T instance) : instance_(instance) {} in CFRef() 22 if (instance_ != nullptr) { in ~CFRef() 23 CFRelease(instance_); in ~CFRef() 25 instance_ = nullptr; in ~CFRef() 29 if (instance_ == instance) { in Reset() 32 if (instance_ != nullptr) { in Reset() 33 CFRelease(instance_); in Reset() 36 instance_ = instance; in Reset() 39 operator T() const { return instance_; } in T() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/ |
D | binder_manager.cpp | 22 BinderManager *BinderManager::instance_ = NULL; member in wpa_supplicant_binder::BinderManager 26 if (!instance_) in getInstance() 27 instance_ = new BinderManager(); in getInstance() 28 return instance_; in getInstance() 33 if (instance_) in destroyInstance() 34 delete instance_; in destroyInstance() 35 instance_ = NULL; in destroyInstance()
|
D | binder_manager.h | 47 static BinderManager *instance_; variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/ |
D | binder_manager.cpp | 22 BinderManager *BinderManager::instance_ = NULL; member in wpa_supplicant_binder::BinderManager 26 if (!instance_) in getInstance() 27 instance_ = new BinderManager(); in getInstance() 28 return instance_; in getInstance() 33 if (instance_) in destroyInstance() 34 delete instance_; in destroyInstance() 35 instance_ = NULL; in destroyInstance()
|
D | binder_manager.h | 47 static BinderManager *instance_; variable
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/ |
D | singleton_posix.h | 34 return instance_; in GetInstance() 39 instance_ = new T(); in Init() 42 static T* instance_; // Leaky singleton. variable 46 template <class T> T* Singleton<T>::instance_;
|
D | singleton_boost.h | 33 return instance_.get(); in GetInstance() 38 instance_.reset(new T()); in Init() 41 static boost::scoped_ptr<T> instance_; variable 45 template <class T> boost::scoped_ptr<T> Singleton<T>::instance_;
|
D | singleton_stdmutex.h | 40 return instance_; in GetInstance() 47 instance_ = new T(); in Init() 50 static T* instance_; // Leaky singleton. variable 55 template <class T> T* Singleton<T>::instance_;
|
D | singleton_win32.h | 41 return instance_; in GetInstance() 48 instance_ = new T(); in Init() 51 static T* instance_; // Leaky singleton. variable 62 template <class T> T* Singleton<T>::instance_;
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_application.cc | 127 instance_ = {instance, [this](VkInstance i) { in VulkanApplication() 137 auto debug_report = std::make_unique<VulkanDebugReport>(vk, instance_); in VulkanApplication() 169 return instance_; in GetInstance() 173 instance_.ReleaseOwnership(); in ReleaseInstanceOwnership() 182 if (VK_CALL_LOG_ERROR(vk.EnumeratePhysicalDevices(instance_, &device_count, in GetPhysicalDevices() 207 instance_, &device_count, physical_devices.data())) != VK_SUCCESS) { in GetPhysicalDevices()
|
D | vulkan_proc_table.cc | 47 return instance_ && device_; in IsValid() 51 return instance_; in AreInstanceProcsSetup() 147 instance_ = {handle, nullptr}; in SetupInstanceProcAddresses()
|
D | vulkan_proc_table.h | 120 VulkanHandle<VkInstance> instance_; variable 252 VulkanHandle<VkInstance> instance_;
|
D | vulkan_application.h | 49 VulkanHandle<VkInstance> instance_; variable
|
/third_party/googletest/googletest/src/hwext/ |
D | gtest-filter.cc | 18 static TestFilter* instance_ = NULL; in instance() local 19 if (instance_ == NULL) { in instance() 20 instance_ = new TestFilter(); in instance() 21 instance_->reset(); in instance() 23 return instance_; in instance()
|
D | gtest-ext.cc | 19 static TestDefManager* instance_ = NULL; in instance() local 20 if (instance_ == NULL) { in instance() 21 instance_ = new TestDefManager(); in instance() 23 return instance_; in instance()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPU.cpp | 61 instance_.EnableBackendValidation(true); in GPU() 62 instance_.SetBackendValidationLevel(dawn_native::BackendValidationLevel::Full); in GPU() 68 instance_.DiscoverDefaultAdapters(); in GPU() 83 auto adapters = instance_.GetAdapters(); in requestAdapter()
|
D | GPU.h | 37 dawn_native::Instance instance_; variable
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | callback.h | 58 : instance_(instance), in ConstMethodCallback4() 63 return (instance_->*method_)(a1, a2, a3, a4); in Run() 67 const T* const instance_;
|
/third_party/flutter/engine/flutter/fml/ |
D | message_loop_task_queues.cc | 17 fml::RefPtr<MessageLoopTaskQueues> MessageLoopTaskQueues::instance_; member in fml::MessageLoopTaskQueues 28 if (!instance_) { in GetInstance() 29 instance_ = fml::MakeRefCounted<MessageLoopTaskQueues>(); in GetInstance() 31 return instance_; in GetInstance()
|
/third_party/node/test/cctest/ |
D | test_per_process.cc | 15 return NativeModuleLoader::instance_.source_; in get_sources_for_test()
|
/third_party/node/src/ |
D | node_native_module.cc | 20 NativeModuleLoader NativeModuleLoader::instance_; member in node::native_module::NativeModuleLoader 27 return &instance_; in GetInstance()
|