Home
last modified time | relevance | path

Searched defs:CreateInstance (Results 1 – 25 of 114) sorted by relevance

12345

/external/perfetto/src/tracing/
Dplatform.cc28 PlatformThreadLocalObject::CreateInstance() { in CreateInstance() function in perfetto::PlatformThreadLocalObject
/external/perfetto/src/trace_processor/
Dtrace_processor_storage.cc25 std::unique_ptr<TraceProcessorStorage> TraceProcessorStorage::CreateInstance( in CreateInstance() function in perfetto::trace_processor::TraceProcessorStorage
Dtrace_processor.cc26 std::unique_ptr<TraceProcessor> TraceProcessor::CreateInstance( in CreateInstance() function in perfetto::trace_processor::TraceProcessor
/external/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
DObjCPlusPlusLanguage.cpp50 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { in CreateInstance() function in ObjCPlusPlusLanguage
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp277 PlatformSP PlatformAppleSimulator::CreateInstance( in CreateInstance() function in PlatformAppleSimulator
532 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function
580 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function
621 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function
DPlatformRemoteiOS.cpp54 PlatformSP PlatformRemoteiOS::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformRemoteiOS
DPlatformRemoteAppleTV.cpp59 PlatformSP PlatformRemoteAppleTV::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteAppleTV
DPlatformRemoteAppleWatch.cpp56 PlatformSP PlatformRemoteAppleWatch::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteAppleWatch
DPlatformRemoteAppleBridge.cpp58 PlatformSP PlatformRemoteAppleBridge::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteAppleBridge
DPlatformRemoteMacOSX.cpp59 PlatformSP PlatformRemoteMacOSX::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteMacOSX
DPlatformMacOSX.cpp97 PlatformSP PlatformMacOSX::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformMacOSX
/external/drm_hwcomposer/bufferinfo/
DBufferInfoGetter.cpp113 LegacyBufferInfoGetter::CreateInstance() { in CreateInstance() function in android::LegacyBufferInfoGetter
DBufferInfoMapperMetadata.cpp34 BufferInfoGetter *BufferInfoMapperMetadata::CreateInstance() { in CreateInstance() function in android::BufferInfoMapperMetadata
/external/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
DDynamicLoaderWasmDYLD.cpp43 DynamicLoader *DynamicLoaderWasmDYLD::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderWasmDYLD
/external/perfetto/src/tracing/ipc/service/
Dservice_ipc_host_impl.cc33 std::unique_ptr<ServiceIPCHost> ServiceIPCHost::CreateInstance( in CreateInstance() function in perfetto::ServiceIPCHost
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
DScriptInterpreterNone.cpp56 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { in CreateInstance() function in ScriptInterpreterNone
/external/mesa3d/include/android_stub/hardware/
Dhwvulkan.h65 PFN_vkCreateInstance CreateInstance; member
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.cpp60 SymbolVendorWasm::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorWasm
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp59 SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorELF
/external/perfetto/src/ipc/
Dhost_impl.cc54 std::unique_ptr<Host> Host::CreateInstance(const char* socket_name, in CreateInstance() function in perfetto::ipc::Host
63 std::unique_ptr<Host> Host::CreateInstance(base::ScopedSocketHandle socket_fd, in CreateInstance() function in perfetto::ipc::Host
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DTraceIntelPT.cpp59 TraceIntelPT::CreateInstance(const json::Value &trace_session_file, in CreateInstance() function in TraceIntelPT
/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp42 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformOpenBSD
/external/llvm-project/lldb/source/Symbol/
DTypeSystem.cpp55 lldb::TypeSystemSP TypeSystem::CreateInstance(lldb::LanguageType language, in CreateInstance() function in TypeSystem
60 lldb::TypeSystemSP TypeSystem::CreateInstance(lldb::LanguageType language, in CreateInstance() function in TypeSystem
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp42 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformNetBSD
/external/drm_hwcomposer/compositor/
DPlanner.cpp27 std::unique_ptr<Planner> Planner::CreateInstance(DrmDevice *) { in CreateInstance() function in android::Planner

12345