Searched refs:store2 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DIterDeadlockTest.java63 private Database store2; field in class:IterDeadlockTest
78 store2 = openDb("store2.db");
80 map2 = new StoredSortedMap(store2, binding, binding, true);
92 if (store2 != null) {
94 store2.close();
109 store2 = null;
225 store2.close();
226 store2 = null;
H A DForeignKeyTest.java83 private Database store2; field in class:ForeignKeyTest
122 if (store2 != null) {
123 store2.close();
139 store2 = null;
169 store2 = openDb("store2.db");
171 index2 = openSecondaryDb(factory, "2", store2, "index2.db", store1);
217 storeMap2 = factory.newMap(store2, String.class,
253 * store2 contains o2 with primary key "pk2" and foreign key "pk1",
272 /* Test that we can put a record into store2 wit
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTupleSerialFactoryTest.java69 private Database store2; field in class:TupleSerialFactoryTest
112 if (store2 != null) {
113 store2.close();
128 store2 = null;
162 store2 = openDb("store2.db");
164 index2 = openSecondaryDb(factory, "2", store2, "index2.db", store1);
207 storeMap2 = factory.newSortedMap(store2, String.class,
216 storeMap2 = factory.newMap(store2, String.class,
242 * store2 contain
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_ri_driver.rb80 @store2.type = :home
84 @driver.add_also_in out, [@store1, @store2]
302 para("(from #{@store2.path})"),
392 'Ambiguous' => [@store1, @store2],
393 'Bar' => [@store2],
395 'Foo' => [@store1, @store2],
397 'Foo::Baz' => [@store1, @store2],
906 expected = [[@store2, [@override]]]
1069 method = @driver.load_method(@store2, :instance_methods, 'Bar', '#',
1307 store2
[all...]
H A Dtest_rdoc_class_module.rb982 store2 = RDoc::Store.new
983 tl2_1 = store2.add_file 'one.rb'
984 tl2_2 = store2.add_file 'two.rb'
1034 store2 = RDoc::Store.new
1035 tl2_1 = store2.add_file 'one.rb'
1036 tl2_2 = store2.add_file 'two.rb'
1037 tl2_3 = store2.add_file 'three.rb'

Completed in 178 milliseconds