Searched refs:TestSerial (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTestSerial.java14 class TestSerial implements java.io.Serializable { class in inherits:java.io.Serializable
19 private TestSerial other;
29 TestSerial(TestSerial other) { method in class:TestSerial
34 TestSerial getOther() {
52 TestSerial o = (TestSerial) object;
H A DStoredClassCatalogTest.java31 * new/updated version of TestSerial in the classpath. It uses the
95 TestSerial.class);
154 TestSerial one = (TestSerial) map.get("one");
155 TestSerial two = (TestSerial) map.get("two");
162 TestSerial three = new TestSerial(two);
165 three = (TestSerial) map.get("three");
168 ObjectStreamClass desc = ObjectStreamClass.lookup(TestSerial
[all...]
H A DStoredClassCatalogTestInit.java30 * old/original version of TestSerial in the classpath. It creates a fresh
87 new SerialBinding(catalog, TestSerial.class);
140 TestSerial one = new TestSerial(null);
141 TestSerial two = new TestSerial(one);
143 " TestSerial class, the 'original' version is required",
148 one = (TestSerial) map.get("one");
149 two = (TestSerial) map.get("two");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTestSerial.java14 class TestSerial implements java.io.Serializable { class in inherits:java.io.Serializable
19 private TestSerial other;
29 TestSerial(TestSerial other) { method in class:TestSerial
34 TestSerial getOther() {
52 TestSerial o = (TestSerial) object;
H A DStoredClassCatalogTest.java31 * new/updated version of TestSerial in the classpath. It uses the
95 TestSerial.class);
154 TestSerial one = (TestSerial) map.get("one");
155 TestSerial two = (TestSerial) map.get("two");
162 TestSerial three = new TestSerial(two);
165 three = (TestSerial) map.get("three");
168 ObjectStreamClass desc = ObjectStreamClass.lookup(TestSerial
[all...]
H A DStoredClassCatalogTestInit.java30 * old/original version of TestSerial in the classpath. It creates a fresh
87 new SerialBinding(catalog, TestSerial.class);
140 TestSerial one = new TestSerial(null);
141 TestSerial two = new TestSerial(one);
143 " TestSerial class, the 'original' version is required",
148 one = (TestSerial) map.get("one");
149 two = (TestSerial) map.get("two");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTestSerial.java14 class TestSerial implements java.io.Serializable { class in inherits:java.io.Serializable
19 private TestSerial other;
29 TestSerial(TestSerial other) { method in class:TestSerial
34 TestSerial getOther() {
52 TestSerial o = (TestSerial) object;
H A DStoredClassCatalogTest.java31 * new/updated version of TestSerial in the classpath. It uses the
95 TestSerial.class);
154 TestSerial one = (TestSerial) map.get("one");
155 TestSerial two = (TestSerial) map.get("two");
162 TestSerial three = new TestSerial(two);
165 three = (TestSerial) map.get("three");
168 ObjectStreamClass desc = ObjectStreamClass.lookup(TestSerial
[all...]
H A DStoredClassCatalogTestInit.java30 * old/original version of TestSerial in the classpath. It creates a fresh
87 new SerialBinding(catalog, TestSerial.class);
140 TestSerial one = new TestSerial(null);
141 TestSerial two = new TestSerial(one);
143 " TestSerial class, the 'original' version is required",
148 one = (TestSerial) map.get("one");
149 two = (TestSerial) map.get("two");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/
H A DMakefile10 TESTSERIALPATH=com/sleepycat/collections/test/serial/TestSerial
19 # Build the original version of TestSerial in the testserial directory
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/
H A DMakefile10 TESTSERIALPATH=com/sleepycat/collections/test/serial/TestSerial
19 # Build the original version of TestSerial in the testserial directory
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/
H A DMakefile10 TESTSERIALPATH=com/sleepycat/collections/test/serial/TestSerial
19 # Build the original version of TestSerial in the testserial directory

Completed in 124 milliseconds