Searched refs:GetSystemInfo (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dsystem_info_backend.py15 def GetSystemInfo(self, timeout=10): member in class:SystemInfoBackend
H A Dios_browser_backend.py102 def GetSystemInfo(self): member in class:IosBrowserBackend
106 return self._system_info_backend.GetSystemInfo()
H A Dchrome_browser_backend.py319 return self.GetSystemInfo() != None
321 def GetSystemInfo(self): member in class:ChromeBrowserBackend
325 return self._system_info_backend.GetSystemInfo()
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcpu_info.cc32 GetSystemInfo(&si);
/external/webrtc/src/system_wrappers/source/
H A Dcpu_info.cc38 GetSystemInfo(&si);
/external/llvm/lib/Support/Windows/
H A DMemory.inc53 ::GetSystemInfo(&Info);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/generic/
H A Dsystemdependent.c51 * GetSystemInfo otherwise. */
58 GetSystemInfo(&sysinfo);
/external/libvpx/libvpx/vp8/common/generic/
H A Dsystemdependent.c51 * GetSystemInfo otherwise. */
58 GetSystemInfo(&sysinfo);
/external/lzma/CPP/Windows/
H A DSystem.cpp15 GetSystemInfo(&systemInfo);
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dbrowser_backend.py99 def GetSystemInfo(self): member in class:BrowserBackend
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_unittest.py83 info = self._browser.GetSystemInfo()
100 info_a = self._browser.GetSystemInfo()
101 info_b = self._browser.GetSystemInfo()
H A Dbrowser.py346 def GetSystemInfo(self): member in class:Browser
350 return self._browser_backend.GetSystemInfo()
/external/chromium_org/third_party/skia/src/utils/
H A DSkTaskGroup.cpp11 GetSystemInfo(&sysinfo);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.cc58 GetSystemInfo(&system_info);
263 GetSystemInfo(&system_info);
/external/netperf/
H A Dnetcpu_ntperf.c168 GetSystemInfo(&SystemInfo);
229 GetSystemInfo(&SystemInfo);
310 GetSystemInfo(&SystemInfo);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.cc57 GetSystemInfo(&system_info);
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_utility_win.cc202 // Call GetNativeSystemInfo if supported or GetSystemInfo otherwise
208 GetSystemInfo(&si);
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dtest_expectations.py79 gpu_info = browser.GetSystemInfo().gpu
/external/libcxx/src/
H A Dthread.cpp87 GetSystemInfo(&info);
/external/skia/include/utils/
H A DSkThreadPool.h26 GetSystemInfo(&sysinfo);
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dcontext_lost.py126 system_info = tab.browser.GetSystemInfo()
137 system_info = tab.browser.GetSystemInfo()
H A Dcloud_storage_test_base.py107 system_info = browser.GetSystemInfo()
/external/chromium_org/base/process/
H A Dprocess_metrics_win.cc277 GetSystemInfo(&system_info);
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest.cc159 GetSystemInfo(&system_info);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_cpu_detect.c230 GetSystemInfo(&system_info);

Completed in 926 milliseconds

123