Home
last modified time | relevance | path

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

1234567

/frameworks/support/renderscript/v8/rs_support/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/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/base/core/java/android/os/
DLatencyTimer.java42 volatile HashMap<String, long[]> store = new HashMap<String, long[]>(); field in LatencyTimer
81 long[] data = store.get(tag); in getArray()
83 synchronized(store) { in getArray()
84 data = store.get(tag); in getArray()
87 store.put(tag, data); in getArray()
/frameworks/base/docs/html/distribute/googleplay/promote/
Dlinking.jd44 <pre>http://play.google.com/store/apps/details?id=&lt;package_name&gt;</pre>
54 …ode><a href="http://play.google.com/store/apps/details?id=com.google.android.apps.maps">http://pla…
72 <pre>http://play.google.com/store/search?q=pub:&lt;publisher_name&gt;</pre>
82 …t:1em;"><code><a href="http://play.google.com/store/search?q=pub:Google Inc.">http://play.google.c…
100 <pre>http://play.google.com/store/search?q=&lt;search_query&gt;&c=apps</pre>
110 …eft:1em;"><code><a href="http://play.google.com/store/search?q=maps&c=apps">http://play.google.com…
126 <pre>http://play.google.com/store/apps/collection/&lt;collection_name&gt;</pre>
136 …em;"><code><a href="http://play.google.com/store/apps/collection/editors_choice">http://play.googl…
199 <td><code>http://play.google.com/store/apps/details?id=&lt;package_name&gt;</code>
204 <td><nobr><code>http://play.google.com/store/search?q=pub:&lt;publisher_name&gt;</code></nobr></td>
[all …]
/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[]
Dsyn_filt_neon.s46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy
/frameworks/base/docs/html/training/articles/
Dsmp.jd21 <li style="margin:0"><a href="#ss_ll">Store/store and load/load</a></li>
22 <li style="margin:0"><a href="#ls_sl">Load/store and store/load</a></li>
202 <p>To get into a situation where we see B=5 before we see the store to A, either
214 stores, it does not guarantee that a store followed by a load will be observed
244 SMP, the store to A and the load from B in thread 1 can be “observed” in a
293 continue executing instructions past the one that did the store, possibly
311 either way it won’t see the store performed by core 1. (“A” could be in core
318 performance penalty on every store operation. Relaxing the rules for the
326 store #1 to <strong>finish</strong> being published before it can start on store
345 is meant by “observing” a load or store. Suppose core 1 executes “A = 1”. The
[all …]
/frameworks/base/docs/html/distribute/googleplay/spotlight/
Dindex.jd29store/apps/details?id=com.smule.autorap">AutoRap</a>, <a href="//play.google.com/store/apps/detail…
59 "//play.google.com/store/apps/details?id=com.robotinvader.knightmare"><em>Wind-up
Dtablets.jd43 …<li><a href="http://play.google.com/store/apps/details?id=com.mint">Mint.com Personal Finance</a> …
56 <a href="http://play.google.com/store/apps/details?id=com.mint">
133 …<li><a href="http://play.google.com/store/apps/details?id=com.tinyco.village">Tiny Village</a> by …
146 <a href="http://play.google.com/store/apps/details?id=com.tinyco.village">
225 …<li><a href="http://play.google.com/store/apps/details?id=com.instapaper.android">Instapaper</a> b…
236 <a href="http://play.google.com/store/apps/details?id=com.instapaper.android">
/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.h19 static uint32_t store(const android::String16& package,
DResourceIdCache.cpp86 uint32_t ResourceIdCache::store(const android::String16& package, in store() function in android::ResourceIdCache
/frameworks/base/keystore/java/android/security/
DKeyChain.java340 TrustedCertificateStore store = new TrustedCertificateStore(); in getCertificateChain() local
341 List<X509Certificate> chain = store in getCertificateChain()
/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/docs/html/tools/workflow/publishing/
Dpublishing.jd314 <p>To open Google Play store from your web site, the prefix for the link URI is:</p>
316 <p style="margin-left:2em"><code>http://play.google.com/store/</code></p>
323 site. As such, you should always use {@code http://play.google.com/store/apps/...} URIs when
345 <p>For example: <code>http://play.google.com/store/apps/details?id=com.example.myapp</code></p>
375 <code>http://play.google.com/store/apps/details?id=&lt;package_name&gt;</code>
381 &lt;a href="http://play.google.com/store/apps/details?id=com.example.android">App Link&lt;/a>
442 <code>http://play.google.com/store/search?q=&lt;query&gt;</code>
451 &lt;a href="http://play.google.com/store/search?q=pub:Your Publisher Name">Search Link&lt;/a>
513 var linkStart = "<a href=\"http://play.google.com/store/";
522 var linkStartCode = "&lt;a href=\"http://play.google.com/store/";
[all …]
/frameworks/base/docs/html/distribute/googleplay/about/
Ddistribution.jd12 and press the Publish button&mdash;your app appears in the store listings within
45 <p>When users visit the store, Google Play makes sure that they are in one of
52 your store listing</a>, including app details and description,
Dvisibility.jd16 <p>Google Play is the premier store for distributing Android apps. It’s
44 href="http://play.google.com/store">web site</a>. Android users can even buy and
73 for promotion in the store.</p>
146 attention of users and setting the tone for app quality throughout the store.
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd51 <p>When you deliver content from a remote server or a real-time service, you can store the unlocked
52 content in device memory or store it on the device's SD card. If you store content on an SD card, be
/frameworks/base/docs/html/distribute/
Dindex.jd13 <p>The most visited store in the world for Android apps. Cloud-connected and always synced,
/frameworks/base/docs/html/training/basics/data-storage/
Dindex.jd49 <dd>Learn to save a basic file, such as to store long sequences of data that
/frameworks/base/docs/html/training/search/
Dindex.jd48 <dd>Learn a simple way to store and search for data in a SQLite virtual database table.</dd>
/frameworks/base/docs/html/training/accessibility/
Daccessible-app.jd53 href="https://play.google.com/store/apps/details?id=com.google.android.marvin.talkback">TalkBack</a>
89 href="https://play.google.com/store/apps/details?id=com.google.android.marvin.talkback">TalkBack</a>
184 href="https://play.google.com/store/apps/details?id=com.google.android.marvin.talkback">Talkback</a>
/frameworks/base/docs/html/google/gcm/
Dc2dm.jd70 …vitation events with a time-to-live value between 0 and 4 weeks. GCM will store the messages until…
73 …ollapse_key</code> parameter and messages will not be collapsed. GCM will store up to 100 messages…
98 <p>When the application server receives a GCM registration ID, it should store it and mark it as su…
/frameworks/base/docs/html/training/id-auth/
Dindex.jd35 store your data. With your user's permission, you can use that information to

1234567