HomeSort by relevance Sort by last modified time
    Searched full:measure (Results 101 - 125 of 449) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bison/lib/
timevar.h 22 /* Timing variables are used to measure elapsed time in various
  /external/chromium/net/base/
transport_security_state.h 42 // measure. It implies:
  /external/iproute2/examples/
cbqinit.eth1 20 # maxburst measure allowed class burstiness (please,read S.Floyd and VJ papers)
  /external/kernel-headers/original/asm-x86/
smp_32.h 126 /* We don't mark CPUs online until __cpu_up(), so we need another measure */
  /external/libvpx/vpx/
vp8.h 62 * the best objective measure (using thet PSNR metric) set post_proc_flag
  /frameworks/base/tools/preload/
Root.java 74 // Only measure memory for classes in the boot
MemoryUsage.java 213 MemoryUsage measured = measure();
221 private MemoryUsage measure() { method in class:MemoryUsage.MeasureWithTimeout
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomIndicator.java 65 .measure(widthSpec, heightSpec);
HeadUpDisplay.java 165 mIndicatorBar.measure(
202 mPopupWindow.measure(
  /packages/apps/Camera/tests/src/com/android/camera/stress/
CameraStartUp.java 16 * Test cases to measure the camera and video recorder startup time.
  /cts/tests/tests/view/src/android/view/cts/
ViewStubTest.java 188 viewStub.measure(200, 300);
192 viewStub.measure(100, 200);
  /frameworks/base/core/java/android/widget/
ViewAnimator.java 73 // For compatibility, always measure children when undefined.
78 // For compatibility, default to measure children, but allow XML
TableRow.java 213 // because of the EXACTLY measure spec we use
221 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
308 child.measure(spec, spec);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java 158 measure(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); method
178 measure(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); method
  /external/chromium/third_party/icu/public/i18n/unicode/
fmtable.h 267 * object is a Measure, then the result of
269 * neither a numeric type nor a Measure, then 0 is returned and
293 * the object is a Measure, then the result of
295 * neither a numeric type nor a Measure, then 0 is returned and
318 * is kObject and the object is a Measure, then the result of
320 * neither a numeric type nor a Measure, then 0 is returned and
  /external/icu4c/i18n/unicode/
fmtable.h 287 * object is a Measure, then the result of
289 * neither a numeric type nor a Measure, then 0 is returned and
313 * the object is a Measure, then the result of
315 * neither a numeric type nor a Measure, then 0 is returned and
338 * is kObject and the object is a Measure, then the result of
340 * neither a numeric type nor a Measure, then 0 is returned and
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 338 column0.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
340 column1.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
342 column2.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
534 child0.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
537 child1.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
539 column12.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
541 child2.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
    [all...]
ListViewTest.java 996 listView.measure(measureSpec, measureSpec);
1003 listView.measure(measureSpec, measureSpec);
    [all...]
  /external/iproute2/man/man8/
tc-cbq-details.8 74 From the kernel's perspective, this is hard to measure, so CBQ instead
275 When CBQ needs to measure the average idle time, it does so using an
382 CBQ can measure how much bandwidth each class is using, which tc filters
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 109 * It should be apparent that in order to measure the real acceleration of
154 * All values are in micro-Tesla (uT) and measure the ambient magnetic field
158 * All values are in radians/second and measure the rate of rotation
  /hardware/libhardware/include/hardware/
sensors.h 159 * All values are in SI units (m/s^2) and measure the acceleration of the
186 * All values are in micro-Tesla (uT) and measure the ambient magnetic
194 * All values are in radians/second and measure the rate of rotation
  /packages/apps/Phone/src/com/android/phone/
InCallMenuView.java 304 child.measure(MeasureSpec.makeMeasureSpec((int) itemWidth, MeasureSpec.EXACTLY),
375 // Layout children according to positions set during the measure
469 * right, bottom from the measure pass).
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaBassBoostTest.java 217 // measure reference energy around 1kHz
223 // measure energy around 1kHz with band level at min
MediaVirtualizerTest.java 218 // measure reference energy around 1kHz
224 // measure energy around 1kHz with band level at min
  /cts/apps/CtsVerifier/jni/audioquality/
MeasureRms.cpp 78 // simply measure the RMS of the entire

Completed in 795 milliseconds

1 2 3 45 6 7 8 91011>>