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

12345

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DExtendedPKIXParameters.java28 private List stores; field in class:ExtendedPKIXParameters
65 stores = new ArrayList();
133 stores = new ArrayList(_params.stores);
207 * @throws ClassCastException if an element of <code>stores</code> is not
210 public void setCertStores(List stores) argument
212 if (stores != null)
214 Iterator it = stores.iterator();
228 * @param stores A list of stores t
233 setStores(List stores) argument
[all...]
/external/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCertPathBuilderSpi.java226 List stores = new ArrayList();
229 stores.addAll(pkixParams.getBaseParameters().getCertificateStores());
231 // add additional X.509 stores from locations in certificate
234 stores.addAll(CertPathValidatorUtilities.getAdditionalStoresFromAltNames(
240 "No additional X.509 stores can be added from certificate locations.",
245 // of the stores
248 issuers.addAll(CertPathValidatorUtilities.findIssuerCerts(tbvCert, pkixParams.getBaseParameters().getCertStores(), stores));
H A DCertPathValidatorUtilities.java254 List<PKIXCertStore> stores = new ArrayList<PKIXCertStore>();
264 stores.add(altStore);
268 return stores;
709 List<PKIXCRLStore> stores = new ArrayList<PKIXCRLStore>();
727 stores.add(store);
734 return stores;
/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/swiftshader/third_party/LLVM/test/MC/ARM/
H A Darm-memory-instructions.s6 @ for loads and stores.
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp170 // Highest slots for branches and stores used to keep their original order.
175 // Number of memory operations, loads, solo loads, stores, solo stores, single
176 // stores.
177 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0;
178 // Number of HVX loads, HVX stores.
242 ++stores;
249 ++stores;
329 if (stores == 1)
331 else if (stores >
[all...]
/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.s158 # Check that stores where base register is $sp or $t8 (thread pointer register)
217 # For stores where $sp is destination and base, check that mask is added neither
288 # 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/selinux/libsemanage/utils/
H A Dsemanage_migrate_store261 stores = None
263 stores = [TYPE]
265 stores = os.listdir(oldroot_path())
267 # find stores in oldroot and migrate them to newroot if necessary
268 for store in stores:
/external/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/libavc/common/arm/
H A Dih264_default_weighted_pred_a9q.s51 @* stores it in the destination block.
111 stmfd sp!, {r4-r7, r14} @stack stores the values of the arguments
225 @* stores it in the destination block for U and V.
284 stmfd sp!, {r4-r7, r14} @stack stores the values of the arguments
H A Dih264_padding_neon.s88 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
168 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
304 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
442 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
577 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments

Completed in 2197 milliseconds

12345