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

  /frameworks/native/libs/utils/tests/
Unicode_test.cpp 35 ssize_t measured; local
39 measured = utf8_to_utf16_length(str, 0);
40 EXPECT_EQ(0, measured)
45 ssize_t measured; local
50 measured = utf8_to_utf16_length(str, sizeof(str));
51 EXPECT_EQ(1, measured)
56 ssize_t measured; local
61 measured = utf8_to_utf16_length(str, sizeof(str));
62 EXPECT_EQ(1, measured)
67 ssize_t measured; local
78 ssize_t measured; local
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 172 MeasuredText measured = mMeasured; local
239 measured.setPara(source, paraStart, paraEnd, textDir);
240 char[] chs = measured.mChars;
241 float[] widths = measured.mWidths;
242 byte[] chdirs = measured.mLevels;
243 int dir = measured.mDir;
244 boolean easy = measured.mEasy;
273 measured.addStyleRun(paint, spanLen, fm);
281 measured.addStyleRun(paint, spans, spanLen, fm);
431 measured.setPos(here)
    [all...]
  /frameworks/base/tools/preload/
MemoryUsage.java 213 MemoryUsage measured = measure(); local
216 memoryUsage = measured;
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 76 float[] measured = new float[1]; local
130 float[][] measured = new float[][] { local
136 assertEquals(expectedCount, p.breakText(textSlice, measureForwards, maxWidth, measured[0]));
137 assertEquals(expectedCount, p.breakText(textChars, start, count, maxWidth, measured[1]));
139 measured[2]));
141 for (int i = 0; i < measured.length; i++) {
142 assertEquals("i: " + i, expectedWidth, measured[i][0]);
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 699 SkScalar measured; local
701 SkFloatToScalar(maxWidth), &measured, tbd);
707 array[0] = SkScalarToFloat(measured);
    [all...]
  /external/ceres-solver/docs/
bundleadjustment.tex 6 Given a set of measured image feature locations and correspondences, the goal of bundle adjustment is to find 3D point positions and camera parameters that minimize the reprojection error. This optimization problem is usually formulated as a non-linear least squares problem, where the error is the squared $L_2$ norm of the difference between the observed feature location and the projection of the corresponding 3D point on the image plane of the camera. Ceres has extensive support for solving bundle adjustment problems.
  /external/v8/benchmarks/
base.js 46 // Benchmark results hold the benchmark and the measured time used to
deltablue.js 788 * measured for adding and removing this constraint, and extracting
828 * time is measured to change a variable on either side of the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 782 * measured for adding and removing this constraint, and extracting
822 * time is measured to change a variable on either side of the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 782 * measured for adding and removing this constraint, and extracting
822 * time is measured to change a variable on either side of the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 782 * measured for adding and removing this constraint, and extracting
822 * time is measured to change a variable on either side of the
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/iproute2/doc/
ip-cref.tex 388 {\em qlen\/} is the default transmit queue length of the device measured
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 3988 milliseconds