/system/core/sh/ |
output.c | 266 * - Width and precision may be specified with any format except c. 267 * - An * may be given for the width or precision. 268 * - The obsolete practice of preceding the width with a zero to get 294 int width; 319 width = 0; 333 width = va_arg(ap, int); 337 width = 10 * width + digit_val(*f++); 419 if (width) { 424 pad = width - size [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Images_ThumbnailsTest.java | 160 String[] sizeProjection = new String[] { Thumbnails.WIDTH, Thumbnails.HEIGHT }; 165 assertTrue(c.getLong(c.getColumnIndex(Thumbnails.WIDTH)) >= Math.min(src.getWidth(), 240)); 172 assertEquals(50, c.getLong(c.getColumnIndex(Thumbnails.WIDTH))); 203 values.put(Thumbnails.WIDTH, 320); 219 assertEquals(320, c.getInt(c.getColumnIndex(Thumbnails.WIDTH))); 228 values.put(Thumbnails.WIDTH, 50);
|
/external/jsr305/javadoc/ |
overview-summary.html | 31 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 84 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 90 <TD WIDTH="20%"><B><A HREF="javax/annotation/package-summary.html">javax.annotation</A></B></TD> 94 <TD WIDTH="20%"><B><A HREF="javax/annotation/concurrent/package-summary.html">javax.annotation.concurrent</A></B></TD> 98 <TD WIDTH="20%"><B><A HREF="javax/annotation/meta/package-summary.html">javax.annotation.meta</A></B></TD> 110 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
/external/opencore/doc/oscl_html/ |
classOsclDoubleLink.html | 32 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 61 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 90 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 119 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 148 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 170 <table width="100%" cellpadding="2" cellspacing="0" border="0">
|
classPVSockBufRecv.html | 24 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 52 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 96 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 126 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 148 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 170 <table width="100%" cellpadding="2" cellspacing="0" border="0">
|
classSendToParam.html | 29 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 79 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 108 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 130 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 152 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 174 <table width="100%" cellpadding="2" cellspacing="0" border="0">
|
classTReadyQueLink.html | 30 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 59 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 81 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 103 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 125 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 147 <table width="100%" cellpadding="2" cellspacing="0" border="0">
|
oscl__socket__imp__pv_8h.html | 26 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 48 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 70 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 92 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 114 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 136 <table width="100%" cellpadding="2" cellspacing="0" border="0">
|
/external/opencore/doc/pv2way_html/ |
classPV2WayInitInfo.html | 38 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 67 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 99 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 121 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 143 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 165 <table width="100%" cellpadding="2" cellspacing="0" border="0">
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosvideo.c | 55 static SDL_Surface *RISCOS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 65 extern SDL_Surface *FULLSCREEN_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 71 extern SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 252 int width, int height, int bpp, Uint32 flags) 260 return FULLSCREEN_SetVideoMode(this, current, width, height, bpp, flags); 264 return WIMP_SetVideoMode(this, current, width, height, bpp, flags);
|
/external/skia/src/core/ |
SkBitmapProcState_matrix.h | 28 const unsigned maxX = s.fBitmap->width() - 1; 102 int maxX = s.fBitmap->width() - 1; 117 int maxX = s.fBitmap->width() - 1; 158 const unsigned maxX = s.fBitmap->width() - 1; 210 unsigned maxX = s.fBitmap->width() - 1; 227 unsigned maxX = s.fBitmap->width() - 1;
|
/external/webkit/WebCore/inspector/front-end/ |
MetricsSidebarPane.js | 132 var width = style.width.replace(/px$/, ""); 134 widthElement.textContent = width; 135 widthElement.addEventListener("dblclick", this.startEditing.bind(this, widthElement, "width", "width"), false); 146 var suffix = (name === "border" ? "-width" : "");
|
/external/webkit/WebCore/platform/image-decoders/ |
ImageDecoder.cpp | 179 int RGBA32Buffer::width() const function in class:WebCore::RGBA32Buffer 181 return m_size.width(); 236 int width = size().width(); local 238 int numPixels = height * width; 242 fillScaledValues(m_scaledColumns, scale, width);
|
/frameworks/base/core/java/android/widget/ |
RatingBar.java | 39 * will be shown when the layout width is set to wrap content (if another layout 40 * width is set, the results may be unpredictable). 158 * properly, it is recommended the layout width of this widget be wrap 170 // This causes the width to change, so re-layout 279 final int width = mSampleTile.getWidth() * mNumStars; local 280 setMeasuredDimension(resolveSize(width, widthMeasureSpec), mMeasuredHeight);
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.Manifest.permission.html | 81 <TABLE summary="Added Fields" WIDTH="100%"> 86 <TD VALIGN="TOP" WIDTH="25%"> 93 <TD VALIGN="TOP" WIDTH="25%"> 100 <TD VALIGN="TOP" WIDTH="25%"> 107 <TD VALIGN="TOP" WIDTH="25%"> 114 <TD VALIGN="TOP" WIDTH="25%">
|
android.R.style.html | 81 <TABLE summary="Added Fields" WIDTH="100%"> 86 <TD VALIGN="TOP" WIDTH="25%"> 93 <TD VALIGN="TOP" WIDTH="25%"> 100 <TD VALIGN="TOP" WIDTH="25%"> 107 <TD VALIGN="TOP" WIDTH="25%"> 114 <TD VALIGN="TOP" WIDTH="25%">
|
android.app.Activity.html | 80 <TABLE summary="Added Methods" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 92 <TD VALIGN="TOP" WIDTH="25%"> 99 <TD VALIGN="TOP" WIDTH="25%"> 106 <TD VALIGN="TOP" WIDTH="25%"> 113 <TD VALIGN="TOP" WIDTH="25%">
|
android.app.LauncherActivity.html | 80 <TABLE summary="Added Methods" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 92 <TD VALIGN="TOP" WIDTH="25%"> 102 <TABLE summary="Changed Methods" WIDTH="100%"> 107 <TD VALIGN="TOP" WIDTH="25%"> 111 <TD VALIGN="TOP" WIDTH="30%">
|
android.content.res.Resources.html | 80 <TABLE summary="Added Methods" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 92 <TD VALIGN="TOP" WIDTH="25%"> 99 <TD VALIGN="TOP" WIDTH="25%"> 106 <TD VALIGN="TOP" WIDTH="25%"> 113 <TD VALIGN="TOP" WIDTH="25%">
|
android.graphics.RectF.html | 81 <TABLE summary="Added Methods" WIDTH="100%"> 86 <TD VALIGN="TOP" WIDTH="25%"> 93 <TD VALIGN="TOP" WIDTH="25%"> 100 <TD VALIGN="TOP" WIDTH="25%"> 111 <TABLE summary="Added Fields" WIDTH="100%"> 116 <TD VALIGN="TOP" WIDTH="25%">
|
android.net.NetworkInfo.html | 79 <TABLE summary="Removed Constructors" WIDTH="100%"> 84 <TD VALIGN="TOP" WIDTH="25%"> 95 <TABLE summary="Added Methods" WIDTH="100%"> 100 <TD VALIGN="TOP" WIDTH="25%"> 107 <TD VALIGN="TOP" WIDTH="25%"> 114 <TD VALIGN="TOP" WIDTH="25%">
|
android.text.Annotation.html | 80 <TABLE summary="Added Constructors" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 96 <TABLE summary="Added Methods" WIDTH="100%"> 101 <TD VALIGN="TOP" WIDTH="25%"> 108 <TD VALIGN="TOP" WIDTH="25%"> 115 <TD VALIGN="TOP" WIDTH="25%">
|
android.text.style.AbsoluteSizeSpan.html | 80 <TABLE summary="Added Constructors" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 96 <TABLE summary="Added Methods" WIDTH="100%"> 101 <TD VALIGN="TOP" WIDTH="25%"> 108 <TD VALIGN="TOP" WIDTH="25%"> 115 <TD VALIGN="TOP" WIDTH="25%">
|
android.text.style.AlignmentSpan.Standard.html | 80 <TABLE summary="Added Constructors" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 96 <TABLE summary="Added Methods" WIDTH="100%"> 101 <TD VALIGN="TOP" WIDTH="25%"> 108 <TD VALIGN="TOP" WIDTH="25%"> 115 <TD VALIGN="TOP" WIDTH="25%">
|
android.text.style.BackgroundColorSpan.html | 80 <TABLE summary="Added Constructors" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 96 <TABLE summary="Added Methods" WIDTH="100%"> 101 <TD VALIGN="TOP" WIDTH="25%"> 108 <TD VALIGN="TOP" WIDTH="25%"> 115 <TD VALIGN="TOP" WIDTH="25%">
|