Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 186) sorted by relevance

12345678

/frameworks/rs/scriptc/
Drs_program.rsh29 * 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/
Dallocation.ll13 ; 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/
Dallocation.ll11 ; 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/
Dlinking.jd49 <pre>http://play.google.com/store/apps/details?id=&lt;package_name&gt;</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:&lt;publisher_name&gt;</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=&lt;search_query&gt;&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/&lt;collection_name&gt;</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=&lt;package_name&gt;</code>
209 <td><nobr><code>http://play.google.com/store/search?q=pub:&lt;publisher_name&gt;</code></nobr></td>
[all …]
Dbrand.jd106 Play&trade; 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/
Dscale_sig_neon.s64 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/
Dsmp.jd23 <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 …]
Dkeystore.jd22 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/
Dindex.jd13 href="http://android-developers.blogspot.com/2012/03/unifying-key-store-access-in-ics.html">
17 store functionality.</p>
/frameworks/rs/
DrsProgramStore.cpp54 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/
DResourceIdCache.h20 static uint32_t store(const String16& package,
DResourceIdCache.cpp86 uint32_t ResourceIdCache::store(const android::String16& package, in store() function in android::ResourceIdCache
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_Blur.S1122 .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 …]
DrsCpuIntrinsics_advsimd_Blur.S1120 .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/
Dtablets.jd44 …<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">
Dlocalization.jd56 …<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/
Dabout.jd26 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
Dindex.jd8 The premier store for distributing Android apps and games, with global reach
Ddeveloper-console.jd90 Developer name &mdash; displayed on your store listing page and elsewhere
104 Web site URL &mdash; 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&mdash;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/
Dlaunch-checklist.jd537 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/
Dindex.jd6 page.metaDescription=The most visited store in the world for Android apps. Cloud-connected and alwa…
/frameworks/base/docs/html/guide/topics/data/
Dindex.jd3 …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/
DBackingStore.java163 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/
DKeyChain.java359 TrustedCertificateStore store = new TrustedCertificateStore(); in getCertificateChain() local
360 List<X509Certificate> chain = store in getCertificateChain()
/frameworks/base/docs/html/training/wearables/data-layer/
Dassets.jd20 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

12345678