Searched refs:log_type (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/components/metrics/
H A Dmetrics_log_manager.cc68 StoreLog(log_data, current_log_->log_type());
105 MetricsLog::LogType log_type) {
106 switch (log_type) {
104 StoreLog(const std::string& log_data, MetricsLog::LogType log_type) argument
H A Dmetrics_log_manager.h95 void StoreLog(const std::string& log_data, MetricsLog::LogType log_type);
H A Dmetrics_log.h60 LogType log_type,
142 LogType log_type() const { return log_type_; } function in class:metrics::MetricsLog
H A Dmetrics_log_unittest.cc48 LogType log_type,
51 : MetricsLog(client_id, session_id, log_type, client, prefs),
149 EXPECT_EQ(MetricsLog::ONGOING_LOG, log1.log_type());
152 EXPECT_EQ(MetricsLog::INITIAL_STABILITY_LOG, log2.log_type());
46 TestMetricsLog(const std::string& client_id, int session_id, LogType log_type, metrics::MetricsServiceClient* client, TestingPrefServiceSimple* prefs) argument
H A Dmetrics_log.cc96 LogType log_type,
100 log_type_(log_type),
243 if (log_type() != INITIAL_STABILITY_LOG)
94 MetricsLog(const std::string& client_id, int session_id, LogType log_type, metrics::MetricsServiceClient* client, PrefService* local_state) argument
H A Dmetrics_service.h364 // Creates a new MetricsLog instance with the given |log_type|.
365 scoped_ptr<MetricsLog> CreateLog(MetricsLog::LogType log_type);
H A Dmetrics_log_manager_unittest.cc31 size_t TypeCount(MetricsLog::LogType log_type) { argument
33 if (log_type == MetricsLog::INITIAL_STABILITY_LOG)
H A Dmetrics_service.cc1171 scoped_ptr<MetricsLog> MetricsService::CreateLog(MetricsLog::LogType log_type) { argument
1174 log_type,
/external/chromium_org/chrome/browser/net/
H A Dnet_log_temp_file_unittest.cc93 std::string log_type; local
94 EXPECT_TRUE(dict->GetString("logType", &log_type));
95 return log_type;
126 EXPECT_EQ(NetLogTempFile::LOG_TYPE_NONE, net_log_temp_file_->log_type());
138 EXPECT_EQ(NetLogTempFile::LOG_TYPE_NORMAL, net_log_temp_file_->log_type());
154 net_log_temp_file_->log_type());
169 EXPECT_EQ(NetLogTempFile::LOG_TYPE_NORMAL, net_log_temp_file_->log_type());
217 EXPECT_EQ(NetLogTempFile::LOG_TYPE_UNKNOWN, net_log_temp_file_->log_type());
H A Dnet_log_temp_file.h135 LogType log_type() const { return log_type_; } function in class:NetLogTempFile
/external/fio/
H A Diolog.h50 unsigned int log_type; member in struct:io_log
H A Diolog.c541 void setup_log(struct io_log **log, unsigned long avg_msec, int log_type) argument
548 l->log_type = log_type;
699 struct log_type { struct
704 static struct log_type log_types[] = {
741 struct log_type *lt = &log_types[i];
H A Dserver.h148 uint32_t log_type; member in struct:cmd_iolog_pdu
H A Dclient.c1225 ret->log_type = le32_to_cpu(ret->log_type);
H A Dserver.c1226 pdu.log_type = cpu_to_le32(log->log_type);
H A Dgclient.c697 printf("got iolog: name=%s, type=%u, entries=%u\n", pdu->name, pdu->log_type, pdu->nr_samples);
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dlog_private_api_chromeos.cc68 scoped_ptr<LogParser> CreateLogParser(const std::string& log_type) { argument
69 if (log_type == "syslog")
73 NOTREACHED() << "Invalid log type: " << log_type;
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_commands.cc600 std::string log_type; local
601 if (!params.GetString("type", &log_type)) {
608 if (log_type == (*log)->type()) {
613 return Status(kUnknownError, "log type '" + log_type + "' not found");

Completed in 901 milliseconds