/external/ImageMagick/MagickCore/ |
D | compare.h | 42 } 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 *,
|
D | compare.c | 129 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/ |
D | SetupMetricsLoggingConstants.java | 31 @IntDef({MetricType.CUSTOM_EVENT, MetricType.COUNTER_EVENT, MetricType.DURATION_EVENT}) 32 @interface MetricType { annotation
|
/external/setupcompat/main/java/com/google/android/setupcompat/logging/ |
D | SetupMetricsLogger.java | 24 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/ |
D | SignalFxSessionAdaptorTest.java | 31 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()
|
D | SignalFxStatsExporterWorkerThreadTest.java | 32 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/ |
D | SignalFxSessionAdaptor.java | 25 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/ |
D | SetupCompatServiceInvoker.java | 26 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/ |
D | SkPDFMakeCIDGlyphWidthsArray.cpp | 26 enum MetricType { enum 31 MetricType fType; 95 AdvanceMetric::MetricType type) { in finish_range()
|
/external/skia/src/pdf/ |
D | SkPDFMakeCIDGlyphWidthsArray.cpp | 26 enum MetricType { enum 31 MetricType fType; 95 AdvanceMetric::MetricType type) { in finish_range()
|
/external/ImageMagick/MagickWand/ |
D | magick-image.h | 55 const MetricType), 165 MagickGetImageDistortion(MagickWand *,const MagickWand *,const MetricType, 341 *MagickCompareImages(MagickWand *,const MagickWand *,const MetricType, 357 *MagickSimilarityImage(MagickWand *,const MagickWand *,const MetricType,
|
D | compare.c | 287 MetricType in CompareImagesCommand() 862 metric=(MetricType) type; in CompareImagesCommand()
|
D | operation.c | 3859 MetricType in CLIListOperatorImages() 3874 metric=(MetricType) ParseCommandOption(MagickMetricOptions, in CLIListOperatorImages() 4489 MetricType in CLIListOperatorImages() 4505 metric=(MetricType) ParseCommandOption(MagickMetricOptions, in CLIListOperatorImages()
|
D | magick-image.c | 1856 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()
|
D | mogrify.c | 7911 MetricType in MogrifyImageList() 7929 metric=(MetricType) ParseCommandOption(MagickMetricOptions, in MogrifyImageList()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 756 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_,
|
D | Include.h | 833 using MagickCore::MetricType;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2461 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/ |
D | Magick.xs | 3359 MetricType in Compare() 3474 metric=(MetricType) option; in Compare()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 3356 MetricType 3471 metric=(MetricType) option;
|