Home
last modified time | relevance | path

Searched refs:GetCategory (Results 1 – 20 of 20) sorted by relevance

/external/lldb/source/DataFormatters/
DDataVisualization.cpp160 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()
DFormatManager.cpp262 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/
DFormatManager.h116 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,
DDataVisualization.h130 GetCategory (const ConstString &category,
/external/chromium_org/chrome/common/extensions/docs/server2/
Dapi_categorizer_test.py65 get_category = self._api_categorizer.GetCategory
Dapi_categorizer.py35 def GetCategory(self, platform, api_name): member in APICategorizer
Dapi_list_data_source.py60 category = self._api_categorizer.GetCategory(platform, api_name)
Dwhats_new_data_source.py37 category = self._api_categorizer.GetCategory(platform, api_name)
/external/lldb/source/Commands/
DCommandObjectType.cpp1350 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/
DTestFormattersSBAPI.py101 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/
DObjCLanguageRuntime.h84 return (bool)GetCategory(); in HasCategory()
112 GetCategory ();
/external/lldb/source/API/
DSBDebugger.cpp1150 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()
DSBTypeCategory.cpp39 DataVisualization::Categories::GetCategory(ConstString(name), m_opaque_sp); in SBTypeCategory()
/external/lldb/source/Target/
DObjCLanguageRuntime.cpp338 ObjCLanguageRuntime::MethodName::GetCategory () in GetCategory() function in ObjCLanguageRuntime::MethodName
395 const ConstString &category = GetCategory(); in GetFullNames()
/external/lldb/scripts/Python/interface/
DSBDebugger.i341 GetCategory (const char* category_name);
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_service.h90 int GetCategory(const GURL& url);
Dsupervised_user_service.cc224 int SupervisedUserService::GetCategory(const GURL& url) { in GetCategory() function in SupervisedUserService
/external/lldb/include/lldb/API/
DSBDebugger.h275 GetCategory (const char* category_name);
/external/chromium_org/tools/valgrind/tsan/
Dignores.txt178 # "Suppress" a data race in TraceLog::GetCategory which has
/external/lldb/www/python_reference/
Dapi-objects.txt2754 lldb.SBDebugger.GetCategory lldb.SBDebugger-class.html#GetCategory