Home
last modified time | relevance | path

Searched refs:FindPlugin (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium_org/tools/cr/cr/
Dplugin.py74 return self.cls.FindPlugin(name, self.only_active) is not None
246 def FindPlugin(cls, name, only_active=True): member in Plugin
258 result = cls.FindPlugin(name)
298 plugin = cls.FindPlugin(name)
/external/lldb/source/Target/
DUnwindAssembly.cpp19 UnwindAssembly::FindPlugin (const ArchSpec &arch) in FindPlugin() function in UnwindAssembly
DOperatingSystem.cpp23 OperatingSystem::FindPlugin (Process *process, const char *plugin_name) in FindPlugin() function in OperatingSystem
DABI.cpp22 ABI::FindPlugin (const ArchSpec &arch) in FindPlugin() function in ABI
DLanguageRuntime.cpp229 LanguageRuntime::FindPlugin (Process *process, lldb::LanguageType language) in FindPlugin() function in LanguageRuntime
DThreadPlanTracer.cpp123 …m_disassembler_sp = Disassembler::FindPlugin(m_thread.GetProcess()->GetTarget().GetArchitecture(),… in GetDisassembler()
/external/lldb/include/lldb/Target/
DUnwindAssembly.h24 FindPlugin (const ArchSpec &arch);
DDynamicLoader.h61 FindPlugin (Process *process, const char *plugin_name);
DOperatingSystem.h54 FindPlugin (Process *process, const char *plugin_name);
DLanguageRuntime.h36 FindPlugin (Process *process, lldb::LanguageType language);
DABI.h124 FindPlugin (const ArchSpec &arch);
/external/lldb/source/Core/
DDynamicLoader.cpp19 DynamicLoader::FindPlugin (Process *process, const char *plugin_name) in FindPlugin() function in DynamicLoader
DDisassembler.cpp48 Disassembler::FindPlugin (const ArchSpec &arch, const char *flavor, const char *plugin_name) in FindPlugin() function in Disassembler
93 return FindPlugin(arch, flavor, plugin_name); in FindPluginForTarget()
271 disasm_sp = Disassembler::FindPlugin(arch, flavor, plugin_name); in DisassembleBytes()
649 …std::unique_ptr<EmulateInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstr… in DumpEmulation()
915 …std::unique_ptr<EmulateInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstr… in TestEmulation()
936 …std::unique_ptr<EmulateInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstr… in Emulate()
DLog.cpp459 LogChannelSP log_channel_sp(LogChannel::FindPlugin (name)); in ListAllLogChannels()
490 LogChannel::FindPlugin (const char *plugin_name) in FindPlugin() function in LogChannel
/external/lldb/source/Symbol/
DSymbolFile.cpp22 SymbolFile::FindPlugin (ObjectFile* obj_file) in FindPlugin() function in SymbolFile
DUnwindTable.cpp60 m_assembly_profiler = UnwindAssembly::FindPlugin (arch); in Initialize()
DSymbolVendor.cpp35 SymbolVendor::FindPlugin (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm) in FindPlugin() function in SymbolVendor
92 m_sym_file_ap.reset(SymbolFile::FindPlugin(objfile_sp.get())); in AddSymbolFileRepresentation()
/external/lldb/include/lldb/Symbol/
DObjectFile.h151 FindPlugin (const lldb::ModuleSP &module_sp,
176 FindPlugin (const lldb::ModuleSP &module_sp,
DSymbolFile.h46 FindPlugin (ObjectFile* obj_file);
DSymbolVendor.h40 FindPlugin (const lldb::ModuleSP &module_sp,
/external/chromium_org/chrome/browser/plugins/
Dplugin_finder.h50 bool FindPlugin(const std::string& mime_type,
/external/lldb/source/Commands/
DCommandObjectLog.cpp296 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str())); in DoExecute()
371 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str())); in DoExecute()
/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp132 …ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin(module_sp, &dsym_fspec, 0, dsym_fspec.GetByt… in CreateInstance()
/external/lldb/include/lldb/Core/
DLog.h211 FindPlugin (const char *plugin_name);
/external/chromium_org/tools/cr/cr/commands/
Dinit.py67 if not cr.BuildType.FindPlugin(buildtype):

123