/external/chromium/base/metrics/ |
D | histogram_unittest.cc | 21 Histogram* histogram(Histogram::FactoryGet( in TEST() 24 Histogram* histogram1(Histogram::FactoryGet( in TEST() 30 Histogram* linear_histogram(LinearHistogram::FactoryGet( in TEST() 33 Histogram* linear_histogram1(LinearHistogram::FactoryGet( in TEST() 44 Histogram* custom_histogram(CustomHistogram::FactoryGet( in TEST() 47 Histogram* custom_histogram1(CustomHistogram::FactoryGet( in TEST() 83 Histogram* histogram(Histogram::FactoryGet( in TEST() 89 Histogram* histogram1(Histogram::FactoryGet( in TEST() 96 Histogram* linear_histogram(LinearHistogram::FactoryGet( in TEST() 103 Histogram* linear_histogram1(LinearHistogram::FactoryGet( in TEST() [all …]
|
D | histogram.h | 79 counter = base::Histogram::FactoryGet(name, min, max, bucket_count, \ 115 counter = base::LinearHistogram::FactoryGet(name, 1, boundary_value, \ 124 counter = base::CustomHistogram::FactoryGet(name, custom_ranges, \ 217 counter = base::Histogram::FactoryGet(name, min, max, bucket_count, \ 235 counter = base::BooleanHistogram::FactoryGet(name, \ 244 counter = base::LinearHistogram::FactoryGet(name, 1, boundary_value, \ 253 counter = base::CustomHistogram::FactoryGet(name, custom_ranges, \ 376 static Histogram* FactoryGet(const std::string& name, 590 static Histogram* FactoryGet(const std::string& name, 642 static Histogram* FactoryGet(const std::string& name, Flags flags); [all …]
|
D | histogram.cc | 76 Histogram* Histogram::FactoryGet(const std::string& name, in FactoryGet() function in base::Histogram 112 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(), in FactoryTimeGet() 274 render_histogram = Histogram::FactoryGet( in DeserializeHistogramInfo() 277 render_histogram = LinearHistogram::FactoryGet( in DeserializeHistogramInfo() 280 render_histogram = BooleanHistogram::FactoryGet(histogram_name, flags); in DeserializeHistogramInfo() 773 Histogram* LinearHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::LinearHistogram 805 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(), in FactoryTimeGet() 874 Histogram* BooleanHistogram::FactoryGet(const std::string& name, Flags flags) { in FactoryGet() function in base::BooleanHistogram 906 Histogram* CustomHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::CustomHistogram
|
/external/chromium_org/base/metrics/ |
D | histogram_unittest.cc | 52 HistogramBase* histogram = Histogram::FactoryGet( in TEST_F() 56 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST_F() 63 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_F() 82 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_F() 104 Histogram::FactoryGet("Histogram", 1, 64, 8, HistogramBase::kNoFlags)); in TEST_F() 131 Histogram::FactoryGet("Histogram2", 1, 32, 15, HistogramBase::kNoFlags)); in TEST_F() 145 LinearHistogram::FactoryGet("Linear", 1, 7, 8, HistogramBase::kNoFlags)); in TEST_F() 159 LinearHistogram::FactoryGet("Linear2", 1, 6, 5, HistogramBase::kNoFlags)); in TEST_F() 183 CustomHistogram::FactoryGet("TestCustomHistogram1", custom_ranges, in TEST_F() 197 CustomHistogram::FactoryGet("TestCustomHistogram2", custom_ranges, in TEST_F() [all …]
|
D | statistics_recorder_unittest.cc | 144 HistogramBase* histogram1 = Histogram::FactoryGet( in TEST_F() 146 HistogramBase* histogram2 = Histogram::FactoryGet( in TEST_F() 155 Histogram::FactoryGet("TestHistogram1", 1, 1000, 10, Histogram::kNoFlags); in TEST_F() 156 Histogram::FactoryGet("TestHistogram2", 1, 1000, 10, Histogram::kNoFlags); in TEST_F() 157 Histogram::FactoryGet("TestHistogram3", 1, 1000, 10, Histogram::kNoFlags); in TEST_F() 179 HistogramBase* histogram = Histogram::FactoryGet( in TEST_F() 186 HistogramBase* histogram2 = Histogram::FactoryGet( in TEST_F() 194 histogram = LinearHistogram::FactoryGet( in TEST_F() 201 histogram = BooleanHistogram::FactoryGet( in TEST_F() 211 histogram = CustomHistogram::FactoryGet( in TEST_F() [all …]
|
D | histogram_base_unittest.cc | 39 HistogramBase* histogram = Histogram::FactoryGet( in TEST_F() 65 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_F() 88 HistogramBase* histogram = BooleanHistogram::FactoryGet( in TEST_F() 115 HistogramBase* histogram = CustomHistogram::FactoryGet( in TEST_F() 137 HistogramBase* histogram = SparseHistogram::FactoryGet( in TEST_F()
|
D | histogram.h | 190 base::Histogram::FactoryGet(name, min, max, bucket_count, \ 198 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags)) 208 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \ 218 base::CustomHistogram::FactoryGet(name, custom_ranges, \ 332 base::Histogram::FactoryGet(name, min, max, bucket_count, \ 346 base::BooleanHistogram::FactoryGet(name, \ 353 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \ 358 base::CustomHistogram::FactoryGet(name, custom_ranges, \ 388 static HistogramBase* FactoryGet(const std::string& name, 549 static HistogramBase* FactoryGet(const std::string& name, [all …]
|
D | histogram_delta_serialization.cc | 40 LinearHistogram::FactoryGet( in HistogramDeltaSerialization() 47 LinearHistogram::FactoryGet( in HistogramDeltaSerialization() 54 Histogram::FactoryGet( in HistogramDeltaSerialization()
|
D | histogram.cc | 87 HistogramBase* Histogram::FactoryGet(const string& name, in FactoryGet() function in base::Histogram 122 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(), in FactoryTimeGet() 357 HistogramBase* histogram = Histogram::FactoryGet( in DeserializeInfoImpl() 516 HistogramBase* LinearHistogram::FactoryGet(const string& name, in FactoryGet() function in base::LinearHistogram 530 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(), in FactoryTimeGet() 635 HistogramBase* histogram = LinearHistogram::FactoryGet( in DeserializeInfoImpl() 648 HistogramBase* BooleanHistogram::FactoryGet(const string& name, int32 flags) { in FactoryGet() function in base::BooleanHistogram 690 HistogramBase* histogram = BooleanHistogram::FactoryGet( in DeserializeInfoImpl() 703 HistogramBase* CustomHistogram::FactoryGet(const string& name, in FactoryGet() function in base::CustomHistogram 793 HistogramBase* histogram = CustomHistogram::FactoryGet( in DeserializeInfoImpl()
|
D | sparse_histogram.h | 26 base::SparseHistogram::FactoryGet(name, flag)); \ 61 static HistogramBase* FactoryGet(const std::string& name, int32 flags);
|
D | sparse_histogram.cc | 22 HistogramBase* SparseHistogram::FactoryGet(const string& name, int32 flags) { in FactoryGet() function in base::SparseHistogram 101 return SparseHistogram::FactoryGet(histogram_name, flags); in DeserializeInfoImpl()
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
D | uma_policy_browsertest.cc | 84 base::HistogramBase* google_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F() 92 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F() 129 base::HistogramBase* google_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F() 158 base::HistogramBase* google_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F() 188 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F() 270 base::HistogramBase* google_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F() 277 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F() 287 base::HistogramBase* google_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F() 294 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/browser/indexed_db/leveldb/ |
D | leveldb_database.cc | 152 base::Histogram::FactoryGet( in CheckFreeSpace() 165 base::Histogram::FactoryGet(name, in CheckFreeSpace() 184 base::LinearHistogram::FactoryGet( in ParseAndHistogramIOErrorDetails() 197 base::LinearHistogram::FactoryGet( in ParseAndHistogramIOErrorDetails() 206 base::LinearHistogram::FactoryGet( in ParseAndHistogramIOErrorDetails() 223 base::LinearHistogram::FactoryGet( in ParseAndHistogramCorruptionDetails() 251 base::Histogram::FactoryGet(histogram_name, in HistogramLevelDBError()
|
/external/chromium_org/net/socket/ |
D | client_socket_pool_histograms.cc | 26 socket_type_ = LinearHistogram::FactoryGet("Net.SocketType_" + pool_name, 1, in ClientSocketPoolHistograms() 48 error_code_ = CustomHistogram::FactoryGet( in ClientSocketPoolHistograms()
|
/external/chromium_org/chrome/browser/password_manager/ |
D | password_manager_metrics_util.cc | 93 base::LinearHistogram::FactoryGet( in LogUMAHistogramEnumeration() 105 base::BooleanHistogram::FactoryGet( in LogUMAHistogramBoolean()
|
/external/chromium_org/content/renderer/pepper/ |
D | ppb_uma_private_impl.cc | 57 base::Histogram::FactoryGet( in HistogramCustomCounts() 75 base::LinearHistogram::FactoryGet( in HistogramEnumeration()
|
/external/chromium/net/disk_cache/ |
D | histogram_macros.h | 27 counter = base::Histogram::FactoryGet( \ 59 counter = base::LinearHistogram::FactoryGet( \
|
/external/chromium_org/net/disk_cache/ |
D | histogram_macros.h | 26 counter = base::Histogram::FactoryGet( \ 58 counter = base::LinearHistogram::FactoryGet( \
|
D | stats_histogram.h | 41 static StatsHistogram* FactoryGet(const std::string& name,
|
/external/chromium_org/components/policy/core/common/ |
D | policy_load_status.cc | 20 : histogram_(base::LinearHistogram::FactoryGet( in PolicyLoadStatusSample()
|
/external/chromium_org/chrome/browser/chromeos/ |
D | external_metrics.cc | 182 base::HistogramBase* counter = base::Histogram::FactoryGet( in RecordHistogram() 203 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( in RecordLinearHistogram() 219 base::HistogramBase* counter = base::SparseHistogram::FactoryGet( in RecordSparseHistogram()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_metrics_module.cc | 80 counter = LinearHistogram::FactoryGet(full_name, in RecordValue() 86 counter = Histogram::FactoryGet(full_name, in RecordValue()
|
/external/chromium_org/chrome/browser/importer/ |
D | importer_uma.cc | 61 base::LinearHistogram::FactoryGet( in LogImporterUseToMetrics()
|
/external/chromium/chrome/browser/chromeos/ |
D | external_metrics.cc | 89 base::Histogram* counter = base::Histogram::FactoryGet( in RecordHistogram() 104 base::Histogram* counter = base::LinearHistogram::FactoryGet( in RecordLinearHistogram()
|
/external/chromium_org/content/browser/loader/ |
D | buffered_resource_handler.cc | 43 nosniff_usage = base::BooleanHistogram::FactoryGet( in RecordSnifferMetrics() 50 nosniff_otherwise = base::BooleanHistogram::FactoryGet( in RecordSnifferMetrics() 56 nosniff_empty_mime_type = base::BooleanHistogram::FactoryGet( in RecordSnifferMetrics()
|