/frameworks/base/docs/html/sdk/ |
D | older_releases.jd | 41 <th>Platform</th> 42 <th>Package</th> 43 <th>Size</th> 44 <th>MD5 Checksum</th> 86 <th>Platform</th> 87 <th>Package</th> 88 <th>Size</th> 89 <th>MD5 Checksum</th> 131 <th>Platform</th> 132 <th>Package</th> [all …]
|
D | requirements.jd | 71 <th>Component type</th> 72 <th>Approximate size</th> 73 <th>Comments</th>
|
/frameworks/base/docs/html/resources/dashboard/ |
D | screens.jd | 34 div.dashboard-panel th { 67 <th></th> 68 <th scope="col">ldpi</th> 69 <th scope="col">mdpi</th> 70 <th scope="col">hdpi</th> 71 <th scope="col">xhdpi</th> 73 <tr><th scope="row">small</th> 79 <tr><th scope="row">normal</th> 85 <tr><th scope="row">large</th> 91 <tr><th scope="row">xlarge</th>
|
D | opengl.jd | 34 div.dashboard-panel th { 64 <th scope="col">OpenGL ES Version</th> 65 <th scope="col">Distribution</th> 68 <td>1.1</th> 72 <td>2.0</th>
|
D | platform-versions.jd | 34 div.dashboard-panel th { 59 <th>Platform</th> 60 <th>Codename</th> 61 <th>API Level</th> 62 <th>Distribution</th>
|
/frameworks/base/docs/html/guide/appendix/ |
D | media-formats.jd | 64 <th>Type</th> 65 <th>Format / Codec</th> 66 <th>Encoder</th> 67 <th>Decoder</th> 68 <th>Details</th> 69 <th>Supported File Type(s) / Container Formats</th> 270 <th> </th> 271 …<th style="background-color:#f3f3f3;font-weight:normal"><acronym title="Standard definition">SD</a… 272 …<th style="background-color:#f3f3f3;font-weight:normal"><acronym title="Standard definition">SD</a… 273 …<th style="background-color:#f3f3f3;font-weight:normal"><acronym title="High definition">HD</a> (N… [all …]
|
D | app-intents.jd | 10 <th scope="col">Scheme</th> 11 <th scope="col">Action<br /> 12 android.intent.action.<em>value</em></th> 13 <th scope="col">Description</th> 82 <tr><th>Parameter</th><th>Description</th></tr>
|
D | g-app-intents.jd | 17 <th scope="col">Target Application</th> 18 <th scope="col">Intent URI</th> 19 <th scope="col">Intent Action</th> 20 <th scope="col">Result</th>
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | MonkeyRunner.jd | 15 <th colspan="12" style="background-color: #E2E2E2">Methods</th> 170 <th>message</th> 176 <th>title</th> 182 <th>okTitle</th> 217 <th>message</th> 223 <th>choices</th> 230 <th> 232 </th> 274 <th>format</th> 317 <th>message</th> [all …]
|
D | MonkeyDevice.jd | 35 <th colspan="12" style="background-color: #E2E2E2">Constants</th> 70 <th colspan="12" style="background-color: #E2E2E2">Methods</th> 481 <th>uri</th> 488 <th>action</th> 495 <th>data</th> 502 <th>mimetype</th> 509 <th>categories</th> 518 <th>extras</th> 531 <th>component</th> 539 <th>flags</th> [all …]
|
D | MonkeyImage.jd | 26 <th colspan="12" style="background-color: #E2E2E2">Methods</th> 178 <th>format</th> 212 <th>x</th> 219 <th>y</th> 263 <th>x</th> 270 <th>y</th> 314 <th>rect</th> 366 <th>other</th> 372 <th> 374 </th> [all …]
|
D | android.jd | 45 <th width="15%">Action</th> 47 <th width="20%">Option</th> 49 <th width="30%">Description</th> 51 <th>Comments</th> 161 <th width="15%">Action</th> 163 <th width="20%">Option</th> 165 <th width="30%">Description</th> 167 <th>Comments</th>
|
D | etc1tool.jd | 16 <th>Option</th> 18 <th>Description</th>
|
D | dmtracedump.jd | 24 <th>Option</th> 26 <th>Description</th>
|
D | mksdcard.jd | 21 <th>Option</th> 23 <th>Description</th>
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | LaunchpadTabActivity.java | 36 TabHost th = getTabHost(); in onCreate() local 37 TabHost.TabSpec ts = th.newTabSpec("1"); in onCreate() 40 th.addTab(ts); in onCreate()
|
/frameworks/base/docs/html/resources/ |
D | community-more.jd | 13 <th>Channel</th><th>Host</th><th>Description</th>
|
/frameworks/base/docs/html/resources/tutorials/localization/ |
D | index.jd | 216 <th scope="col">The unlocalized application, running in any locale:</th> 217 <th scope="col">After clicking the flag, in any locale:</th> 237 <th scope="col" valign="bottom">Region /<br /> 238 Language</th> 239 <th scope="col">United Kingdom</th> 240 <th scope="col">Germany</th> 241 <th scope="col">France</th> 242 <th scope="col">Canada</th> 243 <th scope="col">Japan</th> 244 <th scope="col">United States</th> [all …]
|
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
D | accessorychat.c | 90 pthread_t th; in usb_device_added() local 139 pthread_create(&th, NULL, read_thread, (void *)ep1->bEndpointAddress); in usb_device_added() 140 pthread_create(&th, NULL, write_thread, (void *)ep2->bEndpointAddress); in usb_device_added() 142 pthread_create(&th, NULL, read_thread, (void *)ep2->bEndpointAddress); in usb_device_added() 143 pthread_create(&th, NULL, write_thread, (void *)ep1->bEndpointAddress); in usb_device_added()
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_action_bar.jd | 74 <th></th> 75 <th> 78 </th> 79 <th> 82 </th> 83 <th> 86 </th> 87 <th> 90 </th> 93 <th style="background-color:#f3f3f3;font-weight:normal"> [all …]
|
D | icon_design_launcher.jd | 188 <th></th> 189 <th> 192 </th> 193 <th> 196 </th> 197 <th> 200 </th> 201 <th> 204 </th> 207 <th style="background-color:#f3f3f3;font-weight:normal"> [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-configuration-element.jd | 86 <th>Value</th> 87 <th>Description</th> 113 <th>Value</th> 114 <th>Description</th> 148 <th>Value</th> 149 <th>Description</th>
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_reference.jd | 57 <th>Response Code</th> 58 <th>Value</th> 59 <th>Description</th> 126 <th>Key</th> 127 <th>Type</th> 128 <th>Possible Values</th> 129 <th>Required?</th> 130 <th>Description</th> 263 <th>Request Type</th> 264 <th>Keys Returned</th> [all …]
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 167 int th = 1 << (31 - __builtin_clz(h)); in initTexture() local 169 if (th < h) th <<= 1; in initTexture() 173 if (tw != w || th != h) { in initTexture() 174 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA, in initTexture() 179 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA, in initTexture() 185 if (tw != w || th != h) { in initTexture() 186 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB, in initTexture() 191 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB, in initTexture()
|
/frameworks/base/docs/html/guide/developing/testing/ |
D | testing_otheride.jd | 95 <th>Flag</th> 96 <th>Value</th> 97 <th>Description</th> 216 <th>Flag</th> 217 <th>Value</th> 218 <th>Description</th> 385 <th> 387 </th> 388 <th> 390 </th> [all …]
|