/frameworks/base/core/java/android/os/ |
D | LatencyTimer.java | 42 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/ |
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[]
|
D | syn_filt_neon.s | 46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy
|
D | Syn_filt_32_neon.s | 115 STRH r10, [r4], #2 @store sig_hi[i]
|
/frameworks/base/libs/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()
|
D | rs_hal.h | 163 } store; member
|
/frameworks/base/tests/CoreTests/android/core/ |
D | MiscRegressionTest.java | 55 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/ |
D | KeyChain.java | 330 TrustedCertificateStore store = new TrustedCertificateStore(); in getCertificateChain() local 336 X509Certificate issuer = store.findIssuer(cert); in getCertificateChain()
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_best_practices.jd | 53 <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/ |
D | zipalign.jd | 71 <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/ |
D | sqlite3.jd | 24 Emulator/device instances store SQLite3 databases in the directory
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | notepad-ex3.jd | 7 <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
|
D | notepad-index.jd | 90 menu options. Uses a SQLite database to store the notes.</td>
|
D | index.jd | 91 menu options. Uses a SQLite database to store the notes.</td>
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
D | notepad-ex3.jd | 7 <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
|
D | notepad-index.jd | 90 menu options. Uses a SQLite database to store the notes.</td>
|
/frameworks/base/test-runner/src/junit/runner/ |
D | BaseTestRunner.java | 45 getPreferences().store(fos, ""); in savePreferences()
|
/frameworks/base/libs/rs/scriptc/ |
D | rs_time.rsh | 66 * @param timer Location to also store the returned calendar time.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design.jd | 144 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
|
D | icon_design_action_bar.jd | 184 drawable resources, you should store a local copy of those icons or drawables in your application
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | meta-data-element.jd | 47 have complex data to associate with a component, store it as a resource and
|
/frameworks/base/docs/html/guide/topics/views/ |
D | intro.jd | 9 …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/ |
D | residu_asm_opt.s | 68 STMFD r13!, {r8 - r12} @store r8-r12
|
/frameworks/base/docs/html/guide/topics/usb/ |
D | adk.jd | 73 <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/ |
D | android-2.3-highlights.jd | 173 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
|