Searched defs:window (Results 1 - 25 of 53) sorted by relevance

123

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DAppDelegate.h27 * The window used to present the app's visual content on the device's main screen.
30 @property (strong, nonatomic) UIWindow *window; variable
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java74 int window,
79 startPublishService(replicationServers, window, heartbeatInterval, 500);
88 int window,
95 startPublishService(replicationServers, window, heartbeatInterval, 500);
70 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
84 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
H A DFakeStressReplicationDomain.java61 int window,
66 startPublishService(replicationServers, window, heartbeatInterval, 500);
57 FakeStressReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java69 SortedSet<String> replicationServers, int window, long heartbeatInterval,
72 super(newConfig(baseDN, serverID, replicationServers, window, heartbeatInterval), generationId);
78 SortedSet<String> replicationServers, int window, long heartbeatInterval)
83 fakeCfg.setWindowSize(window);
95 SortedSet<String> replicationServers, int window, long heartbeatInterval,
98 this(baseDN, serverID, replicationServers, window, heartbeatInterval, 1);
68 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, long generationId) argument
77 newConfig(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval) argument
94 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java74 int window,
79 startPublishService(replicationServers, window, heartbeatInterval, 500, null);
88 int window,
95 startPublishService(replicationServers, window, heartbeatInterval, 500, null);
70 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
84 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
H A DFakeStressReplicationDomain.java61 int window,
66 startPublishService(replicationServers, window, heartbeatInterval, 500, null);
57 FakeStressReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java69 SortedSet<String> replicationServers, int window, long heartbeatInterval,
72 super(newConfig(baseDN, serverID, replicationServers, window, heartbeatInterval), generationId);
78 SortedSet<String> replicationServers, int window, long heartbeatInterval)
83 fakeCfg.setWindowSize(window);
95 SortedSet<String> replicationServers, int window, long heartbeatInterval,
98 this(baseDN, serverID, replicationServers, window, heartbeatInterval, 1);
68 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, long generationId) argument
77 newConfig(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval) argument
94 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java74 int window,
79 startPublishService(replicationServers, window, heartbeatInterval, 500);
88 int window,
95 startPublishService(replicationServers, window, heartbeatInterval, 500);
70 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
84 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
H A DFakeStressReplicationDomain.java61 int window,
66 startPublishService(replicationServers, window, heartbeatInterval, 500);
57 FakeStressReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/
H A DRateWindow.java25 * This class maintains the rate of an event for a sample rate over a window of a particular size.
27 * The window is constructed with a given size and sample rate and the window will move continuously at interval
28 * defined by the sample rate. The min, max and average will always be of the current window position, ie as the window
29 * moves and sample are not covered by the window the sample will not be included in the min, max and average
39 private final ConcurrentSkipListMap<Long, AtomicLong> window = new ConcurrentSkipListMap<Long, AtomicLong>(); field in class:RateWindow
54 * @param size The size of the window.
55 * @param sampleRate The sample rate for the window.
72 AtomicLong rate = window
[all...]
/forgerock/web-agents-v4/zlib/
H A Dinffast.c80 unsigned wsize; /* window size or zero if not using window */
81 unsigned whave; /* valid bytes in the window */
82 unsigned wnext; /* window write index */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
92 /* window position, window bytes to copy */
110 window = state->window;
[all...]
H A Dinflate.h91 /* sliding window */
92 unsigned wbits; /* log base 2 of requested window size */
93 unsigned wsize; /* window size or zero if not using window */
94 unsigned whave; /* valid bytes in the window */
95 unsigned wnext; /* window write index */
96 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DFakeReplicationDomain.java69 SortedSet<String> replicationServers, int window, long heartbeatInterval,
72 super(newConfig(baseDN, serverID, replicationServers, window, heartbeatInterval), generationId);
78 SortedSet<String> replicationServers, int window, long heartbeatInterval)
83 fakeCfg.setWindowSize(window);
95 SortedSet<String> replicationServers, int window, long heartbeatInterval,
98 this(baseDN, serverID, replicationServers, window, heartbeatInterval, 1);
68 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, long generationId) argument
77 newConfig(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval) argument
94 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/
H A DRateWindow.java25 * This class maintains the rate of an event for a sample rate over a window of a particular size.
27 * The window is constructed with a given size and sample rate and the window will move continuously at interval
28 * defined by the sample rate. The min, max and average will always be of the current window position, ie as the window
29 * moves and sample are not covered by the window the sample will not be included in the min, max and average
39 private final ConcurrentSkipListMap<Long, AtomicLong> window = new ConcurrentSkipListMap<Long, AtomicLong>(); field in class:RateWindow
54 * @param size The size of the window.
55 * @param sampleRate The sample rate for the window.
72 AtomicLong rate = window
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java322 * the given state and generation id (uses passed window for received changes)
325 ServerState state, long generationId, int window)
341 * the given state and generation id (uses 100 as window for received changes)
441 * DS2 starts and connects to RS1. No reader and low window value at the
443 * changes sent to DS. (window value reached: a window msg needed by RS for
456 // Send first changes to reach window and block DS2 writer queue. Writer will take them
894 * the window subsystem work and allow the broker to send as much entries as
1035 * often the case), the reader thread should be enabled to make the window
1303 * broker allows to unblock the window mechanis
324 createReplicationBroker(int dsId, ServerState state, long generationId, int window) argument
[all...]
H A DFractionalReplicationTest.java684 int window,
690 startPublishService(replicationServers, window, heartbeatInterval, 500);
680 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, long generationId) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java322 * the given state and generation id (uses passed window for received changes)
325 ServerState state, long generationId, int window)
341 * the given state and generation id (uses 100 as window for received changes)
441 * DS2 starts and connects to RS1. No reader and low window value at the
443 * changes sent to DS. (window value reached: a window msg needed by RS for
456 // Send first changes to reach window and block DS2 writer queue. Writer will take them
894 * the window subsystem work and allow the broker to send as much entries as
1035 * often the case), the reader thread should be enabled to make the window
1303 * broker allows to unblock the window mechanis
324 createReplicationBroker(int dsId, ServerState state, long generationId, int window) argument
[all...]
H A DFractionalReplicationTest.java684 int window,
690 startPublishService(replicationServers, window, heartbeatInterval, 500, null);
680 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, long generationId) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java322 * the given state and generation id (uses passed window for received changes)
325 ServerState state, long generationId, int window)
341 * the given state and generation id (uses 100 as window for received changes)
441 * DS2 starts and connects to RS1. No reader and low window value at the
443 * changes sent to DS. (window value reached: a window msg needed by RS for
456 // Send first changes to reach window and block DS2 writer queue. Writer will take them
894 * the window subsystem work and allow the broker to send as much entries as
1035 * often the case), the reader thread should be enabled to make the window
1303 * broker allows to unblock the window mechanis
324 createReplicationBroker(int dsId, ServerState state, long generationId, int window) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java128 public void replServerStartMsgTestVLASTV2(int serverId, String baseDN, int window, argument
135 public void replServerStartMsgTestVLASTV1(int serverId, String baseDN, int window, argument
140 url, baseDN, window, state, genId, true, groupId, degTh);
H A DSynchronizationMsgTest.java835 public void serverStartMsgTest(int serverId, String baseDN, int window, argument
839 serverId, "localhost:1234", baseDN, window, window, state,
879 public void replServerStartMsgTest(int serverId, String baseDN, int window, argument
883 url, baseDN, window, state, genId,
924 public void replServerStartDSMsgTest(int serverId, String baseDN, int window, argument
929 url, baseDN, window, state, genId,
1420 public void startECLMsgTest(int serverId, String baseDN, int window, argument
1424 "localhost:1234", window, window, windo
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java102 public void replServerStartMsgTestVLASTV2(int serverId, DN baseDN, int window, argument
109 public void replServerStartMsgTestVLASTV1(int serverId, DN baseDN, int window, argument
114 url, baseDN, window, state, genId, true, groupId, degTh);
H A DSynchronizationMsgTest.java657 public void serverStartMsgTest(int serverId, DN baseDN, int window, argument
661 serverId, "localhost:1234", baseDN, window, window, state,
702 public void replServerStartMsgTest(int serverId, DN baseDN, int window, argument
706 url, baseDN, window, state, genId, true, groupId, degTh);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java128 public void replServerStartMsgTestVLASTV2(int serverId, String baseDN, int window, argument
135 public void replServerStartMsgTestVLASTV1(int serverId, String baseDN, int window, argument
140 url, baseDN, window, state, genId, true, groupId, degTh);
H A DSynchronizationMsgTest.java835 public void serverStartMsgTest(int serverId, String baseDN, int window, argument
839 serverId, "localhost:1234", baseDN, window, window, state,
879 public void replServerStartMsgTest(int serverId, String baseDN, int window, argument
883 url, baseDN, window, state, genId,
924 public void replServerStartDSMsgTest(int serverId, String baseDN, int window, argument
929 url, baseDN, window, state, genId,
1420 public void startECLMsgTest(int serverId, String baseDN, int window, argument
1424 "localhost:1234", window, window, windo
[all...]

Completed in 2118 milliseconds

123