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

  /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();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoveryapi.h 60 STDMETHOD_(HRESULT,GetCategory)(THIS_ WCHAR **ppszCoMemCategory,WCHAR **ppszCoMemSubCategory) PURE;
73 #define IFunctionInstance_GetCategory(This,ppszCoMemCategory,ppszCoMemSubCategory) (This)->lpVtbl->GetCategory(This,ppszCoMemCategory,ppszCoMemSubCategory)
sensorsapi.h 489 virtual HRESULT STDMETHODCALLTYPE GetCategory(
563 HRESULT (STDMETHODCALLTYPE *GetCategory)(
640 #define ISensor_GetCategory(This,pSensorCategory) (This)->lpVtbl->GetCategory(This,pSensorCategory)
670 return This->lpVtbl->GetCategory(This,pSensorCategory);
    [all...]
shobjidl.h     [all...]
  /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);

Completed in 619 milliseconds