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

  /external/chromium_org/tools/android/adb_profile_chrome/
chrome_controller.py 37 def GetCategories(device, package_info):
systrace_controller.py 39 def GetCategories(device):
perf_controller.py 117 def GetCategories(cls, device):
  /external/lldb/include/lldb/DataFormatters/
FormatManager.h 227 GetCategories ()
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.cc 186 bool TracingControllerImpl::GetCategories(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shappmgr.h 271 virtual HRESULT WINAPI GetCategories(APPCATEGORYINFOLIST *pAppCategoryList) = 0;
282 HRESULT (WINAPI *GetCategories)(IAppPublisher *This,APPCATEGORYINFOLIST *pAppCategoryList);
295 #define IAppPublisher_GetCategories(This,pAppCategoryList) (This)->lpVtbl->GetCategories(This,pAppCategoryList)

Completed in 279 milliseconds