Searched defs:GetCategory (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_categorizer.py36 def GetCategory(self, api_name): member in class:APICategorizer
/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp160 DataVisualization::Categories::GetCategory (const ConstString &category, lldb::TypeCategoryImplSP &entry, function in class:DataVisualization::Categories
163 entry = GetFormatManager().GetCategory(category, allow_create);
170 GetFormatManager().GetCategory(category);
189 GetFormatManager().GetCategory(category)->Clear(eFormatCategoryItemSummary | eFormatCategoryItemRegexSummary);
196 if (GetFormatManager().GetCategory(category)->IsEnabled())
204 if (GetFormatManager().GetCategory(category)->IsEnabled() == true)
H A DFormatManager.cpp262 FormatManager::GetCategory (const ConstString& category_name, function in class:FormatManager
266 return GetCategory(m_default_category_name);
275 return GetCategory(category_name);
530 TypeCategoryImpl::SharedPointer gnu_category_sp = GetCategory(m_gnu_cpp_category_name);
613 TypeCategoryImpl::SharedPointer libcxx_category_sp = GetCategory(m_libcxx_category_name);
692 TypeCategoryImpl::SharedPointer sys_category_sp = GetCategory(m_system_category_name);
749 TypeCategoryImpl::SharedPointer objc_category_sp = GetCategory(m_objc_category_name);
785 TypeCategoryImpl::SharedPointer corefoundation_category_sp = GetCategory(m_corefoundation_category_name);
816 TypeCategoryImpl::SharedPointer coregraphics_category_sp = GetCategory(m_coregraphics_category_name);
831 TypeCategoryImpl::SharedPointer coreservices_category_sp = GetCategory(m_coreservices_category_nam
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DFormatManager.h116 GetCategory (const char* category_name = NULL, function in class:lldb_private::FormatManager
120 return GetCategory(m_default_category_name);
121 return GetCategory(ConstString(category_name));
125 GetCategory (const ConstString& category_name,
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp338 ObjCLanguageRuntime::MethodName::GetCategory () function in class:ObjCLanguageRuntime::MethodName
395 const ConstString &category = GetCategory();
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc270 int SupervisedUserService::GetCategory(const GURL& url) { function in class:SupervisedUserService
/external/lldb/source/API/
H A DSBDebugger.cpp1150 SBDebugger::GetCategory (const char* category_name) function in class:SBDebugger
1157 if (DataVisualization::Categories::GetCategory(ConstString(category_name), category_sp, false))
1171 if (DataVisualization::Categories::GetCategory(ConstString(category_name), category_sp, true))
1201 return GetCategory("default");

Completed in 283 milliseconds