Searched defs:GetInstance (Results 1 - 25 of 43) sorted by relevance

12

/external/perfetto/src/base/
H A Dwatchdog_noop.cc22 Watchdog* Watchdog::GetInstance() { function in class:perfetto::base::Watchdog
H A Dwatchdog_posix.cc72 Watchdog* Watchdog::GetInstance() { function in class:perfetto::base::Watchdog
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dorc_jit_memory_mapper.cc28 llvm::SectionMemoryManager::MemoryMapper* GetInstance() { function in namespace:xla::cpu::orc_jit_memory_mapper
/external/skia/src/utils/
H A DSkEventTracer.cpp56 SkEventTracer* SkEventTracer::GetInstance() { function in class:SkEventTracer
/external/skqp/src/utils/
H A DSkEventTracer.cpp56 SkEventTracer* SkEventTracer::GetInstance() { function in class:SkEventTracer
/external/libchrome/base/metrics/
H A Dfield_trial_param_associator.cc15 FieldTrialParamAssociator* FieldTrialParamAssociator::GetInstance() { function in class:base::FieldTrialParamAssociator
/external/libmojo/base/trace_event/
H A Djava_heap_dump_provider_android.cc14 JavaHeapDumpProvider* JavaHeapDumpProvider::GetInstance() { function in class:base::trace_event::JavaHeapDumpProvider
/external/libchrome/base/memory/
H A Dshared_memory_tracker.cc21 SharedMemoryTracker* SharedMemoryTracker::GetInstance() { function in class:base::SharedMemoryTracker
86 trace_event::MemoryDumpManager::GetInstance()->RegisterDumpProvider(
H A Dsingleton_unittest.cc21 static IntSingleton* GetInstance() { function in class:base::__anon10868::IntSingleton
32 static Init5Singleton* GetInstance() { function in class:base::__anon10868::Init5Singleton
48 return &IntSingleton::GetInstance()->value_;
52 return &Init5Singleton::GetInstance()->value_;
76 static CallbackSingletonWithNoLeakTrait* GetInstance() { function in class:base::__anon10868::CallbackSingletonWithNoLeakTrait
89 static CallbackSingletonWithLeakTrait* GetInstance() { function in class:base::__anon10868::CallbackSingletonWithLeakTrait
100 static CallbackSingletonWithStaticTrait* GetInstance() { function in class:base::__anon10868::CallbackSingletonWithStaticTrait
120 static AlignedTestSingleton* GetInstance() { function in class:base::__anon10868::AlignedTestSingleton
130 CallbackSingletonWithNoLeakTrait::GetInstance()->callback_ = CallOnQuit;
134 CallbackSingletonWithLeakTrait::GetInstance()
[all...]
/external/libchrome/base/posix/
H A Dglobal_descriptors.cc25 GlobalDescriptors* GlobalDescriptors::GetInstance() { function in class:base::GlobalDescriptors
/external/libchrome/base/threading/
H A Dthread_id_name_manager.cc35 ThreadIdNameManager* ThreadIdNameManager::GetInstance() { function in class:base::ThreadIdNameManager
/external/libmojo/base/android/
H A Dbuild_info.cc70 BuildInfo* BuildInfo::GetInstance() { function in class:base::android::BuildInfo
/external/webrtc/webrtc/base/
H A Dreferencecountedsingletonfactory.h51 Interface* GetInstance() { function in class:rtc::ReferenceCountedSingletonFactory
145 instance_ = factory_->GetInstance();
/external/libbrillo/brillo/
H A Dflag_helper.cc164 brillo::FlagHelper* FlagHelper::GetInstance() { function in class:brillo::FlagHelper
179 brillo::FlagHelper* helper = GetInstance();
186 GetInstance()->SetUsageMessage(help_usage);
188 GetInstance()->UpdateFlagValues();
/external/libbrillo/brillo/minijail/
H A Dminijail.cc19 Minijail* Minijail::GetInstance() { function in class:brillo::Minijail
/external/libchrome/base/trace_event/
H A Dtrace_event_synthetic_delay.cc22 static TraceEventSyntheticDelayRegistry* GetInstance();
50 return TraceEventSyntheticDelayRegistry::GetInstance()->GetOrCreateDelay(
151 TraceEventSyntheticDelayRegistry::GetInstance() { function in class:base::trace_event::TraceEventSyntheticDelayRegistry
201 TraceEventSyntheticDelayRegistry::GetInstance()->ResetAllDelays();
227 base::trace_event::TraceEventSyntheticDelayRegistry::GetInstance()
H A Dmalloc_dump_provider.cc42 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
53 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, n * size);
64 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
74 MallocDumpProvider::GetInstance()->RemoveAllocation(address);
76 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
82 MallocDumpProvider::GetInstance()->RemoveAllocation(address);
103 MallocDumpProvider::GetInstance()->InsertAllocation(results[i], size);
114 MallocDumpProvider::GetInstance()->RemoveAllocation(to_be_freed[i]);
124 MallocDumpProvider::GetInstance()->RemoveAllocation(ptr);
185 MallocDumpProvider* MallocDumpProvider::GetInstance() { function in class:base::trace_event::MallocDumpProvider
[all...]
H A Dmemory_dump_scheduler.cc25 MemoryDumpScheduler* MemoryDumpScheduler::GetInstance() { function in class:base::trace_event::MemoryDumpScheduler
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc28 CALLER_ATTACH FontFactory* FontFactory::GetInstance() { function in class:sfntly::FontFactory
/external/tensorflow/tensorflow/core/kernels/
H A Dgpu_utils.h155 static AutoTuneType* GetInstance() { function in class:tensorflow::AutoTuneSingleton
/external/libchrome/base/
H A Dfeature_list.cc227 return GetInstance()->GetAssociatedFieldTrial(feature);
268 FeatureList* FeatureList::GetInstance() { function in class:base::FeatureList
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.cpp92 m_pFDEFont = CFWL_FontManager::GetInstance()->FindFont(L"Helvetica", 0, 0);
298 CFWL_FontManager* CFWL_FontManager::GetInstance() { function in class:CFWL_FontManager
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCContext.cpp126 unsigned MCContext::GetInstance(int64_t LocalLabelVal) { function in class:MCContext
144 Twine(GetInstance(LocalLabelVal) + bORf));
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc37 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled);
42 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
47 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
51 Logging::GetInstance()->PopState();
54 Logging* Logging::GetInstance() { function in class:webrtc::testing::bwe::Logging
/external/webrtc/webrtc/modules/utility/source/
H A Djvm_android.cc72 JavaVM* jvm = JVM::GetInstance()->jvm();
88 jint res = JVM::GetInstance()->jvm()->DetachCurrentThread();
223 JVM* JVM::GetInstance() { function in class:webrtc::JVM

Completed in 1161 milliseconds

12