HomeSort by relevance Sort by last modified time
    Searched refs:MetricType (Results 1 - 20 of 20) sorted by null

  /external/ImageMagick/MagickCore/
compare.h 42 } MetricType;
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 *,
compare.c 95 % const MetricType metric,double *distortion,ExceptionInfo *exception)
131 const MetricType metric,double *distortion,ExceptionInfo *exception)
348 % const Image *reconstruct_image,const MetricType metric,
    [all...]
  /external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
SetupMetricsLoggingConstants.java 31 @IntDef({MetricType.CUSTOM_EVENT, MetricType.COUNTER_EVENT, MetricType.DURATION_EVENT})
32 @interface MetricType {
34 * MetricType constant used when logging {@link
39 * MetricType constant used when logging {@link com.google.android.setupcompat.logging.Timer}.
44 * MetricType constant used when logging counter value using {@link
50 /** MetricType constant used for internal logging purposes. */
66 * {@link MetricKey} of the data being logged. This will be set when {@code metricType} is
67 * either {@link MetricType#COUNTER_EVENT} or {@link MetricType#DURATION_EVENT}
    [all...]
  /external/setupcompat/main/java/com/google/android/setupcompat/logging/
SetupMetricsLogger.java 24 import com.google.android.setupcompat.logging.internal.SetupMetricsLoggingConstants.MetricType;
36 MetricType.CUSTOM_EVENT, MetricBundleConverter.createBundleForLogging(customEvent));
47 MetricType.COUNTER_EVENT,
71 MetricType.DURATION_EVENT,
  /external/setupcompat/main/java/com/google/android/setupcompat/internal/
SetupCompatServiceInvoker.java 26 import com.google.android.setupcompat.logging.internal.SetupMetricsLoggingConstants.MetricType;
44 public void logMetricEvent(@MetricType int metricType, Bundle args) {
46 loggingExecutor.execute(() -> invokeLogMetric(metricType, args));
48 Log.e(TAG, String.format("Metric of type %d dropped since queue is full.", metricType), e);
61 @MetricType int metricType, @SuppressWarnings("unused") Bundle args) {
67 setupCompatService.logMetric(metricType, args, Bundle.EMPTY);
  /external/opencensus-java/exporters/stats/signalfx/src/test/java/io/opencensus/exporter/stats/signalfx/
SignalFxSessionAdaptorTest.java 31 import com.signalfx.metrics.protobuf.SignalFxProtocolBuffers.MetricType;
85 MetricType.GAUGE,
89 MetricType.GAUGE,
93 MetricType.CUMULATIVE_COUNTER,
97 MetricType.CUMULATIVE_COUNTER,
114 MetricType.GAUGE,
118 MetricType.GAUGE,
254 assertEquals(MetricType.CUMULATIVE_COUNTER, dp.getMetricType());
295 assertEquals(MetricType.CUMULATIVE_COUNTER, dp.getMetricType());
SignalFxStatsExporterWorkerThreadTest.java 32 import com.signalfx.metrics.protobuf.SignalFxProtocolBuffers.MetricType;
142 .setMetricType(MetricType.GAUGE)
  /external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/
SignalFxSessionAdaptor.java 25 import com.signalfx.metrics.protobuf.SignalFxProtocolBuffers.MetricType;
69 MetricType metricType = getMetricTypeForAggregation(view.getAggregation(), view.getWindow());
70 if (metricType == null) {
80 .setMetricType(metricType)
90 static MetricType getMetricTypeForAggregation(
93 return MetricType.GAUGE;
96 return MetricType.CUMULATIVE_COUNTER;
  /external/skia/src/pdf/
SkPDFMakeCIDGlyphWidthsArray.cpp 26 enum MetricType {
31 MetricType fType;
95 AdvanceMetric::MetricType type) {
  /external/skqp/src/pdf/
SkPDFMakeCIDGlyphWidthsArray.cpp 26 enum MetricType {
31 MetricType fType;
95 AdvanceMetric::MetricType type) {
  /external/ImageMagick/MagickWand/
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,
compare.c 289 MetricType
864 metric=(MetricType) type;
    [all...]
operation.c     [all...]
magick-image.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
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);
    [all...]
Include.h 833 using MagickCore::MetricType;
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 1062 milliseconds