Searched refs:stores (Results 1 - 25 of 104) sorted by relevance

12345

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DExtendedPKIXParameters.java26 private List stores; field in class:ExtendedPKIXParameters
60 stores = new ArrayList();
128 stores = new ArrayList(_params.stores);
199 * @throws ClassCastException if an element of <code>stores</code> is not
202 public void setCertStores(List stores) argument
204 if (stores != null)
206 Iterator it = stores.iterator();
220 * @param stores A list of stores t
225 setStores(List stores) argument
[all...]
/external/chromium_org/v8/tools/testrunner/local/
H A Dperfdata.py97 self.stores = {} # Keyed by arch, then mode.
106 for arch in self.stores:
107 modes = self.stores[arch]
115 if not arch in self.stores:
116 self.stores[arch] = {}
117 modes = self.stores[arch]
/external/libhevc/common/arm/
H A Dihevc_inter_pred_chroma_vert.s107 stmfd sp!,{r4-r12,r14} @stack stores the values of the arguments
157 vst1.8 {d6},[r1]! @stores the loaded value
159 vst1.8 {d4},[r6] @stores the loaded value
198 vst1.32 {d4[0]},[r1] @stores the loaded value
200 vst1.32 {d4[1]},[r6] @stores the loaded value
253 vst1.8 {d30},[r1]! @stores the loaded value
270 vst1.8 {d28},[r7],r3 @stores the loaded value
286 vst1.8 {d26},[r7],r3 @stores the loaded value
294 vst1.8 {d24},[r7],r3 @stores the loaded value
314 vst1.8 {d30},[r1]! @stores th
[all...]
H A Dihevc_inter_pred_chroma_vert_w16out.s108 stmfd sp!,{r4-r12,r14} @stack stores the values of the arguments
157 vst1.8 {q3},[r1]! @stores the loaded value
159 vst1.8 {q2},[r6] @stores the loaded value
197 vst1.32 {d4},[r1] @stores the loaded value
199 vst1.32 {d5},[r6] @stores the loaded value
252 vst1.8 {q15},[r1]! @stores the loaded value
269 vst1.8 {q14},[r7],r3 @stores the loaded value
282 vst1.8 {q13},[r7],r3 @stores the loaded value
289 vst1.8 {q12},[r7],r3 @stores the loaded value
306 vst1.8 {q15},[r1]! @stores th
[all...]
H A Dihevc_inter_pred_chroma_vert_w16inp.s107 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
157 vst1.32 {d0[0]},[r1]! @stores the loaded value
158 vst1.32 {d30[0]},[r7] @stores the loaded value
218 vst1.32 {d30[0]},[r1]! @stores the loaded value
236 vst1.32 {d28[0]},[r9],r3 @stores the loaded value
248 vst1.32 {d26[0]},[r9],r3 @stores the loaded value
259 vst1.32 {d24[0]},[r9] @stores the loaded value
276 vst1.32 {d30[0]},[r1]! @stores the loaded value
289 vst1.32 {d28[0]},[r9],r3 @stores the loaded value
300 vst1.32 {d26[0]},[r9],r3 @stores th
[all...]
H A Dihevc_inter_pred_chroma_vert_w16inp_w16out.s107 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
155 vst1.32 {d0},[r1]! @stores the loaded value
156 vst1.32 {d30},[r7] @stores the loaded value
216 vst1.32 {d30},[r1]! @stores the loaded value
233 vst1.32 {d28},[r9],r3 @stores the loaded value
244 vst1.32 {d26},[r9],r3 @stores the loaded value
254 vst1.32 {d24},[r9] @stores the loaded value
270 vst1.32 {d30},[r1]! @stores the loaded value
282 vst1.32 {d28},[r9],r3 @stores the loaded value
292 vst1.32 {d26},[r9],r3 @stores th
[all...]
H A Dihevc_intra_pred_chroma_mode_18_34.s107 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
H A Dihevc_padding.s100 stmfd sp!, {r4-r11,lr} @stack stores the values of the arguments
219 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
348 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
467 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
H A Dihevc_intra_pred_luma_dc.s107 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
137 mov r7, r8 @r7 also stores 2nt+1
/external/oprofile/events/mips/vr5432/
H A Devents9 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : (FP instruction execution) / 2 and truncated excluding cp1 loads and stores
10 event:0x6 counters:0,1 um:zero minimum:500 name:DOUBLEWORDS_FLUSHED : Doublewords flushed to main memory (no uncached stores)
/external/oprofile/events/mips/5K/
H A Devents10 event:0x3 counters:0,1 um:zero minimum:500 name:STORES_EXECED : Stores (including conditional stores) executed
11 event:0x4 counters:0,1 um:zero minimum:500 name:COND_STORES_EXECED : Conditional stores executed
17 event:0x5 counters:0 um:zero minimum:500 name:FAILED_COND_STORES : Failed conditional stores
/external/smack/src/org/jivesoftware/smack/
H A DServerTrustManager.java56 private static Map<KeyStoreOptions, KeyStore> stores = new HashMap<KeyStoreOptions, KeyStore>(); field in class:ServerTrustManager
63 synchronized (stores) {
66 if (stores.containsKey(options)) {
67 trustStore = stores.get(options);
85 stores.put(options, trustStore);
/external/libunwind/src/arm/
H A Dgetcontext.S32 @ This is a stub version of getcontext() for ARM which only stores core
/external/libunwind/src/mips/
H A Dgetcontext-android.S52 # This is a stub version of getcontext() for MIPS which only stores core
H A Dgetcontext.S53 # This is a stub version of getcontext() for MIPS which only stores core
/external/llvm/test/MC/Mips/
H A Dmicromips-loadstore-unaligned.s6 # for loads and stores.
H A Dmips-memory-instructions.s3 # for loads and stores.
H A Dnacl-mask.s159 # Check that stores where base register is $sp or $t8 (thread pointer register)
218 # For stores where $sp is destination and base, check that mask is added neither
289 # Test that we can put non-dangerous loads and stores in branch delay slot.
/external/llvm/test/MC/ARM/
H A Darm-memory-instructions.s6 @ for loads and stores.
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.inc48 ; colorspace to YUV. This code stores one Y pixel, one U pixel, and one V
78 ; pixels and convert their colorspace to YUV. This code stores two Y pixels,
110 ; Read four ARGB pixels and convert their colorspace to YUV. This code stores
/external/oprofile/events/mips/r12000/
H A Devents7 event:0x3 counters:0,1,2,3 um:zero minimum:500 name:DECODED_STORES : Decoded stores
23 event:0x13 counters:0,1,2,3 um:zero minimum:500 name:GRADUATED_STORES : Graduated stores
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape.lua21 local total = {} -- accumulate() stores its data in here
H A Dscrape_dashing.lua21 local total_found = {} -- accumulate() stores its data in here
/external/skia/tools/lua/
H A Dscrape.lua21 local total = {} -- accumulate() stores its data in here
/external/linux-tools-perf/perf-3.12.0/arch/powerpc/lib/
H A Dmemcpy_64.S91 ld r9,0(r4) # 3+2n loads, 2+2n stores
103 0: ld r0,0(r4) # 4+2n loads, 3+2n stores

Completed in 2031 milliseconds

12345