/frameworks/rs/scriptc/ |
D | rs_program.rsh | 29 * Get program store depth function 31 * @param ps program store to query 37 * Get program store depth mask 39 * @param ps program store to query 44 * Get program store red component color mask 46 * @param ps program store to query 52 * Get program store green component color mask 54 * @param ps program store to query 60 * Get program store blur component color mask 62 * @param ps program store to query [all …]
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 13 ; a char or uchar load/store is special as it can alias with about everything. 25 ; does not alias with a load/store accessing something not part of a RenderScript 35 store i8 %val, i8* %1, align 1, !tbaa !21 50 store <2 x i8> %3, <2 x i8>* %2, align 2, !tbaa !26 67 store <4 x i8> %3, <4 x i8>* %4, align 4, !tbaa !27 83 store <4 x i8> %val, <4 x i8>* %2, align 4, !tbaa !24 97 store i8 %val, i8* %1, align 1, !tbaa !25 112 store <2 x i8> %3, <2 x i8>* %2, align 2, !tbaa !26 129 store <4 x i8> %3, <4 x i8>* %4, align 4, !tbaa !27 145 store <4 x i8> %val, <4 x i8>* %2, align 4, !tbaa !28 [all …]
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 11 ; a char or uchar load/store is special as it can alias with about everything. 23 ; does not alias with a load/store accessing something not part of a RenderScript 33 store i8 %val, i8* %1, align 1, !tbaa !21 47 store <2 x i8> %val, <2 x i8>* %2, align 2, !tbaa !22 63 store <4 x i8> %2, <4 x i8>* %3, align 4, !tbaa !23 79 store <4 x i8> %val, <4 x i8>* %2, align 4, !tbaa !24 93 store i8 %val, i8* %1, align 1, !tbaa !25 107 store <2 x i8> %val, <2 x i8>* %2, align 2, !tbaa !26 123 store <4 x i8> %2, <4 x i8>* %3, align 4, !tbaa !27 139 store <4 x i8> %val, <4 x i8>* %2, align 4, !tbaa !28 [all …]
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | linking.jd | 49 <pre>http://play.google.com/store/apps/details?id=<package_name></pre> 59 …ode><a href="http://play.google.com/store/apps/details?id=com.google.android.apps.maps">http://pla… 77 <pre>http://play.google.com/store/search?q=pub:<publisher_name></pre> 87 …t:1em;"><code><a href="http://play.google.com/store/search?q=pub:Google Inc.">http://play.google.c… 105 <pre>http://play.google.com/store/search?q=<search_query>&c=apps</pre> 115 …eft:1em;"><code><a href="http://play.google.com/store/search?q=maps&c=apps">http://play.google.com… 131 <pre>http://play.google.com/store/apps/collection/<collection_name></pre> 141 …em;"><code><a href="http://play.google.com/store/apps/collection/editors_choice">http://play.googl… 204 <td><code>http://play.google.com/store/apps/details?id=<package_name></code> 209 <td><nobr><code>http://play.google.com/store/search?q=pub:<publisher_name></code></nobr></td> [all …]
|
D | brand.jd | 106 Play™ store app." 123 <h4>Google Play store icon</h4> 125 <p>You may use the Google Play store icon, but you may not modify it.</p> 127 <p>As mentioned above, when referring to the Google Play store app in copy, use the full name: 128 "Google Play store." However, when labeling the Google Play store icon directly, it's OK to use 165 … <span style="margin-left:1em;">http://play.google.com/store/search?q=<em>publisherName</em></span> 168 …<span style="margin-left:1em;">http://play.google.com/store/apps/details?id=<em>packageName</em></…
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | scale_sig_neon.s | 64 VST1.S16 {Q8, Q9}, [r0]! @store 16 Word16 x[] 84 VST1.S16 {Q8, Q9}, [r0]! @store 16 Word16 x[] 99 VST1.S16 {Q8, Q9}, [r0]! @store 16 Word16 x[] 113 VST1.S16 {Q8, Q9}, [r0]! @store 16 Word16 x[] 127 VST1.S16 {Q8, Q9}, [r0]! @store 16 Word16 x[]
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 23 <li style="margin:0"><a href="#ss_ll">Store/store and load/load</a></li> 24 <li style="margin:0"><a href="#ls_sl">Load/store and store/load</a></li> 204 <p>To get into a situation where we see B=5 before we see the store to A, either 216 stores, it does not guarantee that a store followed by a load will be observed 246 SMP, the store to A and the load from B in thread 1 can be “observed” in a 295 continue executing instructions past the one that did the store, possibly 313 either way it won’t see the store performed by core 1. (“A” could be in core 320 performance penalty on every store operation. Relaxing the rules for the 328 store #1 to <strong>finish</strong> being published before it can start on store 347 is meant by “observing” a load or store. Suppose core 1 executes “A = 1”. The [all …]
|
D | keystore.jd | 22 href="http://android-developers.blogspot.com/2012/03/unifying-key-store-access-in-ics.html"> 29 <p>The Android Keystore system lets you store private keys 51 <p>Use the Android Keystore provider to let an individual app store its own
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | index.jd | 13 href="http://android-developers.blogspot.com/2012/03/unifying-key-store-access-in-ics.html"> 17 store functionality.</p>
|
/frameworks/rs/ |
D | rsProgramStore.cpp | 54 mRSC->mHal.funcs.store.destroy(mRSC, this); in ~ProgramStore() 63 rsc->mHal.funcs.store.setActive(rsc, this); in setup() 74 mRSC->mHal.funcs.store.init(mRSC, this); in init()
|
/frameworks/base/tools/aapt/ |
D | ResourceIdCache.h | 20 static uint32_t store(const String16& package,
|
D | ResourceIdCache.cpp | 86 uint32_t ResourceIdCache::store(const android::String16& package, in store() function in android::ResourceIdCache
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_Blur.S | 1122 .macro prefetch_out qa, qb, store, qsa, qsb, qsb_hi 1123 .if \store > 0 1130 .elseif \store == 0 1138 .macro prefetch_one qa, qb, rem, c, store=0, step=1 argument 1143 prefetch_out \qa, \qb, \store, q9, q9, d19 1147 prefetch_out \qa, \qb, \store, q10, q11, d23 1151 prefetch_out \qa, \qb, \store, q10, q11, d23 1154 prefetch_out \qa, \qb, \store, q12, q12, d25 1237 prefetch_one xx, xx, 192, c=\max_r, step=\step, store=1 1238 prefetch_one xx, xx, 176, c=\max_r, step=\step, store=1 [all …]
|
D | rsCpuIntrinsics_advsimd_Blur.S | 1120 .macro prefetch_out qa, qb, store, qsa, qsb, qsb_hi 1121 .if \store == 2 1128 .elseif \store == 1 1132 .elseif \store == 0 1138 .macro prefetch_one qa, qb, rem, c, store=0, step=1 argument 1143 prefetch_out \qa, \qb, \store, v9.16b, v9.16b, v9.d[1] 1147 prefetch_out \qa, \qb, \store, v10.16b, v11.16b, v11.d[1] 1151 prefetch_out \qa, \qb, \store, v10.16b, v11.16b, v11.d[1] 1154 prefetch_out \qa, \qb, \store, v12.16b, v12.16b, v12.d[1] 1241 prefetch_one xx, xx, 192, c=\max_r, step=\step, store=2 [all …]
|
/frameworks/base/docs/html/distribute/stories/ |
D | tablets.jd | 44 …<li><a href="http://play.google.com/store/apps/details?id=com.rememberthemilk.MobileRTM">Remember … 57 <a href="http://play.google.com/store/apps/details?id=com.rememberthemilk.MobileRTM"> 68 …a redesign for their <a href="http://play.google.com/store/apps/details?id=com.rememberthemilk.Mob… 127 …<li><a href="http://play.google.com/store/apps/details?id=com.mint">Mint.com Personal Finance</a> … 140 <a href="http://play.google.com/store/apps/details?id=com.mint"> 217 …<li><a href="http://play.google.com/store/apps/details?id=com.tinyco.village">Tiny Village</a> by … 230 <a href="http://play.google.com/store/apps/details?id=com.tinyco.village"> 309 …<li><a href="http://play.google.com/store/apps/details?id=com.instapaper.android">Instapaper</a> b… 320 <a href="http://play.google.com/store/apps/details?id=com.instapaper.android">
|
D | localization.jd | 56 …<li><a href="https://play.google.com/store/apps/details?id=com.rvappstudios.zombieragdoll">Zombie … 68 <a href="https://play.google.com/store/apps/details?id=com.rvappstudios.zombieragdoll"> 166 <li><a href="https://play.google.com/store/apps/details?id=com.unearby.sayhi">SayHi Chat, 180 <a href="https://play.google.com/store/apps/details?id=com.unearby.sayhi"> 253 …<li><a href="https://play.google.com/store/apps/details?id=org.games4all.android.games.indianrummy… 265 <a href="https://play.google.com/store/apps/details?id=com.rvappstudios.zombieragdoll">
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | about.jd | 26 Google Play is the premier store for distributing Android apps. When you 78 and games for promotion in the store. 207 attention of users and setting the tone for app quality throughout the store. 328 Your app’s Google Play storefront is its <em>store listing page</em>: a rich 334 Your store listing is where your users come to find out everything about your 336 listings, and collections, one tap takes them directly to your store listing. 348 other products, and more. It also makes sure your store listing page looks
|
D | index.jd | 8 The premier store for distributing Android apps and games, with global reach
|
D | developer-console.jd | 90 Developer name — displayed on your store listing page and elsewhere 104 Web site URL — displayed on your store listing page. 161 <h2 id="store-listing-details"> 177 version, and more. You can update your store listing at any time. 195 publish it, at which time Google Play makes your store listing page and app 196 available to users—your app appears in the store listings within hours, 478 When users visit the store, Google Play makes sure that they are in one of 491 your store listing</a>, including app details and description, promotional
|
/frameworks/base/docs/html/distribute/tools/ |
D | launch-checklist.jd | 537 Localizing your apps’ store listing details on Google Play. 544 accompany your store listing. 556 To localize your store listing, first create and finalize your app title, 578 listing details for later, when you upload assets and configure the store 601 on your store listing page, search results, and elsewhere. These graphic 602 assets are key parts of a successful store listing page that attracts and 614 be also be displayed to users on your store listing page. 621 visits your app's store listing, Google Play displays the promotional 723 users are added, they access your app's store listing and install the app. 732 store listing to ensure a great experience for users. [all …]
|
/frameworks/base/docs/html/distribute/ |
D | index.jd | 6 page.metaDescription=The most visited store in the world for Android apps. Cloud-connected and alwa…
|
/frameworks/base/docs/html/guide/topics/data/ |
D | index.jd | 3 …r removeable storage. You can also add a data backup service to let users store and recover applic…
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | BackingStore.java | 163 public void importStore(BackingStore store) { in importStore() argument 165 if (store.mBackings.size() > 0) { in importStore() 166 importBacking(store.mBackings.firstElement()); in importStore() 168 mTimestamp = store.mTimestamp; in importStore()
|
/frameworks/base/keystore/java/android/security/ |
D | KeyChain.java | 359 TrustedCertificateStore store = new TrustedCertificateStore(); in getCertificateChain() local 360 List<X509Certificate> chain = store in getCertificateChain()
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | assets.jd | 20 data item and the put the data item into the replicated data store. 56 and then put the data item into the data store with
|