/external/lldb/include/lldb/DataFormatters/ |
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,
|
DataVisualization.h | 130 GetCategory (const ConstString &category,
|
/external/lldb/source/DataFormatters/ |
DataVisualization.cpp | 160 DataVisualization::Categories::GetCategory (const ConstString &category, lldb::TypeCategoryImplSP &entry, 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)
|
FormatManager.cpp | 262 FormatManager::GetCategory (const ConstString& category_name, 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); [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_categorizer.py | 36 def GetCategory(self, api_name):
|
api_categorizer_test.py | 71 platform if only_on is None else only_on).GetCategory(category)
|
api_list_data_source.py | 71 platform).GetCategory(api_name)
|
whats_new_data_source.py | 36 category = self._platform_bundle.GetAPICategorizer(platform).GetCategory(
|
/external/lldb/test/python_api/formatters/ |
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/API/ |
SBDebugger.h | 275 GetCategory (const char* category_name);
|
/external/lldb/source/Commands/ |
CommandObjectType.cpp | [all...] |
/external/lldb/include/lldb/Target/ |
ObjCLanguageRuntime.h | 84 return (bool)GetCategory(); 112 GetCategory ();
|
/external/lldb/scripts/Python/interface/ |
SBDebugger.i | 341 GetCategory (const char* category_name);
|
/external/lldb/source/Target/ |
ObjCLanguageRuntime.cpp | 338 ObjCLanguageRuntime::MethodName::GetCategory () 395 const ConstString &category = GetCategory();
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_service.h | 111 int GetCategory(const GURL& url);
|
supervised_user_service.cc | 270 int SupervisedUserService::GetCategory(const GURL& url) { [all...] |
/external/lldb/source/API/ |
SBDebugger.cpp | 1150 SBDebugger::GetCategory (const char* category_name) 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"); [all...] |
SBTypeCategory.cpp | 39 DataVisualization::Categories::GetCategory(ConstString(name), m_opaque_sp);
|