HomeSort by relevance Sort by last modified time
    Searched full:stores (Results 26 - 50 of 4401) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/autotest/client/deps/touchpad-tests/
touchpad-tests.py 17 """Stores a copy of the chromite cbuildbot source code for use on a DUT.
  /external/autotest/client/site_tests/login_UserPolicyKeys/
control 16 This test stores a user policy at the session_manager over dbus, and verifies
  /external/autotest/client/site_tests/platform_GesturesRegressionTest/
control 16 This tests the regression of gestures library and stores the results in autotest
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
atrace_config.py 7 """Stores configuration options specific to Atrace.
  /external/llvm/test/CodeGen/AArch64/
merge-store.ll 24 ; PR21711 - Merge vector stores into wider vector stores.
26 ; On Cyclone, the stores should not get merged into a 16-byte store because
27 ; unaligned 16-byte stores are slow. This test would infinite loop when
  /external/llvm/test/CodeGen/ARM/
2011-10-26-memset-with-neon.ll 3 ; Trigger multiple NEON stores.
  /external/llvm/test/Instrumentation/MemorySanitizer/
check-constant-shadow.ll 19 ; This function stores known initialized value.
20 ; Expect 2 stores: one for the shadow (0), one for the value (42), but no origin.
36 ; This function stores known uninitialized value.
37 ; Expect 3 stores: shadow, value and origin.
store-long-origin.ll 7 ; Test origin for longer stores.
28 ; Two 4-byte origin stores
45 ; Three 4-byte origin stores
63 ; 8-byte + 4-byte origin stores
80 ; 3 8-byte origin stores
  /external/llvm/test/Transforms/LICM/
2003-02-27-StoreSinkPHIs.ll 1 ; LICM is adding stores before phi nodes. bad.
  /packages/apps/Email/res/xml/
senders_product.xml 3 Email stores that are considered "universal" and are appropriate for *all* android
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@24k-triple-stores-10.d 4 #source: 24k-triple-stores-10.s
micromips@24k-triple-stores-9.d 4 #source: 24k-triple-stores-9.s
mipsr6@24k-triple-stores-2-llsc.d 3 #source: 24k-triple-stores-2-llsc.s
  /external/llvm/docs/
Atomics.rst 40 pair of volatile stores. On the other hand, a non-volatile non-atomic load can
58 because any optimization dealing with stores needs to be aware of it.
103 For cases where simple loads and stores are not sufficient, LLVM provides
108 non-atomic loads and stores, but provide additional guarantees in situations
154 The rule is essentially that all memory accessed with basic loads and stores
158 variable. Note that NotAtomic volatile loads and stores are not properly
165 otherwise exist is allowed; introducing stores to shared variables is not. See
171 unaligned stores: it is not allowed in general to convert an unaligned store
172 into two aligned stores of the same width as the unaligned store. Backends are
198 stores.
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 107 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 the loaded valu
    [all...]
ihevc_inter_pred_chroma_vert.s 107 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 the loaded valu
    [all...]
ihevc_inter_pred_chroma_vert_w16out.s 108 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 the loaded valu
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIX.java 81 private List<CertStore> stores; field in class:PKIX.ValidatorParams
145 if (stores == null)
146 stores = params.getCertStores();
147 return stores;
198 private List<CertStore> stores; field in class:PKIX.BuilderParams
225 if (stores == null) {
227 stores = new ArrayList<>(params.getCertStores());
228 Collections.sort(stores, new CertStoreComparator());
230 return stores;
241 private static X500Principal getTargetSubject(List<CertStore> stores,
    [all...]
  /external/llvm/test/CodeGen/X86/
2008-06-13-NotVolatileLoadStore.ll 2 ; These transforms are turned off for load volatiles and stores.
3 ; Check that they weren't turned off for all loads and stores!
  /frameworks/native/services/surfaceflinger/
Barrier.h 33 // Provides release semantics: preceding loads and stores will be visible
48 // Provides acquire semantics: no subsequent loads or stores will occur
  /packages/providers/TelephonyProvider/res/values/
strings.xml 21 devices, where the TelephonyProvider stores configuration info
26 Applications" UI. The TelephonyProvider stores configuration
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathBuilderSpi.java 226 List stores = new ArrayList(); local
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));
  /external/llvm/test/Transforms/InstCombine/
align-2d-gep.ll 4 ; A multi-dimensional array in a nested loop doing vector stores that
7 ; array dimension is not even, so the stores to it won't always be
9 ; stores.
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_vert.s 106 // stmfd sp!,{x4-x12,x14} //stack stores the values of the arguments
162 st1 {v6.8b},[x1],#8 //stores the loaded value
164 st1 {v4.8b},[x6] //stores the loaded value
203 st1 {v4.s}[0],[x1] //stores the loaded value
205 st1 {v4.s}[1],[x6] //stores the loaded value
260 st1 {v30.8b},[x1],#8 //stores the loaded value
278 st1 {v28.8b},[x7],x3 //stores the loaded value
299 st1 {v26.8b},[x7],x3 //stores the loaded value
308 st1 {v24.8b},[x7],x3 //stores the loaded value
329 st1 {v30.8b},[x1],#8 //stores the loaded valu
    [all...]
ihevc_inter_pred_chroma_vert_w16out.s 107 // stmfd sp!,{x4-x12,x14} //stack stores the values of the arguments
163 st1 { v6.8h},[x1],#16 //stores the loaded value
165 st1 { v4.8h},[x6] //stores the loaded value
203 st1 {v4.d}[0],[x1] //stores the loaded value
205 st1 {v4.d}[1],[x6] //stores the loaded value
260 st1 { v30.16b},[x1],#16 //stores the loaded value
279 st1 { v28.16b},[x7],x3 //stores the loaded value
297 st1 { v26.16b},[x7],x3 //stores the loaded value
305 st1 { v24.16b},[x7],x3 //stores the loaded value
323 st1 { v30.16b},[x1],#16 //stores the loaded valu
    [all...]

Completed in 1218 milliseconds

12 3 4 5 6 7 8 91011>>