Home
last modified time | relevance | path

Searched refs:SNAPSHOT_INTERVAL (Results 1 – 15 of 15) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/session/
H A DWorkspaceDescriptionTest.java33 private static final long SNAPSHOT_INTERVAL = 4321; field in WorkspaceDescriptionTest
44 desc.setSnapshotInterval(SNAPSHOT_INTERVAL); in test1()
62 assertEquals("2.6", SNAPSHOT_INTERVAL, desc.getSnapshotInterval()); in test2()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java54 final public static int SNAPSHOT_INTERVAL = 10; field in ForceLogSnapshot
130 SNAPSHOT_INTERVAL; in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java54 final public static int SNAPSHOT_INTERVAL = 10; field in ForceLogSnapshot
130 SNAPSHOT_INTERVAL; in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java54 final public static int SNAPSHOT_INTERVAL = 10; field in ForceLogSnapshot
130 SNAPSHOT_INTERVAL; in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java54 final public static int SNAPSHOT_INTERVAL = 10; field in ForceLogSnapshot
130 SNAPSHOT_INTERVAL; in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java54 final public static int SNAPSHOT_INTERVAL = 10; field in ForceLogSnapshot
130 SNAPSHOT_INTERVAL; in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java54 final public static int SNAPSHOT_INTERVAL = 10; field in ForceLogSnapshot
130 SNAPSHOT_INTERVAL; in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java54 final public static int SNAPSHOT_INTERVAL = 10; field in ForceLogSnapshot
130 SNAPSHOT_INTERVAL; in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java49 final public static int SNAPSHOT_INTERVAL = 10; field in ForceLogSnapshot
125 SNAPSHOT_INTERVAL; in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java49 final public static int SNAPSHOT_INTERVAL = 10; field in ForceLogSnapshot
125 SNAPSHOT_INTERVAL; in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DIModelObjectConstants.java46 String SNAPSHOT_INTERVAL = "snapshotInterval"; //$NON-NLS-1$ field
H A DWorkspaceDescriptionReader.java114 String snapshotInterval = getString(node, SNAPSHOT_INTERVAL); in readWorkspaceDescription()
H A DModelObjectWriter.java292 writer.printSimpleTag(SNAPSHOT_INTERVAL, description.getSnapshotInterval()); in write()
/dports/devel/rsvndump/rsvndump-0.6/src/
H A Dpath_repo.c45 #define SNAPSHOT_INTERVAL (1<<10) /* Interval for full-tree snapshots */ macro
106 L1("path_repo: snapshot interval: %d\n", SNAPSHOT_INTERVAL); in pr_cleanup()
229 r = (revision & ~(SNAPSHOT_INTERVAL-1)); in pr_reconstruct()
461 int snapshot = (revision > 0 && (revision % SNAPSHOT_INTERVAL == 0)); in path_repo_commit()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/ra/src/
H A Dra_log.erl52 -define(SNAPSHOT_INTERVAL, 4096). macro