Home
last modified time | relevance | path

Searched refs:MetricType (Results 1 – 20 of 20) sorted by relevance

/external/ImageMagick/MagickCore/
Dcompare.h42 } MetricType; typedef
45 *GetImageDistortions(Image *,const Image *,const MetricType,ExceptionInfo *);
48 *CompareImages(Image *,const Image *,const MetricType,double *,
50 *SimilarityImage(const Image *,const Image *,const MetricType,const double,
54 GetImageDistortion(Image *,const Image *,const MetricType,double *,
Dcompare.c129 const MetricType metric,double *distortion,ExceptionInfo *exception) in CompareImages()
1593 const Image *reconstruct_image,const MetricType metric,double *distortion, in GetImageDistortion()
1741 const Image *reconstruct_image,const MetricType metric, in GetImageDistortions()
2136 const MetricType metric,const ssize_t x_offset,const ssize_t y_offset, in GetSimilarityMetric()
2167 const MetricType metric,const double similarity_threshold, in SimilarityImage()
/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
DSetupMetricsLoggingConstants.java31 @IntDef({MetricType.CUSTOM_EVENT, MetricType.COUNTER_EVENT, MetricType.DURATION_EVENT})
32 @interface MetricType { annotation
/external/setupcompat/main/java/com/google/android/setupcompat/logging/
DSetupMetricsLogger.java24 import com.google.android.setupcompat.logging.internal.SetupMetricsLoggingConstants.MetricType;
36 MetricType.CUSTOM_EVENT, MetricBundleConverter.createBundleForLogging(customEvent)); in logCustomEvent()
47 MetricType.COUNTER_EVENT, in logCounter()
71 MetricType.DURATION_EVENT, in logDuration()
/external/opencensus-java/exporters/stats/signalfx/src/test/java/io/opencensus/exporter/stats/signalfx/
DSignalFxSessionAdaptorTest.java31 import com.signalfx.metrics.protobuf.SignalFxProtocolBuffers.MetricType;
85 MetricType.GAUGE, in checkMetricTypeFromAggregation()
89 MetricType.GAUGE, in checkMetricTypeFromAggregation()
93 MetricType.CUMULATIVE_COUNTER, in checkMetricTypeFromAggregation()
97 MetricType.CUMULATIVE_COUNTER, in checkMetricTypeFromAggregation()
114 MetricType.GAUGE, in checkMetricTypeFromAggregation()
118 MetricType.GAUGE, in checkMetricTypeFromAggregation()
254 assertEquals(MetricType.CUMULATIVE_COUNTER, dp.getMetricType()); in adaptViewIntoDatapoints()
295 assertEquals(MetricType.CUMULATIVE_COUNTER, dp.getMetricType()); in adaptViewWithEmptyTagValueIntoDatapoints()
DSignalFxStatsExporterWorkerThreadTest.java32 import com.signalfx.metrics.protobuf.SignalFxProtocolBuffers.MetricType;
142 .setMetricType(MetricType.GAUGE) in setsDatapointsFromViewOnSession()
/external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/
DSignalFxSessionAdaptor.java25 import com.signalfx.metrics.protobuf.SignalFxProtocolBuffers.MetricType;
69 MetricType metricType = getMetricTypeForAggregation(view.getAggregation(), view.getWindow()); in adapt()
90 static MetricType getMetricTypeForAggregation( in getMetricTypeForAggregation()
93 return MetricType.GAUGE; in getMetricTypeForAggregation()
96 return MetricType.CUMULATIVE_COUNTER; in getMetricTypeForAggregation()
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DSetupCompatServiceInvoker.java26 import com.google.android.setupcompat.logging.internal.SetupMetricsLoggingConstants.MetricType;
44 public void logMetricEvent(@MetricType int metricType, Bundle args) { in logMetricEvent()
61 @MetricType int metricType, @SuppressWarnings("unused") Bundle args) { in invokeLogMetric()
/external/skqp/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp26 enum MetricType { enum
31 MetricType fType;
95 AdvanceMetric::MetricType type) { in finish_range()
/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp26 enum MetricType { enum
31 MetricType fType;
95 AdvanceMetric::MetricType type) { in finish_range()
/external/ImageMagick/MagickWand/
Dmagick-image.h55 const MetricType),
165 MagickGetImageDistortion(MagickWand *,const MagickWand *,const MetricType,
341 *MagickCompareImages(MagickWand *,const MagickWand *,const MetricType,
357 *MagickSimilarityImage(MagickWand *,const MagickWand *,const MetricType,
Dcompare.c287 MetricType in CompareImagesCommand()
862 metric=(MetricType) type; in CompareImagesCommand()
Doperation.c3859 MetricType in CLIListOperatorImages()
3874 metric=(MetricType) ParseCommandOption(MagickMetricOptions, in CLIListOperatorImages()
4489 MetricType in CLIListOperatorImages()
4505 metric=(MetricType) ParseCommandOption(MagickMetricOptions, in CLIListOperatorImages()
Dmagick-image.c1856 const MagickWand *reference,const MetricType metric,double *distortion) in MagickCompareImages()
4630 const MagickWand *reference,const MetricType metric,double *distortion) in MagickGetImageDistortion()
4677 const MagickWand *reference,const MetricType metric) in MagickGetImageDistortions()
11078 const MagickWand *reference,const MetricType metric, in MagickSimilarityImage()
Dmogrify.c7911 MetricType in MogrifyImageList()
7929 metric=(MetricType) ParseCommandOption(MagickMetricOptions, in MogrifyImageList()
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h756 double compare(const Image &reference_,const MetricType metric_);
759 const MetricType metric_ );
763 Image compare(const Image &reference_,const MetricType metric_,
766 const MetricType metric_,double *distortion);
1389 Image subImageSearch(const Image &reference_,const MetricType metric_,
DInclude.h833 using MagickCore::MetricType;
/external/ImageMagick/Magick++/lib/
DImage.cpp2461 double Magick::Image::compare(const Image &reference_,const MetricType metric_) in compare()
2474 const Image &reference_,const MetricType metric_) in compareChannel()
2489 const MetricType metric_,double *distortion) in compare()
2505 const Image &reference_,const MetricType metric_,double *distortion) in compareChannel()
4586 const MetricType metric_,Geometry *offset_,double *similarityMetric_, in subImageSearch()
/external/ImageMagick/PerlMagick/
DMagick.xs3359 MetricType in Compare()
3474 metric=(MetricType) option; in Compare()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in3356 MetricType
3471 metric=(MetricType) option;