Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/metrics/
H A Dfile_metrics_provider_unittest.cc276 base::GlobalHistogramAllocator* histogram_allocator = in CreateMetricsFileWithHistograms() local
278 std::move(callback).Run(histogram_allocator); in CreateMetricsFileWithHistograms()
280 WriteMetricsFileAtTime(file_path, histogram_allocator, write_time); in CreateMetricsFileWithHistograms()
281 return histogram_allocator; in CreateMetricsFileWithHistograms()
337 base::GlobalHistogramAllocator* histogram_allocator = in TEST_P() local
364 WriteMetricsFileAtTime(metrics_file(), histogram_allocator, metrics_time); in TEST_P()
376 WriteMetricsFileAtTime(metrics_file(), histogram_allocator, metrics_time); in TEST_P()
1129 base::GlobalHistogramAllocator* histogram_allocator = in TEST_P() local
1131 WriteMetricsFileAtTime(metrics_file(), histogram_allocator, in TEST_P()
1178 base::GlobalHistogramAllocator* histogram_allocator = in TEST_P() local
[all …]
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_allocator_fuzzer.cc35 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in LLVMFuzzerTestOneInput() local
40 histogram_allocator.get()); in LLVMFuzzerTestOneInput()
46 histogram_allocator->MergeHistogramDeltaToStatisticsRecorder( in LLVMFuzzerTestOneInput()
H A Dpersistent_histogram_allocator.cc991 GlobalHistogramAllocator* histogram_allocator = Get(); in ReleaseForTesting() local
992 if (!histogram_allocator) in ReleaseForTesting()
995 histogram_allocator->memory_allocator(); in ReleaseForTesting()
1007 ANNOTATE_LEAKING_OBJECT_PTR(histogram_allocator); in ReleaseForTesting()
1008 return histogram_allocator; in ReleaseForTesting()
/aosp_15_r20/external/libchrome/base/metrics/
H A 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()