HomeSort by relevance Sort by last modified time
    Searched defs:GetCategory (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
api_categorizer.py 36 def GetCategory(self, api_name):
  /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/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,
  /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.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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]
mshtmlc.h     [all...]

Completed in 327 milliseconds