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

1 2

  /system/core/libutils/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...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
text_measure.js 16 * @param {HTMLElement} element Element that has styles of measured text. The
43 * @param {string} text Text that is measured the width.
  /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]);
  /external/chromium_org/v8/test/intl/overrides/
caching.js 58 // Non-cached time is much slower, measured to 12.5 times.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 35 of color buffer swaps, measured in video frame periods.
MESA_swap_frame_usage.spec 44 where td is the time measured from the last completed buffer swap (or
112 The frame usage is measured as the percentage of the swap period elapsed
  /external/mesa3d/docs/
MESA_swap_control.spec 35 of color buffer swaps, measured in video frame periods.
MESA_swap_frame_usage.spec 44 where td is the time measured from the last completed buffer swap (or
112 The frame usage is measured as the percentage of the swap period elapsed
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 708 SkScalar measured; local
710 SkFloatToScalar(maxWidth), &measured, tbd);
716 array[0] = SkScalarToFloat(measured);
    [all...]
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 10 * string "timeout" or "error". Load time is measured from the call to
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 47 // Benchmark results hold the benchmark and the measured time used to
deltablue.js 791 * measured for adding and removing this constraint, and extracting
831 * time is measured to change a variable on either side of the
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
navigation_list.js 192 * @param {ListItem=} opt_item The list item to be measured.
  /external/chromium_org/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/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/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 396 statline {Pages in the whole file (measured)} $file_pgcnt
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 345 * its length may be measured and the nav dots sized accordingly.

Completed in 3879 milliseconds

1 2