Searched refs:prefetch (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 18 <li><a href="#PrefetchData">Efficiently prefetch data</a></li> 82 …efetching doesn't delay application startup while the app waits for the prefetch to complete. In p… 84 …prefetch depends on the size of the data being downloaded and the likelihood of it being used. As … 86 <p>Generally speaking, it's good practice to prefetch data such that you will only need to initiate… 96 <p>You could choose to prefetch an entire album, however should the user stop listening after the f… 106 <p>A better approach would be to prefetch a reasonable amount of data at startup, beginning with t… 108 <p>Another alternative is to prefetch every headline, thumbnail, article text, and possibly even fu…
|
D | connectivity_patterns.jd | 42 <p>At the same time, the higher bandwidth means you can prefetch more aggressively, downloading mor… 44 …ffect of your prefetching on the available local storage and flush your prefetch cache regularly.<…
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_Blur.S | 1175 .macro prefetch step=1, max_r=25 macro 1367 prefetch step=1, max_r=\r 1389 prefetch step=4, max_r=\r
|
D | rsCpuIntrinsics_advsimd_Blur.S | 1175 .macro prefetch step=1, max_r=25 macro 1357 prefetch step=1, max_r=\r 1379 prefetch step=4, max_r=\r
|