Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/docs/html/training/performance/battery/network/
Daction-user-traffic.jd11 <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=
Daction-any-traffic.jd13 <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.
Danalyze-data.jd139 … <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/
Darray.cpp960 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 …]
Dprimitives.cpp80 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()
Dcontext.h183 fetcher_t fetch; member
Dlight.cpp312 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/
DREADME.txt10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the…
/frameworks/opt/setupwizard/library/
Dstandalone-rules.gradle17 // For standalone project clients, since the source may not be available, we fetch the
Drules.gradle44 // fetch the dependencies from maven. For example in standalone.gradle define
/frameworks/base/docs/html/training/location/
Ddisplay-address.jd11 <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/
Dindex.jd59 <dd>Learn how to fetch a list of nearby peer devices, create an access point
Dwifi-direct.jd15 <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/
Dconnecting.jd76 // fetch data
128 // Before attempting to fetch the URL, makes sure that there is a network connection.
Dmanaging.jd66 A common strategy for apps is to only fetch large data
/frameworks/base/docs/html/training/wearables/watch-faces/
Ddesigning.jd109 don't need to fetch weather updates every minute.</p>
/frameworks/base/docs/html/training/tv/start/
Dlayouts.jd267 <li>If you fetch images from the network, use {@link android.os.AsyncTask} to fetch and store
/frameworks/base/docs/html/training/id-auth/
Didentify.jd34 user's permission, you can use Account Manager to fetch the account names
/frameworks/base/docs/html/training/gestures/
Dmulti.jd103 // and fetch its position
Dscale.jd130 // Find the index of the active pointer and fetch its position
/frameworks/base/docs/html/
Dlegal.jd103 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/
Dbillions.jd97 <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/
DrsCpuIntrinsics_neon_Blur.S83 .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/
Ddatabases.jd219 defines the data you want to fetch, rather than the data to insert. The results of the query
/frameworks/base/docs/html/work/
Dmanaged-configurations.jd238 <strong>Note:</strong> For convenience, you can also fetch the current

12