Searched refs:store (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/os/
H A DLatencyTimer.java42 volatile HashMap<String, long[]> store = new HashMap<String, long[]>(); field in class:LatencyTimer
81 long[] data = store.get(tag);
83 synchronized(store) {
84 data = store.get(tag);
87 store.put(tag, data);
/frameworks/base/tools/aapt/
H A DResourceIdCache.h19 static uint32_t store(const android::String16& package,
H A DResourceIdCache.cpp86 uint32_t ResourceIdCache::store(const android::String16& package, function in class:android::ResourceIdCache
H A DResourceTable.cpp2023 return ResourceIdCache::store(package, type, name, onlyPublic, rid);
2025 return ResourceIdCache::store(package, type, name, onlyPublic,
2036 return ResourceIdCache::store(package, type, name, onlyPublic,
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A 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[]
H A Dsyn_filt_neon.s46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy
H A DSyn_filt_32_neon.s115 STRH r10, [r4], #2 @store sig_hi[i]
/frameworks/rs/
H A DrsProgramStore.cpp54 mRSC->mHal.funcs.store.destroy(mRSC, this);
63 rsc->mHal.funcs.store.setActive(rsc, this);
74 mRSC->mHal.funcs.store.init(mRSC, this);
H A Drs_hal.h217 } store; member in struct:android::renderscript::__anon1555
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java152 * {@link #createInstallIntent} to specify a PKCS#12 key store to
155 * java.security.KeyStore#store} on a "PKCS12" instance.
157 * <p>The user will be prompted for the password to load the key store.
159 * <p>The key store will be scanned for {@link
192 * certificate or a PKCS#12 key store for installation. These
340 TrustedCertificateStore store = new TrustedCertificateStore();
341 List<X509Certificate> chain = store
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dresidu_asm_opt.s68 STMFD r13!, {r8 - r12} @store r8-r12
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h216 } store; member in struct:android::renderscript::__anon1584
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java77 /* We have to round this off because X509v3 doesn't store milliseconds. */
1513 mKeyStore.store(null);
1514 fail("Should throw UnsupportedOperationException when trying to store");
1543 mKeyStore.store(sink, null);
1544 fail("Should throw UnsupportedOperationException when trying to store");
1549 mKeyStore.store(sink, "blah".toCharArray());
1550 fail("Should throw UnsupportedOperationException when trying to store");

Completed in 1338 milliseconds