OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system_profile
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/metrics/
metrics_log_unittest.cc
28
#include "chrome/common/metrics/proto/
system_profile
.pb.h"
125
const metrics::SystemProfileProto&
system_profile
() const {
function in class:__anon5246::TestMetricsLog
126
return uma_proto().
system_profile
();
214
void CheckSystemProfile(const metrics::SystemProfileProto&
system_profile
) {
215
EXPECT_EQ(kInstallDateExpected,
system_profile
.install_date());
216
EXPECT_EQ(kEnabledDateExpected,
system_profile
.uma_enabled_date());
219
static_cast<size_t>(
system_profile
.field_trial_size()));
222
system_profile
.field_trial(i);
229
system_profile
.field_trial(i + arraysize(kFieldTrialIds));
234
EXPECT_EQ(kBrandForTesting,
system_profile
.brand_code())
390
const metrics::SystemProfileProto&
system_profile
= log.
system_profile
();
local
[
all
...]
metrics_log.cc
41
#include "chrome/common/metrics/proto/
system_profile
.pb.h"
255
SystemProfileProto*
system_profile
) {
259
system_profile
->add_field_trial();
523
return uma_proto()->
system_profile
().has_uma_enabled_date();
527
return uma_proto()->
system_profile
().stability().has_launch_count();
556
const SystemProfileProto&
system_profile
= uma_proto()->
system_profile
();
local
557
for (int i = 0; i <
system_profile
.plugin_size(); ++i) {
558
if (
system_profile
.plugin(i).name() == plugin_name) {
559
system_profile_plugin = &
system_profile
.plugin(i)
685
SystemProfileProto*
system_profile
= uma_proto()->mutable_
system_profile
();
local
701
SystemProfileProto*
system_profile
= uma_proto()->mutable_
system_profile
();
local
836
SystemProfileProto*
system_profile
= uma_proto()->mutable_
system_profile
();
local
1002
SystemProfileProto*
system_profile
= uma_proto()->mutable_
system_profile
();
local
[
all
...]
metrics_network_observer.h
11
#include "chrome/common/metrics/proto/
system_profile
.pb.h"
metrics_service_unittest.cc
269
EXPECT_EQ(1, uma_log.
system_profile
().stability().crash_count());
/external/chromium_org/chrome/common/metrics/proto/
chrome_user_metrics_extension.proto
16
import "
system_profile
.proto";
39
optional SystemProfileProto
system_profile
= 3;
/external/chromium_org/chrome/common/metrics/
metrics_log_base_unittest.cc
49
parsed.
system_profile
().build_timestamp());
52
parsed.
system_profile
().channel());
metrics_log_base.cc
17
#include "chrome/common/metrics/proto/
system_profile
.pb.h"
/external/chromium_org/chrome/
chrome_common.gypi
[
all
...]
Completed in 800 milliseconds