/external/lldb/source/DataFormatters/ |
D | DataVisualization.cpp | 160 DataVisualization::Categories::GetCategory (const ConstString &category, lldb::TypeCategoryImplSP &… in GetCategory() function in DataVisualization::Categories 163 entry = GetFormatManager().GetCategory(category, allow_create); in GetCategory() 170 GetFormatManager().GetCategory(category); in Add() 189 …GetFormatManager().GetCategory(category)->Clear(eFormatCategoryItemSummary | eFormatCategoryItemRe… in Clear() 196 if (GetFormatManager().GetCategory(category)->IsEnabled()) in Enable() 204 if (GetFormatManager().GetCategory(category)->IsEnabled() == true) in Disable()
|
D | FormatManager.cpp | 262 FormatManager::GetCategory (const ConstString& category_name, in GetCategory() function in FormatManager 266 return GetCategory(m_default_category_name); in GetCategory() 275 return GetCategory(category_name); in GetCategory() 530 TypeCategoryImpl::SharedPointer gnu_category_sp = GetCategory(m_gnu_cpp_category_name); in LoadLibStdcppFormatters() 613 TypeCategoryImpl::SharedPointer libcxx_category_sp = GetCategory(m_libcxx_category_name); in LoadLibcxxFormatters() 692 TypeCategoryImpl::SharedPointer sys_category_sp = GetCategory(m_system_category_name); in LoadSystemFormatters() 749 TypeCategoryImpl::SharedPointer objc_category_sp = GetCategory(m_objc_category_name); in LoadObjCFormatters() 785 …TypeCategoryImpl::SharedPointer corefoundation_category_sp = GetCategory(m_corefoundation_category… in LoadObjCFormatters() 816 …TypeCategoryImpl::SharedPointer coregraphics_category_sp = GetCategory(m_coregraphics_category_nam… in LoadObjCFormatters() 831 …TypeCategoryImpl::SharedPointer coreservices_category_sp = GetCategory(m_coreservices_category_nam… in LoadObjCFormatters() [all …]
|
/external/lldb/include/lldb/DataFormatters/ |
D | FormatManager.h | 116 GetCategory (const char* category_name = NULL, 120 return GetCategory(m_default_category_name); 121 return GetCategory(ConstString(category_name)); 125 GetCategory (const ConstString& category_name,
|
D | DataVisualization.h | 130 GetCategory (const ConstString &category,
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | api_categorizer_test.py | 65 get_category = self._api_categorizer.GetCategory
|
D | api_categorizer.py | 35 def GetCategory(self, platform, api_name): member in APICategorizer
|
D | api_list_data_source.py | 60 category = self._api_categorizer.GetCategory(platform, api_name)
|
D | whats_new_data_source.py | 37 category = self._api_categorizer.GetCategory(platform, api_name)
|
/external/lldb/source/Commands/ |
D | CommandObjectType.cpp | 1350 DataVisualization::Categories::GetCategory(ConstString(category_name.c_str()), category); in AddSummary() 1553 … DataVisualization::Categories::GetCategory(ConstString(m_options.m_category.c_str()), category); in DoExecute() 1686 DataVisualization::Categories::GetCategory(cat_nameCS, category); in DoExecute() 1689 DataVisualization::Categories::GetCategory(ConstString(NULL), category); in DoExecute() 2012 if (DataVisualization::Categories::GetCategory(typeCS, cate) && cate.get()) in DoExecute() 2834 … DataVisualization::Categories::GetCategory(ConstString(m_options.m_category.c_str()), category); in DoExecute() 3000 … DataVisualization::Categories::GetCategory(ConstString(m_options.m_category.c_str()), category); in DoExecute() 3137 DataVisualization::Categories::GetCategory(cat_nameCS, category); in DoExecute() 3140 DataVisualization::Categories::GetCategory(ConstString(NULL), category); in DoExecute() 3266 DataVisualization::Categories::GetCategory(cat_nameCS, category); in DoExecute() [all …]
|
/external/lldb/test/python_api/formatters/ |
D | TestFormattersSBAPI.py | 101 new_category = self.dbg.GetCategory("foobar") 161 self.dbg.GetCategory("JASSynth").SetEnabled(True) 172 self.dbg.GetCategory("JASSynth").SetEnabled(False)
|
/external/lldb/include/lldb/Target/ |
D | ObjCLanguageRuntime.h | 84 return (bool)GetCategory(); in HasCategory() 112 GetCategory ();
|
/external/lldb/source/API/ |
D | SBDebugger.cpp | 1150 SBDebugger::GetCategory (const char* category_name) in GetCategory() function in SBDebugger 1157 if (DataVisualization::Categories::GetCategory(ConstString(category_name), category_sp, false)) in GetCategory() 1171 if (DataVisualization::Categories::GetCategory(ConstString(category_name), category_sp, true)) in CreateCategory() 1201 return GetCategory("default"); in GetDefaultCategory()
|
D | SBTypeCategory.cpp | 39 DataVisualization::Categories::GetCategory(ConstString(name), m_opaque_sp); in SBTypeCategory()
|
/external/lldb/source/Target/ |
D | ObjCLanguageRuntime.cpp | 338 ObjCLanguageRuntime::MethodName::GetCategory () in GetCategory() function in ObjCLanguageRuntime::MethodName 395 const ConstString &category = GetCategory(); in GetFullNames()
|
/external/lldb/scripts/Python/interface/ |
D | SBDebugger.i | 341 GetCategory (const char* category_name);
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_service.h | 90 int GetCategory(const GURL& url);
|
D | supervised_user_service.cc | 224 int SupervisedUserService::GetCategory(const GURL& url) { in GetCategory() function in SupervisedUserService
|
/external/lldb/include/lldb/API/ |
D | SBDebugger.h | 275 GetCategory (const char* category_name);
|
/external/chromium_org/tools/valgrind/tsan/ |
D | ignores.txt | 178 # "Suppress" a data race in TraceLog::GetCategory which has
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 2754 lldb.SBDebugger.GetCategory lldb.SBDebugger-class.html#GetCategory
|