Home
last modified time | relevance | path

Searched refs:store2 (Results 1 – 25 of 944) sorted by relevance

12345678910>>...38

/dports/java/bouncycastle15/crypto-169/prov/src/test/jdk1.4/org/bouncycastle/jce/provider/test/
H A DBCFKSStoreTest.java84 isTrue("", 0 == store2.size()); in checkEmptyStore()
154 isTrue("", 1 == store2.size()); in checkOneCertificate()
155 Enumeration<String> en2 = store2.aliases(); in checkOneCertificate()
160 certStorageCheck(store2, "cert", cert); in checkOneCertificate()
181 isTrue("", 0 == store2.size()); in checkOneCertificate()
324 isTrue("", 1 == store2.size()); in checkOnePrivateKey()
351 isTrue("", 0 == store2.size()); in checkOnePrivateKey()
399 isTrue("", 4 ==store2.size()); in shouldStoreMultipleKeys()
424 isTrue("", !store2.isKeyEntry("unknown")); in shouldStoreMultipleKeys()
565 isTrue("", 1 == store2.size()); in checkOneSecretKey()
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/test/jdk1.3/org/bouncycastle/jce/provider/test/
H A DBCFKSStoreTest.java84 isTrue("", 0 == store2.size()); in checkEmptyStore()
154 isTrue("", 1 == store2.size()); in checkOneCertificate()
155 Enumeration<String> en2 = store2.aliases(); in checkOneCertificate()
160 certStorageCheck(store2, "cert", cert); in checkOneCertificate()
181 isTrue("", 0 == store2.size()); in checkOneCertificate()
324 isTrue("", 1 == store2.size()); in checkOnePrivateKey()
351 isTrue("", 0 == store2.size()); in checkOnePrivateKey()
399 isTrue("", 4 ==store2.size()); in shouldStoreMultipleKeys()
424 isTrue("", !store2.isKeyEntry("unknown")); in shouldStoreMultipleKeys()
565 isTrue("", 1 == store2.size()); in checkOneSecretKey()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/common/cloud/
H A Duser_cloud_policy_store_unittest.cc361 store2->AddObserver(&observer_); in TEST_F()
363 store2->Load(); in TEST_F()
366 ASSERT_TRUE(store2->policy()); in TEST_F()
369 VerifyPolicyMap(store2.get()); in TEST_F()
390 ASSERT_TRUE(store2->policy()); in TEST_F()
393 VerifyPolicyMap(store2.get()); in TEST_F()
434 store2->Load(); in TEST_F()
437 ASSERT_FALSE(store2->policy()); in TEST_F()
486 store2->Load(); in TEST_F()
488 ASSERT_TRUE(store2->policy()); in TEST_F()
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DBCFKSStoreTest.java187 isTrue("", 0 == store2.size()); in checkEmptyStore()
271 store2.load(loadParameter); in shouldStoreOneCertificateWithECDSASignature()
329 store2.load(loadParameter); in shouldStoreOneCertificateWithECDSASignatureAndCertificates()
348 store2.load(loadParameter); in shouldStoreOneCertificateWithECDSASignatureAndCertificates()
399 store2.load(loadParameter); in shouldStoreOneCertificateWithDSASignature()
444 store2.load(loadParameter); in shouldStoreOneCertificateWithRSASignature()
475 isTrue("", 1 == store2.size()); in checkOneCertificate()
502 isTrue("", 0 == store2.size()); in checkOneCertificate()
671 isTrue("", 1 == store2.size()); in checkOnePrivateKey()
698 isTrue("", 0 == store2.size()); in checkOnePrivateKey()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Cryptography.X509Certificates/
H A DX509ChainPolicy.cs39 private X509Certificate2Collection store2; field in System.Security.Cryptography.X509Certificates.X509ChainPolicy
83 if (store2 != null)
84 return store2;
86 store2 = new X509Certificate2Collection ();
89 store2.Add (new X509Certificate2 (cert));
92 return store2;
95 store2 = value;
142 store2 = null; in Reset()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/DataDog/sketches-go/ddsketch/store/
H A Dstore_test.go104 store2 = NewDenseStore()
106 store2.Add(int(v))
109 store1.MergeWith(store2)
283 store2.Add(int(v))
309 store2.Add(int(v))
323 var store2 *DenseStore
335 store2 = NewDenseStore()
337 store2.Add(int(v))
362 var store2 *DenseStore
374 store2 = NewDenseStore()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Lock/Tests/Store/
H A DCombinedStoreTest.php58 private $store2; variable in Symfony\\Component\\Lock\\Tests\\Store\\CombinedStoreTest
81 $this->store2
108 $this->store2
117 $this->store2
146 $this->store2
177 $this->store2
205 $this->store2
214 $this->store2
244 $this->store2
296 $this->store2
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Lock/Tests/Store/
H A DCombinedStoreTest.php58 private $store2; variable in Symfony\\Component\\Lock\\Tests\\Store\\CombinedStoreTest
81 $this->store2
108 $this->store2
117 $this->store2
146 $this->store2
177 $this->store2
205 $this->store2
214 $this->store2
244 $this->store2
296 $this->store2
[all …]
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/xa.src/
H A Dinst.cc51 void cl_xa::store2(t_addr addr, unsigned short val) in store2() function in cl_xa
549 store2(sp, PC&0xffff); in inst_CALL()
551 store2(sp+2, (PC>>16)&0xff); in inst_CALL()
561 store2(sp, PC&0xffff); in inst_CALL()
563 store2(sp+2, (PC>>16)&0xff); in inst_CALL()
1001 store2( sp, get_word_direct(direct_addr)); in inst_PUSH()
1003 store2( sp, get_byte_direct(direct_addr)); in inst_PUSH()
1020 if (rlist&0x02) { sp-=2; store2(sp, reg2(9)); } in inst_PUSH()
1021 if (rlist&0x01) { sp-=2; store2(sp, reg2(8)); } in inst_PUSH()
1023 if (rlist&0x80) { sp-=2; store2(sp, reg2(7)); } in inst_PUSH()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/
H A DChainedPreferenceStoreTest.java62 IPreferenceStore store2= new PreferenceStore(); in testChainedStore0() local
63 …IPreferenceStore chainedStore= new ChainedPreferenceStore(new IPreferenceStore[] { store1, store2 in testChainedStore0()
64 store2.setDefault(PROPERTY, DEFAULT_VALUE); in testChainedStore0()
85 IPreferenceStore store2= new PreferenceStore(); in testChainedStore1() local
86 …IPreferenceStore chainedStore= new ChainedPreferenceStore(new IPreferenceStore[] { store1, store2 in testChainedStore1()
106 IPreferenceStore store2= new PreferenceStore(); in testChainedStore2() local
107 …IPreferenceStore chainedStore= new ChainedPreferenceStore(new IPreferenceStore[] { store1, store2 in testChainedStore2()
128 IPreferenceStore store2= new PreferenceStore(); in testChainedStore3() local
129 …IPreferenceStore chainedStore= new ChainedPreferenceStore(new IPreferenceStore[] { store1, store2 in testChainedStore3()
130 store2.setDefault(PROPERTY, DEFAULT_VALUE); in testChainedStore3()
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/aggregate/
H A Dconfig_test.go35 store2 := &fakes.ConfigStoreCache{}
41 store2.SchemasReturns(collection.SchemasFor(schema2))
43 stores := []model.ConfigStore{store1, store2}
70 store2 := &fakes.ConfigStoreCache{}
83 stores := []model.ConfigStore{store1, store2}
96 store2 := &fakes.ConfigStoreCache{}
110 store2.ListReturns([]model.Config{
119 stores := []model.ConfigStore{store1, store2}
168 store2 := &fakes.ConfigStoreCache{}
173 stores := []model.ConfigStoreCache{store1, store2}
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_store.py53 store2 = Store()
55 assert key2 not in store2
56 store2[key2] = 100
57 store2[key3] = 200
58 assert store2[key2] + store2[key3] == 300
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_store.py53 store2 = Store()
55 assert key2 not in store2
56 store2[key2] = 100
57 store2[key3] = 200
58 assert store2[key2] + store2[key3] == 300
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_store.py53 store2 = Store()
55 assert key2 not in store2
56 store2[key2] = 100
57 store2[key3] = 200
58 assert store2[key2] + store2[key3] == 300
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/tests/all/
H A Dexternals.rs62 let store2 = Store::new(&engine); in cross_store() localVariable
66 let func = Func::wrap(&store2, || {}); in cross_store()
68 let global = Global::new(&store2, ty, Val::I32(0))?; in cross_store()
70 let memory = Memory::new(&store2, ty); in cross_store()
72 let table = Table::new(&store2, ty, Val::ExternRef(None))?; in cross_store()
89 let store2val = Val::FuncRef(Func::wrap(&store2, || {})); in cross_store()
92 assert!(Global::new(&store2, ty.clone(), store1val.clone()).is_err()); in cross_store()
93 if let Ok(g) = Global::new(&store2, ty.clone(), store2val.clone()) { in cross_store()
100 assert!(Table::new(&store2, ty.clone(), store1val.clone()).is_err()); in cross_store()
101 let t1 = Table::new(&store2, ty.clone(), store2val.clone())?; in cross_store()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/collections/test/
H A DIterDeadlockTest.java47 private Database store2; field in IterDeadlockTest
58 store2 = openDb("store2.db"); in setUp()
60 map2 = new StoredSortedMap(store2, binding, binding, true); in setUp()
73 if (store2 != null) { in tearDown()
75 store2.close(); in tearDown()
90 store2 = null; in tearDown()
207 store2.close(); in testIterDeadlock()
208 store2 = null; in testIterDeadlock()
/dports/databases/db18/db-18.1.40/test/java/compat/src/com/sleepycat/collections/test/
H A DIterDeadlockTest.java47 private Database store2; field in IterDeadlockTest
58 store2 = openDb("store2.db"); in setUp()
60 map2 = new StoredSortedMap(store2, binding, binding, true); in setUp()
73 if (store2 != null) { in tearDown()
75 store2.close(); in tearDown()
90 store2 = null; in tearDown()
207 store2.close(); in testIterDeadlock()
208 store2 = null; in testIterDeadlock()
/dports/databases/db5/db-5.3.28/test/java/compat/src/com/sleepycat/collections/test/
H A DIterDeadlockTest.java58 private Database store2; field in IterDeadlockTest
74 store2 = openDb("store2.db"); in setUp()
76 map2 = new StoredSortedMap(store2, binding, binding, true); in setUp()
89 if (store2 != null) { in tearDown()
91 store2.close(); in tearDown()
106 store2 = null; in tearDown()
222 store2.close(); in testIterDeadlock()
223 store2 = null; in testIterDeadlock()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Dtest_monolingual.py33 def check_equality(self, store1, store2): argument
35 assert len(store1.units) == len(store2.units)
38 store2unit = store2.units[n]
44 print(bytes(store2))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/mips/
H A Dconvolve2_vert_dspr2.c33 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
101 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_4_dspr2()
123 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
191 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_64_dspr2()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/mips/
H A Dconvolve2_vert_dspr2.c34 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
102 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_4_dspr2()
124 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
192 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_64_dspr2()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/mips/
H A Dconvolve2_vert_dspr2.c33 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
101 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_4_dspr2()
123 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
191 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_64_dspr2()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/mips/
H A Dconvolve2_vert_dspr2.c33 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
101 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_4_dspr2()
123 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
191 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_64_dspr2()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/mips/
H A Dconvolve2_vert_dspr2.c34 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
102 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_4_dspr2()
124 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
192 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_64_dspr2()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/mips/
H A Dconvolve2_vert_dspr2.c33 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
101 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_4_dspr2()
123 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
191 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_64_dspr2()

12345678910>>...38