Searched refs:unevolvedFormatsEncountered (Results 1 - 3 of 3) 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/persist/test/
H A DEvolveTest.java164 PersistCatalog.unevolvedFormatsEncountered = false;
167 assertTrue(PersistCatalog.unevolvedFormatsEncountered);
178 PersistCatalog.unevolvedFormatsEncountered = false;
180 assertTrue(!PersistCatalog.unevolvedFormatsEncountered);
187 PersistCatalog.unevolvedFormatsEncountered = false;
189 assertTrue(!PersistCatalog.unevolvedFormatsEncountered);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DFormat.java389 PersistCatalog.unevolvedFormatsEncountered = true;
H A DPersistCatalog.java82 public static boolean unevolvedFormatsEncountered; field in class:PersistCatalog

Completed in 38 milliseconds