Searched refs:GetCategory (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_categorizer_test.py71 platform if only_on is None else only_on).GetCategory(category)
H A Dapi_categorizer.py36 def GetCategory(self, api_name): member in class:APICategorizer
H A Dapi_list_data_source.py71 platform).GetCategory(api_name)
H A Dwhats_new_data_source.py36 category = self._platform_bundle.GetAPICategorizer(platform).GetCategory(
/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,
H A DDataVisualization.h130 GetCategory (const ConstString &category,
/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/test/python_api/formatters/
H A DTestFormattersSBAPI.py101 new_category = self.dbg.GetCategory("foobar")
161 self.dbg.GetCategory("JASSynth").SetEnabled(True)
172 self.dbg.GetCategory("JASSynth").SetEnabled(False)
/external/lldb/source/Commands/
H A DCommandObjectType.cpp1350 DataVisualization::Categories::GetCategory(ConstString(category_name.c_str()), category);
1553 DataVisualization::Categories::GetCategory(ConstString(m_options.m_category.c_str()), category);
1686 DataVisualization::Categories::GetCategory(cat_nameCS, category);
1689 DataVisualization::Categories::GetCategory(ConstString(NULL), category);
2012 if (DataVisualization::Categories::GetCategory(typeCS, cate) && cate.get())
2834 DataVisualization::Categories::GetCategory(ConstString(m_options.m_category.c_str()), category);
3000 DataVisualization::Categories::GetCategory(ConstString(m_options.m_category.c_str()), category);
3137 DataVisualization::Categories::GetCategory(cat_nameCS, category);
3140 DataVisualization::Categories::GetCategory(ConstString(NULL), category);
3266 DataVisualization::Categories::GetCategory(cat_nameC
[all...]
/external/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h84 return (bool)GetCategory();
112 GetCategory ();
/external/lldb/scripts/Python/interface/
H A DSBDebugger.i341 GetCategory (const char* 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.h111 int GetCategory(const GURL& url);
H A Dsupervised_user_service.cc270 int SupervisedUserService::GetCategory(const GURL& url) { function in class:SupervisedUserService
/external/lldb/include/lldb/API/
H A DSBDebugger.h275 GetCategory (const char* category_name);
/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");
H A DSBTypeCategory.cpp39 DataVisualization::Categories::GetCategory(ConstString(name), m_opaque_sp);

Completed in 2287 milliseconds