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

1 2 3 4 5

  /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/chromium_org/v8/tools/testrunner/network/
perfdata.py 97 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/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/smack/src/org/jivesoftware/smack/
ServerTrustManager.java 56 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/chromium_org/content/test/data/indexeddb/
migration_test.js 15 "this script will create a new database that has no object stores");
version_change_crash.js 42 // Set version 2, twiddle stores and crash
  /external/chromium_org/v8/test/mjsunit/compiler/
escape-analysis.js 31 // Test stores on a join path.
52 // Test loads and stores inside a loop.
74 // Test loads and stores inside nested loop.
  /external/llvm/test/MC/ARM/
arm-memory-instructions.s 6 @ for loads and stores.
  /external/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store.py 35 # When a value is found, cache it in all object stores further up the
52 # Update the caches of all object stores that need it.
59 '''Maintains an in-memory cache along with a chain of other object stores to
64 - When setting (or deleting) items, all object stores in the hierarcy will
69 stores higher in the hierarchy.
72 delegate stores.
  /external/chromium_org/v8/test/mjsunit/
fast-non-keyed.js 30 // Check that keyed stores make things go dict mode faster than non-keyed
31 // stores.
store-dictionary.js 30 // Function that stores property 'x' on an object.
  /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_SPUT_WIDE.S 24 JAL(dvmQuasiAtomicSwap64Sync) # stores a0/a1 into addr a2
  /external/chromium_org/v8/test/webkit/
dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.js 25 "Tests that out-of-bounds stores to a Uint8ClampedArray that are aliased to out-of-bounds loads don't crash."
function-dot-length-read-only.js 25 "Tests that function.length correctly intercepts stores when a function is used as a prototype."
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 54 // Basic block that stores to x in foo(), which is a captured variable, with
  /external/llvm/test/MC/Mips/
mips-memory-instructions.s 3 # for loads and stores.
  /external/skia/tools/lua/
scrape.lua 21 local total = {} -- accumulate() stores its data in here
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_entry.js 6 * This class stores information of one single entry of log
  /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.

Completed in 255 milliseconds

1 2 3 4 5