Searched refs:DEFAULT_INIT_SIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DFastOutputStreamTest.java58 (FastOutputStream.DEFAULT_INIT_SIZE, fos.getBufferBytes().length);
61 fos.write(new byte[FastOutputStream.DEFAULT_INIT_SIZE + 1]);
63 ((FastOutputStream.DEFAULT_INIT_SIZE * 2) + 1,
67 fos.write(new byte[FastOutputStream.DEFAULT_INIT_SIZE + 1]);
69 ((FastOutputStream.DEFAULT_INIT_SIZE * 4) + 3,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DFastOutputStream.java33 public static final int DEFAULT_INIT_SIZE = 100; field in class:FastOutputStream
55 initBuffer(DEFAULT_INIT_SIZE, DEFAULT_BUMP_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java177 assertEquals(FastOutputStream.DEFAULT_INIT_SIZE, binding.bufSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleBindingTest.java342 assertEquals(FastOutputStream.DEFAULT_INIT_SIZE, binding.bufSize);

Completed in 49 milliseconds