Searched defs:sys_info (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_diagnosis_runner.cc97 const extensions::SystemInformationList& sys_info) {
108 for (extensions::SystemInformationList::const_iterator it = sys_info.begin();
109 it != sys_info.end(); ++it) {
96 SendSysLogFeedback( const extensions::SystemInformationList& sys_info) argument
/external/chromium_org/components/feedback/
H A Dfeedback_data.cc46 scoped_ptr<FeedbackData::SystemLogsMap> sys_info) {
61 if (sys_info.get()) {
63 AddLogs(sys_info.Pass());
45 SetAndCompressSystemInfo( scoped_ptr<FeedbackData::SystemLogsMap> sys_info) argument
H A Dfeedback_common.h70 const SystemLogsMap* sys_info() const { return logs_.get(); } function in class:FeedbackCommon
H A Dfeedback_common.cc35 std::string* LogsToString(const FeedbackCommon::SystemLogsMap& sys_info) { argument
37 for (FeedbackCommon::SystemLogsMap::const_iterator it = sys_info.begin();
38 it != sys_info.end();
162 if (sys_info()) {
163 for (FeedbackCommon::SystemLogsMap::const_iterator i = sys_info()->begin();
164 i != sys_info()->end();
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
H A Dfeedback_private_api.cc160 const SystemInformationList& sys_info) {
162 sys_info);
210 SystemInformationList* sys_info = feedback_info.system_information.get(); local
211 if (sys_info) {
212 for (SystemInformationList::iterator it = sys_info->begin();
213 it != sys_info->end(); ++it)
159 OnCompleted( const SystemInformationList& sys_info) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dsystem_info_ui.cc120 scoped_ptr<SystemLogsResponse> sys_info) {
121 response_ = sys_info.Pass();
119 SysInfoComplete( scoped_ptr<SystemLogsResponse> sys_info) argument
/external/qemu/android/utils/
H A Dmapfile.c167 SYSTEM_INFO sys_info; local
168 GetSystemInfo(&sys_info);
169 align_mask = sys_info.dwAllocationGranularity - 1;
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dlog_private_api_chromeos.cc197 scoped_ptr<system_logs::SystemLogsResponse> sys_info) {
200 CollectLogInfo(filter_handler_.get(), sys_info.get(), &data);
196 OnSystemLogsLoaded( scoped_ptr<system_logs::SystemLogsResponse> sys_info) argument
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc362 void OnSystemLogsLoaded(chromeos::system::LogDictionaryType* sys_info,
867 chromeos::system::LogDictionaryType* sys_info,
870 logs_.reset(sys_info);
866 OnSystemLogsLoaded( chromeos::system::LogDictionaryType* sys_info, std::string* ignored_content) argument
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h403 tNFA_I93_SYS_INFO sys_info; /* system information */ member in union:__anon23187::__anon23188

Completed in 680 milliseconds