HomeSort by relevance Sort by last modified time
    Searched refs:stores (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 26 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)
204 if (stores != null)
206 Iterator it = stores.iterator();
215 * Sets the Bouncy Castle Stores for finding CRLs, certificates, attribute
220 * @param stores A list of stores to use
    [all...]
  /external/oprofile/events/mips/vr5432/
events 7 event:0x3 counters:0,1 um:zero minimum:500 name:STORES : Store execution
9 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/
events 10 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/webkit/LayoutTests/storage/indexeddb/resources/
shared.js 50 debug("Deleted all object stores.");
  /external/llvm/test/MC/ARM/
arm-memory-instructions.s 6 @ for loads and stores.
  /external/oprofile/events/mips/r12000/
events 7 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
  /dalvik/vm/mterp/armv5te/
OP_IPUT_WIDE.S 42 bl dvmQuasiAtomicSwap64Sync @ stores r0/r1 into addr r2
OP_SPUT_WIDE.S 24 bl dvmQuasiAtomicSwap64Sync @ stores r0/r1 into addr r2
  /dalvik/vm/mterp/mips/
OP_IPUT_WIDE.S 42 JAL(dvmQuasiAtomicSwap64Sync) # stores r0/r1 into addr r2
OP_IPUT_WIDE_JUMBO.S 48 JAL(dvmQuasiAtomicSwap64Sync) # stores r0/r1 into addr r2
OP_SPUT_WIDE.S 24 JAL(dvmQuasiAtomicSwap64Sync) # stores a0/a1 into addr a2
OP_SPUT_WIDE_JUMBO.S 26 JAL(dvmQuasiAtomicSwap64Sync) # stores a0/a1 into addr a2
  /external/llvm/test/MC/Mips/
mips-memory-instructions.s 3 # for loads and stores.
  /external/oprofile/events/i386/westmere/
events 17 event:0x0c counters:0,1,2,3 um:x01 minimum:200000 name:MEM_STORE_RETIRED : Retired stores that miss the DTLB (Precise Event)
  /external/v8/test/mjsunit/
store-dictionary.js 30 // Function that stores property 'x' on an object.
unbox-double-arrays.js 283 // Test stores for non-NaN.
314 // Test NaN behavior for stores.
330 // Test Infinity behavior for stores.
array-store-and-grow.js 28 // Verifies that the KeyedStoreIC correctly handles out-of-bounds stores
debug-clearbreakpoint.js 32 // Simple function which stores the last debug event.
debug-event-listener.js 32 // Simple function which stores the last debug event.
debug-suspend.js 32 // Simple function which stores the last debug event.
  /external/oprofile/events/i386/nehalem/
unit_masks 18 0x01 not_sta This event counts the number of load operations delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
19 0x02 sta This event counts load operations delayed caused by preceding stores whose addresses are unknown (STA block)
37 0x02 stores Counts the number of instructions with an architecturally-visible store retired on the architected path
39 0x01 dtlb_miss The event counts the number of retired stores that missed the DTLB
150 0x01 any Counts all references (uncached, speculated and retired) to the L1 data cache, including all loads and stores with any memory types
163 0x08 streaming_stores Counts number of SSE nontemporal stores
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 159 * 'pending_' object, and stores it for later use.
175 * 'pending_' object, and stores it for later use.
192 * 'pending_' object, and stores it for later use.
  /external/oprofile/events/mips/24K/
events 31 event:0xd counters:0 um:zero minimum:500 name:STORE_MISS_INSNS : 13-0 Cacheable stores that miss in the cache
96 event:0x40e counters:1 um:zero minimum:500 name:FPU_INSNS : 14-1 FPU instructions completed (not including loads/stores)
97 event:0x40f counters:1 um:zero minimum:500 name:STORE_INSNS : 15-1 Stores completed (including FP)
114 event:0x423 counters:1 um:zero minimum:500 name:CP2_TO_FROM_INSNS : 35-1 CP2 to/from instructions (moves, control, loads, stores)
  /external/oprofile/events/mips/34K/
events 31 event:0xd counters:0 um:zero minimum:500 name:STORE_MISS_INSNS : 13-0 Cacheable stores that miss in the cache
104 event:0x40e counters:1 um:zero minimum:500 name:FPU_INSNS : 14-1 FPU instructions completed (not including loads/stores)
105 event:0x40f counters:1 um:zero minimum:500 name:STORE_INSNS : 15-1 Stores completed (including FP)
125 event:0x423 counters:1 um:zero minimum:500 name:CP2_TO_FROM_INSNS : 35-1 CP2 to/from instructions (moves, control, loads, stores)
  /external/chromium-trace/trace-viewer/src/
settings.js 112 * Create a Fake localStorage object which just stores to a dictionary

Completed in 393 milliseconds

1 2 3