Searched defs:stores (Results 1 - 6 of 6) sorted by relevance

/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/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/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1262 // Combine loads and stores, forward stores to loads where possible.
1290 Record *stores[DATA_FILE_COUNT]; member in class:nv50_ir::MemoryOpt
1323 stores[i] = NULL;
1338 for (it = stores[i]; it; it = next) {
1342 stores[i] = NULL;
1493 return &stores[insn->src(0).getFile()];
1514 Record *it = load ? loads[sym->reg.file] : stores[sym->reg.file];
1665 // We must not eliminate stores that affect the result of @ld if
1666 // we find later stores t
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1262 // Combine loads and stores, forward stores to loads where possible.
1290 Record *stores[DATA_FILE_COUNT]; member in class:nv50_ir::MemoryOpt
1323 stores[i] = NULL;
1338 for (it = stores[i]; it; it = next) {
1342 stores[i] = NULL;
1493 return &stores[insn->src(0).getFile()];
1514 Record *it = load ? loads[sym->reg.file] : stores[sym->reg.file];
1665 // We must not eliminate stores that affect the result of @ld if
1666 // we find later stores t
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 292 milliseconds