Home
last modified time | relevance | path

Searched refs:HISTOGRAM (Results 1 – 11 of 11) sorted by relevance

/external/ImageMagick/coders/
Dhistogram.h27 MagickCoderExports(HISTOGRAM)
Dcoders-list.h74 AddMagickCoder(HISTOGRAM)
/external/libchrome/base/metrics/
Dhistogram_base.cc33 case HISTOGRAM: in HistogramTypeToString()
56 case HISTOGRAM: in DeserializeHistogramInfo()
Dhistogram_base.h37 HISTOGRAM, enumerator
Dhistogram.cc105 : Factory(name, HISTOGRAM, minimum, maximum, bucket_count, flags) {} in Factory()
477 return HISTOGRAM; in GetHistogramType()
Dpersistent_histogram_allocator.cc583 case HISTOGRAM: in CreateHistogram()
Dhistogram_unittest.cc591 EXPECT_EQ(HISTOGRAM, type); in TEST_P()
/external/opencensus-java/exporters/stats/prometheus/src/test/java/io/opencensus/exporter/stats/prometheus/
DPrometheusStatsCollectorTest.java108 Type.HISTOGRAM, in testCollect()
154 "view1", Type.HISTOGRAM, "View description", Collections.<Sample>emptyList())); in testDescribe()
DPrometheusExportUtilsTest.java135 assertThat(PrometheusExportUtils.getType(DISTRIBUTION, CUMULATIVE)).isEqualTo(Type.HISTOGRAM); in getType()
154 "view_3", Type.HISTOGRAM, DESCRIPTION, Collections.<Sample>emptyList())); in createDescribableMetricFamilySamples()
295 Type.HISTOGRAM, in createMetricFamilySamples()
/external/opencensus-java/exporters/stats/prometheus/src/main/java/io/opencensus/exporter/stats/prometheus/
DPrometheusExportUtils.java96 Functions.returnConstant(Type.HISTOGRAM);
286 if (!Type.HISTOGRAM.equals(type)) {
/external/libchrome/libchrome_tools/patch/
Dvirtual_destructor.patch6 : Factory(name, HISTOGRAM, minimum, maximum, bucket_count, flags) {}