Home
last modified time | relevance | path

Searched refs:instance_ (Results 1 - 25 of 37) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/
H A Dbinder_manager.cpp22 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()
H A Dbinder_manager.h47 static BinderManager *instance_; member in wpa_supplicant_binder::BinderManager
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/
H A Dbinder_manager.cpp22 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()
H A Dbinder_manager.h47 static BinderManager *instance_; member in wpa_supplicant_binder::BinderManager
/third_party/gn/src/gn/
H A Dohos_components_mapping.h21 if (instance_ != nullptr) { in Init()
24 instance_ = new OhosComponentMapping(build_dir); in Init()
34 return instance_; in getInstance()
39 static OhosComponentMapping *instance_; member in OhosComponentMapping
H A Dinnerapis_publicinfo_generator.h35 return instance_; in getInstance()
40 if (instance_ != nullptr) { in Init()
43 instance_ = new InnerApiPublicInfoGenerator(build_dir, checkType); in Init()
50 static InnerApiPublicInfoGenerator *instance_; member in InnerApiPublicInfoGenerator
H A Dohos_components_checker.h43 if (instance_ != nullptr) { in Init()
46 instance_ = new OhosComponentChecker(build_dir, checkType, ruleSwitch); in Init()
69 return instance_; in getInstance()
77 static OhosComponentChecker *instance_; member in OhosComponentChecker
H A Dohos_components_mapping.cc29 OhosComponentMapping *OhosComponentMapping::instance_ = nullptr; member in OhosComponentMapping
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
H A Dsingleton_stdmutex.h40 return instance_; in GetInstance()
47 instance_ = new T(); in Init()
50 static T* instance_; // Leaky singleton. member in i18n::phonenumbers::Singleton
55 template <class T> T* Singleton<T>::instance_; member in i18n::phonenumbers::Singleton
H A Dsingleton_posix.h34 return instance_; in GetInstance()
39 instance_ = new T(); in Init()
42 static T* instance_; // Leaky singleton. member in i18n::phonenumbers::Singleton
46 template <class T> T* Singleton<T>::instance_; member in i18n::phonenumbers::Singleton
H A Dsingleton_win32.h41 return instance_; in GetInstance()
48 instance_ = new T(); in Init()
51 static T* instance_; // Leaky singleton. member in i18n::phonenumbers::Singleton
62 template <class T> T* Singleton<T>::instance_; member in i18n::phonenumbers::Singleton
H A Dsingleton_boost.h33 return instance_.get(); in GetInstance()
38 instance_.reset(new T()); in Init()
41 static boost::scoped_ptr<T> instance_; member in i18n::phonenumbers::Singleton
45 template <class T> boost::scoped_ptr<T> Singleton<T>::instance_; member in i18n::phonenumbers::Singleton
/third_party/node/deps/v8/src/tracing/
H A Dtracing-category-observer.cc15 TracingCategoryObserver* TracingCategoryObserver::instance_ = nullptr; member in v8::tracing::TracingCategoryObserver
18 TracingCategoryObserver::instance_ = new TracingCategoryObserver(); in SetUp() member in v8::tracing::TracingCategoryObserver
20 TracingCategoryObserver::instance_); in SetUp()
25 TracingCategoryObserver::instance_); in TearDown()
26 delete TracingCategoryObserver::instance_; in TearDown() member in v8::tracing::TracingCategoryObserver
H A Dtracing-category-observer.h29 static TracingCategoryObserver* instance_; member in v8::tracing::TracingCategoryObserver
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPU.cpp61 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()
H A DGPU.h37 dawn_native::Instance instance_; member in wgpu::binding::final
/third_party/googletest/googletest/src/hwext/
H A Dgtest-filter.cc18 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()
H A Dgtest-ext.cc19 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/libphonenumber/cpp/src/phonenumbers/
H A Dcallback.h58 : instance_(instance), in ConstMethodCallback4()
63 return (instance_->*method_)(a1, a2, a3, a4); in Run()
67 const T* const instance_; member in i18n::phonenumbers::ConstMethodCallback4
/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc97 WasmInstanceObject::GetOrCreateWasmInternalFunction(isolate_, instance_, in RefFunc()
111 instance_->untagged_globals_buffer().backing_store()) + in GlobalGet()
115 handle(instance_->tagged_globals_buffer().get(global.offset), in GlobalGet()
216 instance_->data_segment_starts()[data_segment_imm.index] + offset; in ArrayInitFromData()
227 handle(instance_->managed_object_maps().get(type_index), isolate_), in RttCanon()
H A Dinit-expr-interface.h52 instance_(instance) { in InitExprInterface()
89 Handle<WasmInstanceObject> instance_; member
H A Dwasm-objects.cc1099 instance_->ptr(), index_, callable->ptr(), in SetWasmToJs()
1105 instance_->imported_function_refs().set(index_, *ref); in SetWasmToJs()
1106 instance_->imported_function_targets()[index_] = in SetWasmToJs()
1114 instance_->ptr(), index_, instance.ptr(), call_target); in SetWasmToWasm()
1115 instance_->imported_function_refs().set(index_, instance); in SetWasmToWasm()
1116 instance_->imported_function_targets()[index_] = call_target; in SetWasmToWasm()
1132 return instance_->imported_function_refs().get(index_); in object_ref()
1136 return instance_->imported_function_targets()[index_]; in target()
/third_party/node/deps/v8/src/ic/
H A Dic-stats.h65 V8_INLINE static ICStats* instance() { return instance_.Pointer(); } in instance()
68 static base::LazyInstance<ICStats>::type instance_; member in v8::internal::ICStats
H A Dic-stats.cc16 base::LazyInstance<ICStats>::type ICStats::instance_ = member in v8::internal::ICStats
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.h96 VkInstance instance_ = VK_NULL_HANDLE; member in amber::vulkan::Device

Completed in 15 milliseconds

12