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

  /frameworks/base/media/mca/filterfw/native/core/
statistics.h 53 void Add(float measurement) {
54 value_ = n_++ ? gain_ * measurement + (1.0f - gain_) * value_ : measurement;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /external/icu4c/i18n/
ulocdata.c 193 UResourceBundle* measurement=NULL; local
202 measurement = ures_getByKeyWithFallback(bundle, MEASUREMENT_SYSTEM, NULL, status);
204 system = (UMeasurementSystem) ures_getInt(measurement, status);
207 ures_close(measurement);
  /external/stressapptest/src/
finelock_queue.cc 162 const char *measurement = "Error"; local
166 measurement = "Failed retrievals";
168 measurement = "Reads per page";
187 logprintf(12, "Log: %s histogram\n", measurement);
  /external/opencv/cv/src/
cvkalman.cpp 55 "state and measurement vectors must have positive number of dimensions" );
202 cvKalmanCorrect( CvKalman* kalman, const CvMat* measurement )
210 if( !kalman || !measurement )
227 CV_CALL( cvGEMM( kalman->measurement_matrix, kalman->state_pre, -1, measurement, 1, kalman->temp5 ));
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 71 Bundle measurement = (Bundle)readPrivateField("mPerfMeasurement", mPerfCollector); local
72 assertNotNull(measurement);
73 verifyTimingBundle(measurement, new ArrayList<String>());
138 Bundle measurement = (Bundle)readPrivateField("mPerfMeasurement", mPerfCollector); local
139 assertNotNull(measurement);
140 verifyTimingBundle(measurement, new ArrayList<String>());
  /external/ceres-solver/docs/
modeling.tex 83 for each measurement $k$.
123 In this example, there is usually an instance for each measurement of k.
197 residual for the erroneous measurement will result in the
200 measurement.
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 98 const char *measurement[] = {"disable", "enable"}; variable
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/v8/benchmarks/
base.js 34 // do the performance measurement. The optional setup and tearDown
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 493 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
  /external/opencv/cv/include/
cv.h 610 /* Updates Kalman filter by measurement
612 CVAPI(const CvMat*) cvKalmanCorrect( CvKalman* kalman, const CvMat* measurement );
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/blktrace/btt/doc/
btt.tex 213 A key measurement when making changes in the system (software \emph{or}
    [all...]

Completed in 524 milliseconds