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

12

/external/skia/src/utils/
H A DSkEventTracer.cpp52 SkEventTracer* SkEventTracer::GetInstance() { function in class:SkEventTracer
/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/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.cc21 Minijail* Minijail::GetInstance() { function in class:brillo::Minijail
/external/libchrome/base/trace_event/
H A Dmalloc_dump_provider.cc38 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
46 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, n * size);
56 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
63 MallocDumpProvider::GetInstance()->RemoveAllocation(address);
65 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
71 MallocDumpProvider::GetInstance()->RemoveAllocation(address);
92 MallocDumpProvider* MallocDumpProvider::GetInstance() { function in class:base::trace_event::MallocDumpProvider
H A Dtrace_event_synthetic_delay.cc21 static TraceEventSyntheticDelayRegistry* GetInstance();
49 return TraceEventSyntheticDelayRegistry::GetInstance()->GetOrCreateDelay(
147 TraceEventSyntheticDelayRegistry::GetInstance() { function in class:base::trace_event::TraceEventSyntheticDelayRegistry
197 TraceEventSyntheticDelayRegistry::GetInstance()->ResetAllDelays();
223 base::trace_event::TraceEventSyntheticDelayRegistry::GetInstance()
H A Dmemory_dump_manager.cc120 MemoryDumpManager* MemoryDumpManager::GetInstance() { function in class:base::trace_event::MemoryDumpManager
148 TraceLog::GetInstance()->RemoveEnabledStateObserver(this);
201 RegisterDumpProvider(MallocDumpProvider::GetInstance(), "Malloc", nullptr);
205 RegisterDumpProvider(JavaHeapDumpProvider::GetInstance(), "JavaHeap",
210 RegisterDumpProvider(WinHeapDumpProvider::GetInstance(), "WinHeap", nullptr);
215 bool is_tracing_already_enabled = TraceLog::GetInstance()->IsEnabled();
217 TraceLog::GetInstance()->AddEnabledStateObserver(this);
354 TraceLog::GetInstance()->MangleEventId(g_next_guid.GetNext());
395 if (TraceLog::GetInstance()
444 TraceLog::GetInstance()
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc28 CALLER_ATTACH FontFactory* FontFactory::GetInstance() { function in class:sfntly::FontFactory
/external/libchrome/base/
H A Dfeature_list.cc145 return GetInstance()->GetAssociatedFieldTrial(feature);
186 FeatureList* FeatureList::GetInstance() { function in class:base::FeatureList
/external/libchrome/base/memory/
H A Dsingleton_unittest.cc21 static IntSingleton* GetInstance() { function in class:base::__anon9916::IntSingleton
32 static Init5Singleton* GetInstance() { function in class:base::__anon9916::Init5Singleton
48 return &IntSingleton::GetInstance()->value_;
52 return &Init5Singleton::GetInstance()->value_;
76 static CallbackSingletonWithNoLeakTrait* GetInstance() { function in class:base::__anon9916::CallbackSingletonWithNoLeakTrait
89 static CallbackSingletonWithLeakTrait* GetInstance() { function in class:base::__anon9916::CallbackSingletonWithLeakTrait
100 static CallbackSingletonWithStaticTrait* GetInstance() { function in class:base::__anon9916::CallbackSingletonWithStaticTrait
120 static AlignedTestSingleton* GetInstance() { function in class:base::__anon9916::AlignedTestSingleton
130 CallbackSingletonWithNoLeakTrait::GetInstance()->callback_ = CallOnQuit;
134 CallbackSingletonWithLeakTrait::GetInstance()
[all...]
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.cpp87 m_pFDEFont = CFWL_FontManager::GetInstance()->FindFont(L"Helvetica", 0, 0);
300 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
/external/webrtc/webrtc/test/channel_transport/
H A Dtraffic_control_win.cc27 TrafficControlWindows* TrafficControlWindows::GetInstance( function in class:webrtc::test::TrafficControlWindows
/external/libmojo/mojo/message_pump/
H A Dhandle_watcher.cc159 static WatcherThreadManager* GetInstance();
222 WatcherThreadManager* WatcherThreadManager::GetInstance() { function in class:mojo::common::__anon10883::WatcherThreadManager
411 watcher_id_ = WatcherThreadManager::GetInstance()->StartWatching(
426 WatcherThreadManager::GetInstance()->StopWatching(watcher_id_);
/external/google-benchmark/src/
H A Dbenchmark_register.cc67 static BenchmarkFamilies* GetInstance();
85 BenchmarkFamilies* BenchmarkFamilies::GetInstance() { function in class:benchmark::internal::BenchmarkFamilies
199 BenchmarkFamilies* families = BenchmarkFamilies::GetInstance();
209 return BenchmarkFamilies::GetInstance()->FindBenchmarks(re, benchmarks, Err);
/external/libchrome/base/debug/
H A Dstack_trace_posix.cc469 static SandboxSymbolizeHelper* GetInstance() { function in class:base::debug::SandboxSymbolizeHelper
542 SandboxSymbolizeHelper* instance = GetInstance();
688 SandboxSymbolizeHelper::GetInstance();
/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc67 static BenchmarkFamilies* GetInstance();
85 BenchmarkFamilies* BenchmarkFamilies::GetInstance() { function in class:benchmark::internal::BenchmarkFamilies
199 BenchmarkFamilies* families = BenchmarkFamilies::GetInstance();
209 return BenchmarkFamilies::GetInstance()->FindBenchmarks(re, benchmarks, Err);
/external/llvm/lib/MC/
H A DMCContext.cpp229 unsigned MCContext::GetInstance(unsigned LocalLabelVal) { function in class:MCContext
251 unsigned Instance = GetInstance(LocalLabelVal);
/external/libchrome/base/strings/
H A Dstring_util.cc43 static EmptyStrings* GetInstance() { function in struct:base::__anon10009::EmptyStrings
226 return EmptyStrings::GetInstance()->s;
230 return EmptyStrings::GetInstance()->s16;

Completed in 1380 milliseconds

12