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

  /external/chromium/chrome/browser/ui/webui/chromeos/
system_info_ui.cc 51 void SyslogsComplete(chromeos::LogDictionaryType* sys_info,
106 chromeos::LogDictionaryType* sys_info,
126 if (sys_info) {
130 for (it = sys_info->begin(); it != sys_info->end(); ++it) {
137 delete sys_info;
  /external/chromium/chrome/browser/
bug_report_data.h 25 // sys_info and zip_content fields and exit without disturbing anything else
58 chromeos::LogDictionaryType* sys_info() const { return sys_info_; } function in class:BugReportData
bug_report_util.h 18 #include "base/sys_info.h"
78 const chromeos::LogDictionaryType* const sys_info);
bug_report_util.cc 267 const chromeos::LogDictionaryType* const sys_info) {
331 if (sys_info) {
333 for (chromeos::LogDictionaryType::const_iterator i = sys_info->begin();
334 i != sys_info->end(); ++i)
  /external/qemu/android/utils/
mapfile.c 169 SYSTEM_INFO sys_info; local
170 GetSystemInfo(&sys_info);
171 align_mask = sys_info.dwAllocationGranularity - 1;
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 169 SYSTEM_INFO sys_info; local
170 GetSystemInfo(&sys_info);
171 align_mask = sys_info.dwAllocationGranularity - 1;
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c     [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 394 tNFA_I93_SYS_INFO sys_info; /* system information */ member in union:__anon9093::__anon9094
    [all...]
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 658 // If we aren't sending the sys_info, cancel the gathering of the syslogs.
678 // If we don't require sys_info, or we have it, or we never requested it
680 // Otherwise, the report will get sent when we receive sys_info.
681 if (!send_sys_info || bug_report_->sys_info() != NULL ||

Completed in 847 milliseconds