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

  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 90 const SystemInformationList& sys_info) {
92 sys_info);
142 SystemInformationList* sys_info = feedback_info.system_information.get(); local
143 if (sys_info) {
144 for (SystemInformationList::iterator it = sys_info->begin();
145 it != sys_info->end(); ++it)
  /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
  /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/chromium_org/chrome_frame/
function_stub_unittest.cc 34 SYSTEM_INFO sys_info; local
35 ::GetSystemInfo(&sys_info);
38 playpen_size_ = sys_info.dwPageSize;
  /external/chromium_org/chrome/browser/feedback/
feedback_data.h 35 void CompressSyslogs(scoped_ptr<chromeos::SystemLogsResponse> sys_info);
38 void SyslogsComplete(scoped_ptr<chromeos::SystemLogsResponse> sys_info,
74 chromeos::SystemLogsResponse* sys_info() const { function in class:FeedbackData
104 void set_sys_info(scoped_ptr<chromeos::SystemLogsResponse> sys_info);
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 404 tNFA_I93_SYS_INFO sys_info; /* system information */ member in union:__anon22306::__anon22307
    [all...]

Completed in 383 milliseconds