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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
TiesStrategy.java 29 * <li>AVERAGE - Tied values are assigned the average of the applicable ranks.
50 /** Ties get the average of applicable ranks */
51 AVERAGE,
NaturalRanking.java 37 * Defaults are {@link NaNStrategy#MAXIMAL} and {@link TiesStrategy#AVERAGE},
77 public static final TiesStrategy DEFAULT_TIES_STRATEGY = TiesStrategy.AVERAGE;
318 * The same array and trace with tiesStrategy AVERAGE will come out
335 case AVERAGE: // Replace ranks with average
  /external/netperf/doc/examples/
bloat.sh 56 DS:tps:GAUGE:$MAX_INTERVAL:U:U RRA:AVERAGE:0.5:1:$LENGTH
69 DS:mbps:GAUGE:$STREAM_MAX_INTERVAL:U:U RRA:AVERAGE:0.5:1:$STREAM_LENGTH
92 DEF:trans=netperf_rr.rrd:tps:AVERAGE \
95 DEF:mbps=netperf_stream.rrd:mbps:AVERAGE \
114 DEF:trans=netperf_rr.rrd:tps:AVERAGE \
117 DEF:mbps=netperf_stream.rrd:mbps:AVERAGE \
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskPreviewChainedJpeg.java 51 super(image, executor, imageTaskManager, ProcessingPriority.AVERAGE, captureSession,
TaskImageContainer.java 139 FAST, AVERAGE, SLOW
ImageBackend.java 168 * @param averageService Service where Tasks of AVERAGE Priority are placed.
680 case AVERAGE:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 39 double[] average, stddev; field in class:BuildResults
72 this.average[dim_id] = 0;
74 this.average[dim_id] += this.values[dim_id][i];
76 this.average[dim_id] /= vLength;
79 double deviation= this.average[dim_id] - this.values[dim_id][i];
298 return this.average[idx];
311 return this.average[this.defaultDimIndex];
408 this.average = new double[length];
415 this.average[i] = stream.readLong();
464 this.average = new double[length]
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h 1133 AVERAGE
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 451 public static final short AVERAGE = 1;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 454 public static final short AVERAGE = 1;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 451 public static final short AVERAGE = 1;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 451 public static final short AVERAGE = 1;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 256 { QCameraParameters::SELECTABLE_ZONE_AF_FRAME_AVERAGE, AVERAGE }
    [all...]

Completed in 1050 milliseconds