/frameworks/base/docs/html/training/performance/battery/network/ |
D | action-user-traffic.jd | 11 <li><a href="#pre-fetch-data">Pre-fetch Network Data</a> 33 <h2 id="pre-fetch-data">Pre-fetch Network Data</h2> 62 that incrementally downloads article content as a user views it might be able to pre-fetch one or 68 use it, and how much data to pre-fetch. For more details, see <a href=
|
D | action-any-traffic.jd | 13 <li><a href="#pre-fetch">Optimize Pre-Fetch Cache Size</a></li> 88 <h2 id="pre-fetch">Optimize Pre-Fetch Cache Size</h2> 91 Optimize pre-fetch cache size based on local file system size and current network connectivity.
|
D | analyze-data.jd | 139 … <a href="{@docRoot}training/performance/battery/network/action-user-traffic.html#pre-fetch-data"> 140 Pre-fetch Network Data</a> - When the user performs an action in your app, the app
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 960 c->arrays.vertex.fetch(c, v->obj.v, vp); in compileElement__generic() 977 c->arrays.vertex.fetch(c, v->obj.v, vp); in compileElements__generic() 1154 am.vertex.fetch = fetchNop; in validate_arrays() 1155 am.normal.fetch = currentNormal; in validate_arrays() 1156 am.color.fetch = currentColor; in validate_arrays() 1161 am.vertex.fetch = vertex_fct[am.vertex.size-2][am.vertex.type & 0xF]; in validate_arrays() 1168 am.normal.fetch = normal_fct[am.normal.size-3][am.normal.type & 0xF]; in validate_arrays() 1176 am.color.fetch = color_fct[am.color.size-3][am.color.type & 0xF]; in validate_arrays() 1180 am.color.fetch = color_clamp_fct[am.color.size-3][am.color.type & 0xF]; in validate_arrays() 1187 am.texture[i].fetch = currentTexCoord; in validate_arrays() [all …]
|
D | primitives.cpp | 80 c->arrays.color.fetch(c, v0->color.v, cp); in lightTriangleDarkSmooth() 86 c->arrays.color.fetch(c, v1->color.v, cp); in lightTriangleDarkSmooth() 92 c->arrays.color.fetch(c, v2->color.v, cp); in lightTriangleDarkSmooth() 103 c->arrays.color.fetch(c, v2->color.v, cp); in lightTriangleDarkFlat() 139 c->arrays.color.fetch(c, v->color.v, cp); in lightVertexDarkSmoothFog() 412 texcoordArray[i].fetch(c, coords.v, tp); in fetch_texcoord_impl() 471 c->arrays.color.fetch(c, v->color.v, cp); in primitive_point()
|
D | context.h | 183 fetcher_t fetch; member
|
D | light.cpp | 312 c->arrays.color.fetch(c, v->color.v, cp); in lightVertexMaterial() 356 c->arrays.normal.fetch(c, n.v, in lightVertex()
|
/frameworks/base/samples/training/network-usage/ |
D | README.txt | 10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the…
|
/frameworks/opt/setupwizard/library/ |
D | standalone-rules.gradle | 17 // For standalone project clients, since the source may not be available, we fetch the
|
D | rules.gradle | 44 // fetch the dependencies from maven. For example in standalone.gradle define
|
/frameworks/base/docs/html/training/location/ |
D | display-address.jd | 11 <li><a href="#fetch-address">Define an Intent Service to Fetch the 89 <h2 id="fetch-address">Define an Intent Service to Fetch the Address</h2> 114 android.location.Geocoder} to fetch the address for the location, and sends 374 // Only start the service to fetch the address if GoogleApiClient is 381 // launch the service to fetch the address. As far as the user is
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | index.jd | 59 <dd>Learn how to fetch a list of nearby peer devices, create an access point
|
D | wifi-direct.jd | 15 <li><a href="#fetch">Fetch the List of Peers</a></li> 219 <h2 id="fetch">Fetch the List of Peers</h2>
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | connecting.jd | 76 // fetch data 128 // Before attempting to fetch the URL, makes sure that there is a network connection.
|
D | managing.jd | 66 A common strategy for apps is to only fetch large data
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | designing.jd | 109 don't need to fetch weather updates every minute.</p>
|
/frameworks/base/docs/html/training/tv/start/ |
D | layouts.jd | 267 <li>If you fetch images from the network, use {@link android.os.AsyncTask} to fetch and store
|
/frameworks/base/docs/html/training/id-auth/ |
D | identify.jd | 34 user's permission, you can use Account Manager to fetch the account names
|
/frameworks/base/docs/html/training/gestures/ |
D | multi.jd | 103 // and fetch its position
|
D | scale.jd | 130 // Find the index of the active pointer and fetch its position
|
/frameworks/base/docs/html/ |
D | legal.jd | 103 fetch updated app or user data. Before you can sign up for Android Cloud to Device Messaging, you
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | billions.jd | 97 <li>Your app should not have to fetch any image more than once. Image 101 fetch the image, cache it, and provide hooks into your Views to show 149 <li>An offline-first architecture initially tries to fetch data from local 246 experience standpoint, this might mean that news reader apps only fetch 247 three articles at a time on 2G but fetch twenty articles at a time on
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_Blur.S | 83 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=r12 /*{{{*/ macro 1153 fetch 1616 fetch max_r=\max_r, labelc=\labelc, labelnc=\labelnc, reg=r8
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 219 defines the data you want to fetch, rather than the data to insert. The results of the query
|
/frameworks/base/docs/html/work/ |
D | managed-configurations.jd | 238 <strong>Note:</strong> For convenience, you can also fetch the current
|