Searched refs:CreateInstance (Results 1 - 25 of 103) sorted by relevance

12345

/external/drm_hwcomposer/
H A Dimporter.h35 static Importer *CreateInstance(DrmResources *drm);
/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h35 CreateInstance (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm);
H A DSymbolVendorELF.cpp51 CreateInstance); local
57 PluginManager::UnregisterPlugin (CreateInstance);
77 // CreateInstance
84 SymbolVendorELF::CreateInstance (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm) function in class:SymbolVendorELF
115 "SymbolVendorELF::CreateInstance (module = %s)",
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.h35 CreateInstance (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm);
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp46 PlatformMacOSX::CreateInstance); member in class:PlatformMacOSX
58 PluginManager::UnregisterPlugin (PlatformMacOSX::CreateInstance);
64 PlatformMacOSX::CreateInstance (bool force, const ArchSpec *arch) function in class:PlatformMacOSX
H A DPlatformMacOSX.h27 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
H A DPlatformiOSSimulator.h27 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp35 ProcessFreeBSD::CreateInstance(Target& target, function in class:ProcessFreeBSD
54 CreateInstance); local
H A DProcessFreeBSD.h35 CreateInstance(lldb_private::Target& target,
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp27 DynamicLoaderStatic::CreateInstance (Process* process, bool force) function in class:DynamicLoaderStatic
171 CreateInstance); local
177 PluginManager::UnregisterPlugin (CreateInstance);
H A DDynamicLoaderStatic.h47 CreateInstance (lldb_private::Process *process, bool force);
/external/libxml2/macos/src/
H A Dlibxml2_GUSIConfig.cp72 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" void GUSISetupConfig() { GUSIConfiguration * config = GUSIConfiguration::CreateInstance(GUSIConfiguration::kNoResource); config->ConfigureDefaultTypeCreator('TEXT', 'CWIE'); config->C (…)
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h41 CreateInstance (const lldb_private::ArchSpec &arch);
/external/webrtc/src/system_wrappers/interface/
H A Dstatic_instance.h70 instance = T::CreateInstance();
129 T* new_instance = T::CreateInstance();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp39 LogChannelDWARF::CreateInstance); member in class:LogChannelDWARF
45 PluginManager::UnregisterPlugin (LogChannelDWARF::CreateInstance);
49 LogChannelDWARF::CreateInstance () function in class:LogChannelDWARF
H A DLogChannelDWARF.h53 CreateInstance ();
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.cpp35 ProcessLinux::CreateInstance(Target &target, Listener &listener, const FileSpec *core_file) function in class:ProcessLinux
50 CreateInstance); local
H A DProcessLinux.h34 CreateInstance(lldb_private::Target& target,
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h53 CreateInstance (Process *process, lldb::LanguageType language);
94 ItaniumABILanguageRuntime(Process *process) : lldb_private::CPPLanguageRuntime(process) { } // Call CreateInstance instead.
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h29 CreateInstance (lldb_private::Process *process, bool force);
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h40 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h115 CreateInstance (const lldb_private::ArchSpec &arch);
134 // Call CreateInstance instead.
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h116 CreateInstance (const lldb_private::ArchSpec &arch);
135 ABIMacOSX_i386() : lldb_private::ABI() { } // Call CreateInstance instead.
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h113 CreateInstance (const lldb_private::ArchSpec &arch);
135 ABISysV_x86_64() : lldb_private::ABI() { } // Call CreateInstance instead.
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h40 CreateInstance(lldb_private::Process *process, bool force);

Completed in 251 milliseconds

12345