Home
last modified time | relevance | path

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

1234

/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/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
DSyn_filt_32_neon.s115 STRH r10, [r4], #2 @store sig_hi[i]
/frameworks/base/libs/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()
Drs_hal.h163 } store; member
/frameworks/base/tests/CoreTests/android/core/
DMiscRegressionTest.java55 KeyStore store = KeyStore.getInstance(KeyStore.getDefaultType()); in testDefaultKeystore() local
56 Assert.assertNotNull("Keystore must not be null", store); in testDefaultKeystore()
62 KeyStore store = KeyStore.getInstance("BKS"); in testDefaultKeystore() local
63 Assert.assertNotNull("Keystore must not be null", store); in testDefaultKeystore()
/frameworks/base/keystore/java/android/security/
DKeyChain.java330 TrustedCertificateStore store = new TrustedCertificateStore(); in getCertificateChain() local
336 X509Certificate issuer = store.findIssuer(cert); in getCertificateChain()
/frameworks/base/docs/html/guide/market/billing/
Dbilling_best_practices.jd53 <p>When you deliver content from a remote server or a real-time service, you can store the unlocked
54 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/resources/articles/
Dzipalign.jd71 <code>key.store</code> and <code>key.alias</code> respectively. If those
72 properties are present, the signing tool will prompt to enter the store/key
/frameworks/base/docs/html/guide/developing/tools/
Dsqlite3.jd24 Emulator/device instances store SQLite3 databases in the directory
/frameworks/base/docs/html/resources/tutorials/notepad/
Dnotepad-ex3.jd7 <p><em>In this exercise, you will use life-cycle event callbacks to store and
203 have to store enough state to come back up later, preferably in the same
223 resumed!</strong> This means it should store any state necessary to
297 returned, we store it in the <code>mRowId</code> field so that we can update the note in future
Dnotepad-index.jd90 menu options. Uses a SQLite database to store the notes.</td>
Dindex.jd91 menu options. Uses a SQLite database to store the notes.</td>
/frameworks/base/docs/html/guide/tutorials/notepad/
Dnotepad-ex3.jd7 <p><em>In this exercise, you will use life-cycle event callbacks to store and
203 have to store enough state to come back up later, preferably in the same
223 resumed!</strong> This means it should store any state necessary to
297 returned, we store it in the <code>mRowId</code> field so that we can update the note in future
Dnotepad-index.jd90 menu options. Uses a SQLite database to store the notes.</td>
/frameworks/base/test-runner/src/junit/runner/
DBaseTestRunner.java45 getPreferences().store(fos, ""); in savePreferences()
/frameworks/base/libs/rs/scriptc/
Drs_time.rsh66 * @param timer Location to also store the returned calendar time.
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design.jd144 store them in density-specific resource directories in your application. When
147 resources. For more information about how to store density-specific resources in
238 ultimately store the finished assets in your application's resources. Because
Dicon_design_action_bar.jd184 drawable resources, you should store a local copy of those icons or drawables in your application
/frameworks/base/docs/html/guide/topics/manifest/
Dmeta-data-element.jd47 have complex data to associate with a component, store it as a resource and
/frameworks/base/docs/html/guide/topics/views/
Dintro.jd9 …id.view.View android.view.View}. It's a data structure whose properties store the layout and con…
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dresidu_asm_opt.s68 STMFD r13!, {r8 - r12} @store r8-r12
/frameworks/base/docs/html/guide/topics/usb/
Dadk.jd73 <li><a href="http://store.arduino.cc/">
76 <li><a href="https://store.diydrones.com/ProductDetails.asp?ProductCode=BR-PhoneDrone">
128 <li>The <a href="http://store.arduino.cc/">Arduino Store</a> provides the Arduino Mega ADK
129 …(in <a href="http://store.arduino.cc/eu/index.php?main_page=product_info&cPath=11_12&products_id=1…
130 …or <a href="http://store.arduino.cc/ww/index.php?main_page=product_info&cPath=11_12&products_id=14…
133 <li><a href="https://store.diydrones.com/ProductDetails.asp?ProductCode=BR-PhoneDrone">DIY
/frameworks/base/docs/html/sdk/
Dandroid-2.3-highlights.jd173 restaurant, store, or event and then rate or register by jumping to a web site
185 more easily manage and store their downloads.</p>
342 the tag, read messages from it, and then store the messages, prompting

1234