Home
last modified time | relevance | path

Searched refs:histogram_allocator (Results 1 – 3 of 3) sorted by relevance

/external/cronet/components/metrics/
Dfile_metrics_provider_unittest.cc249 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in CreateMetricsFileWithHistograms() local
251 std::move(callback).Run(histogram_allocator.get()); in CreateMetricsFileWithHistograms()
253 WriteMetricsFileAtTime(file_path, histogram_allocator.get(), write_time); in CreateMetricsFileWithHistograms()
254 return histogram_allocator; in CreateMetricsFileWithHistograms()
313 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
340 WriteMetricsFileAtTime(metrics_file(), histogram_allocator.get(), in TEST_P()
353 WriteMetricsFileAtTime(metrics_file(), histogram_allocator.get(), in TEST_P()
369 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
393 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
433 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
[all …]
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc911 GlobalHistogramAllocator* histogram_allocator = Get(); in ReleaseForTesting() local
912 if (!histogram_allocator) in ReleaseForTesting()
915 histogram_allocator->memory_allocator(); in ReleaseForTesting()
927 return WrapUnique(histogram_allocator); in ReleaseForTesting()
/external/cronet/base/metrics/
Dpersistent_histogram_allocator.cc892 GlobalHistogramAllocator* histogram_allocator = Get(); in ReleaseForTesting() local
893 if (!histogram_allocator) in ReleaseForTesting()
896 histogram_allocator->memory_allocator(); in ReleaseForTesting()
908 return WrapUnique(histogram_allocator); in ReleaseForTesting()