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

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
system_info_backend.py 15 def GetSystemInfo(self, timeout=10):
ios_browser_backend.py 105 def GetSystemInfo(self):
109 return self._system_info_backend.GetSystemInfo()
chrome_browser_backend.py 267 return self.GetSystemInfo() != None
269 def GetSystemInfo(self):
276 return self._system_info_backend.GetSystemInfo(timeout=30)
277 return self._system_info_backend.GetSystemInfo()
  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 114 SystemInfo* GetSystemInfo() { return system_info_.get(); }
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
browser_backend.py 138 def GetSystemInfo(self):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser.py 118 system_info = self.GetSystemInfo()
312 def GetSystemInfo(self):
316 return self._browser_backend.GetSystemInfo()
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_info_drm.cpp 176 GetSystemInfo(hw_resource);
235 void HWInfoDRM::GetSystemInfo(HWResourceInfo *hw_resource) {
  /external/google-breakpad/src/processor/
minidump_processor.cc 321 static const MDRawSystemInfo* GetSystemInfo(Minidump *dump,
323 MinidumpSystemInfo *minidump_system_info = dump->GetSystemInfo();
464 const MDRawSystemInfo *raw_system_info = GetSystemInfo(dump, &system_info);
548 const MDRawSystemInfo *raw_system_info = GetSystemInfo(dump, &system_info);
676 const MDRawSystemInfo *raw_system_info = GetSystemInfo(dump, NULL);
    [all...]
minidump.cc 478 // GetSystemInfo may seek minidump to a new position.
594 // GetSystemInfo may seek minidump to a new position.
691 // GetSystemInfo may seek minidump to a new position.
788 // GetSystemInfo may seek minidump to a new position.
861 // GetSystemInfo may seek minidump to a new position.
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/testing/fakes/
__init__.py 234 """The object which will be returned from calls to GetSystemInfo."""
266 def GetSystemInfo(self):
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 640 milliseconds