HomeSort by relevance Sort by last modified time
    Searched refs:measured (Results 1 - 25 of 33) 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/ui/file_manager/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 175 MeasuredText measured = mMeasured; local
238 measured.setPara(source, paraStart, paraEnd, textDir);
239 char[] chs = measured.mChars;
240 float[] widths = measured.mWidths;
241 byte[] chdirs = measured.mLevels;
242 int dir = measured.mDir;
243 boolean easy = measured.mEasy;
277 measured.addStyleRun(paint, spanLen, fm);
285 measured.addStyleRun(paint, spans, spanLen, fm);
445 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
154 float[][] measured = new float[][] { local
160 assertEquals(expectedCount, p.breakText(textSlice, measureForwards, maxWidth, measured[0]));
161 assertEquals(expectedCount, p.breakText(textChars, start, count, maxWidth, measured[1]));
163 measured[2]));
165 for (int i = 0; i < measured.length; i++) {
166 assertEquals("i: " + i, expectedWidth, measured[i][0]);
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 166 Unlike case 1, thread timestamps of a thread are measured by its
  /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
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
content_editable_extractor.js 145 // This is the first character we've successfully measured on this
editable_text_area_shadow.js 129 // This is the first character we've successfully measured on this
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 823 float measured = 0; local
    [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/third_party/WebKit/Source/devtools/front_end/
MediaQueryInspector.js 305 // incorrect rendering, image size is hardcoded and label is measured without image.
  /external/chromium_org/v8/benchmarks/
base.js 46 // Benchmark results hold the benchmark and the measured time used to
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
navigation_list.js 222 * @param {ListItem=} opt_item The list item to be measured.
  /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/WebKit/Source/bindings/templates/
methods.cpp 397 {% if not method.overloads %}{# Overloaded methods are measured in overload_resolution_method() #}
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 396 statline {Pages in the whole file (measured)} $file_pgcnt

Completed in 1019 milliseconds

1 2