HomeSort by relevance Sort by last modified time
    Searched refs:GetSystemInfo (Results 1 - 25 of 50) sorted by null

1 2

  /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 270 return self.GetSystemInfo() != None
272 def GetSystemInfo(self):
276 return self._system_info_backend.GetSystemInfo()
  /external/google-breakpad/src/processor/
exploitability.cc 62 MinidumpSystemInfo *minidump_system_info = dump->GetSystemInfo();
microdump_processor.cc 95 process_state->system_info_ = *microdump.GetSystemInfo();
minidump_dump.cc 142 MinidumpSystemInfo *system_info = minidump.GetSystemInfo();
145 BPLOG(ERROR) << "minidump.GetSystemInfo() failed";
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_processor_unittest.cc 68 MOCK_METHOD0(GetSystemInfo, MinidumpSystemInfo*());
347 EXPECT_CALL(dump, GetSystemInfo()).
496 EXPECT_CALL(dump, GetSystemInfo()).
596 EXPECT_CALL(dump, GetSystemInfo()).
  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 114 SystemInfo* GetSystemInfo() { return system_info_.get(); }
  /external/libvpx/libvpx/vp8/common/generic/
systemdependent.c 56 * GetSystemInfo otherwise. */
63 GetSystemInfo(&sysinfo);
  /external/lzma/CPP/Windows/
System.cpp 15 GetSystemInfo(&systemInfo);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/generic/
systemdependent.c 51 * GetSystemInfo otherwise. */
58 GetSystemInfo(&sysinfo);
  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc 114 MinidumpSystemInfo* system_info = minidump.GetSystemInfo();
205 MinidumpSystemInfo* system_info = minidump.GetSystemInfo();
295 MinidumpSystemInfo* system_info = minidump.GetSystemInfo();
crash_generation_server_test.cc 254 MinidumpSystemInfo* system_info = minidump.GetSystemInfo();
333 MinidumpSystemInfo* system_info = minidump.GetSystemInfo();
  /external/netperf/src/
netcpu_ntperf.c 148 GetSystemInfo(&SystemInfo);
209 GetSystemInfo(&SystemInfo);
290 GetSystemInfo(&SystemInfo);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser.py 115 system_info = self.GetSystemInfo()
305 def GetSystemInfo(self):
309 return self._browser_backend.GetSystemInfo()
browser_unittest.py 102 info = self._browser.GetSystemInfo()
119 info_a = self._browser.GetSystemInfo()
120 info_b = self._browser.GetSystemInfo()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
browser_backend.py 138 def GetSystemInfo(self):
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 172 GetSystemInfo(&sysInfo);
  /external/libcxx/src/
thread.cpp 90 GetSystemInfo(&info);
  /external/webrtc/webrtc/base/
systeminfo.cc 67 GetSystemInfo(&si);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 89 GetSystemInfo(&info);
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 413 GetSystemInfo(&sSysInfo); // Initialize the structure.
506 GetSystemInfo(&sSysInfo); // Initialize the structure.
exception_handler_test.cc 399 GetSystemInfo(&si);
453 GetSystemInfo(&si);
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 230 GetSystemInfo(&system_info);

Completed in 1895 milliseconds

1 2