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

1 2 3 4 5 6 78 91011>>

  /external/tcpdump/
ieee802_11_radio.h 126 * Quality" in datasheets. (Is there a standard way to measure
  /external/webkit/WebCore/platform/graphics/android/
FontAndroid.cpp 220 //printf("--------- complext measure %d chars\n", run.to() - run.from());
  /external/webkit/WebKit/android/nav/
CachedNode.h 69 PREFERRED, // better overlap measure
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap.h 133 * Quality" in datasheets. (Is there a standard way to measure
  /frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java 196 * history. This gives the user a measure of privacy, if they do not wish for their recent
  /frameworks/base/docs/html/guide/topics/resources/
more-resources.jd 14 <dd>XML resource that carries a dimension value (with a unit of measure).</dd>
215 is specified with a number followed by a unit of measure.
216 For example: 10px, 2in, 5sp. The following units of measure are supported by Android:</p>
233 <dd>Pixels - corresponds to actual pixels on the screen. This unit of measure is not recommended because
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 63 *! 20-Oct-2002 map: Instrumented to measure performance on PROC_Load
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
tracebuf.c 83 /* Measure self-delay */
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomController.java 207 .measure(widthSpec, heightSpec);
  /packages/apps/Email/tests/src/com/android/exchange/
SyncManagerAccountTests.java 108 // Capture the baseline (account manager accounts) so we can measure the changes
  /packages/apps/Gallery3D/src/com/cooliris/media/
StringTexture.java 148 // we measure the textwidth
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 28 /* this small program is used to measure the performance of libjpeg decompression
test_zlib.c 28 /* this small program is used to measure the performance of zlib's inflate
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
tracebuf.c 83 /* Measure self-delay */
  /external/webkit/WebKit/android/jni/
PictureSet.cpp 317 MeasureStream measure; local
319 working->mPicture->serialize(&measure);
336 measure.mTotal);
  /frameworks/base/core/java/android/widget/
TableLayout.java 475 * @param widthMeasureSpec the measure constraint imposed by our parent
543 * @param widthMeasureSpec the width measure specification as indicated
581 // Column's widths are changed: force child table rows to re-measure.
RelativeLayout.java 546 * Measure a child. The child should have left, top, right and bottom information
550 * @param child Child to measure
566 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
581 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
585 * Get a measure spec that accounts for all of the constraints on this view.
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 418 child.measure(MeasureSpec.makeMeasureSpec((int) itemWidth, MeasureSpec.EXACTLY),
502 // Layout children according to positions set during the measure
806 * measure pass).
  /packages/apps/Camera/res/values/
strings.xml 299 <!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
300 <!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
301 <!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
  /packages/apps/Gallery/res/values/
strings.xml 328 <!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
330 <!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
332 <!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 528 Starting measure, beat and tick of the segment</li>
531 Ending measure, beat and tick of the segment</li>
620 Sets the starting measure, beat, and tick for the event</p>
623 Sets the ending measure, beat, and tick for the event, if applicable</p>
1094 to allow for completion of a musical figure beyond the end of measure that
    [all...]
  /frameworks/base/core/java/android/view/
View.java 332 * To measure its dimensions, a view takes into account its padding. The padding
352 * Layout is a two pass process: a measure pass and a layout pass. The measuring
353 * pass is implemented in {@link #measure(int, int)} and is a top-down traversal
355 * during the recursion. At the end of the measure pass, every view has stored
359 * using the sizes computed in the measure pass.
363 * When a view's measure() method returns, its {@link #getMeasuredWidth()} and
367 * that at the end of the measure pass, all parents accept all of their
368 * children's measurements. A parent view may call measure() more than once on
369 * its children. For example, the parent may measure each child once with
371 * measure() on them again with actual numbers if the sum of all the children'
8300 public final void measure(int widthMeasureSpec, int heightMeasureSpec) { method in class:View
    [all...]
  /external/netperf/
netsh.c 406 local_cpu_usage = 0;/* measure local cpu */
516 /* measure local cpu usage please. the user */
527 /* measure remote cpu usage please */
  /external/skia/include/core/
SkPaint.h 739 @param length Number of bytes of text to measure
751 @param length Number of bytes of text to measure
774 @param length Number of bytes of text to measure
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 769 // thread and, if so, uses it to roughly measure how long the
779 // to measure with. We measure from the time of violation
    [all...]

Completed in 724 milliseconds

1 2 3 4 5 6 78 91011>>