Searched refs:end (Results 76 - 100 of 620) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/core/
H A DPluggablePublisher.java45 * Pluggable implementation of the end event handling, used internally.
47 * <code>org.forgerock.smartevent.EventEntry.end()</code> processing
51 void end(Name eventName, EventEntry callingEntry); method in interface:PluggablePublisher
H A DDisabledPublisher.java52 public final void end(Name eventName, EventEntry callingEntry) { method in class:DisabledPublisher
/forgerock/web-agents-v4/expat/
H A Dxmlrole.h91 const char *end,
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
/forgerock/openidm-v4/openidm-smartevent/src/test/java/org/forgerock/openidm/smartevent/
H A DPublisherTest.java62 measure.end();
71 * Do a number of start/end measurements after an initial warm up,
90 measure.end();
97 measure.end();
99 long end = System.currentTimeMillis();
100 long diff = end - start;
103 + "Each start/end event took approx: " + MILLISEC_FORMAT.format(diff/(double)iterations)
/forgerock/opendj2/ext/ant/bin/
H A Dantenv.cmd45 end
46 end
47 end
78 end
89 end
/forgerock/opendj-b2.6/ext/ant/bin/
H A Dantenv.cmd45 end
46 end
47 end
78 end
89 end
/forgerock/opendj2.6.2/ext/ant/bin/
H A Dantenv.cmd45 end
46 end
47 end
78 end
89 end
/forgerock/opendj2-hg/ext/ant/bin/
H A Dantenv.cmd45 end
46 end
47 end
78 end
89 end
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Dantenv.cmd45 end
46 end
47 end
78 end
89 end
/forgerock/opendj2/src/messages/src/org/opends/messages/
H A DMessageBuilder.java187 * end)</tt> when <tt>csq</tt> is not <tt>null</tt>, behaves in
191 * out.append(csq.subSequence(start, end)) </pre>
202 * @param end
209 * If <tt>start</tt> or <tt>end</tt> are negative, <tt>start</tt>
210 * is greater than <tt>end</tt>, or <tt>end</tt> is greater than
213 public MessageBuilder append(CharSequence csq, int start, int end) argument
216 return append(csq.subSequence(start, end));
319 * value at index <tt>end - 1</tt>. The length (in <code>char</code>s)
320 * of the returned sequence is <tt>end
333 subSequence(int start, int end) argument
392 subSequence(Locale locale, int start, int end) argument
[all...]
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/
H A DMessageBuilder.java188 * end)</tt> when <tt>csq</tt> is not <tt>null</tt>, behaves in
192 * out.append(csq.subSequence(start, end)) </pre>
203 * @param end
210 * If <tt>start</tt> or <tt>end</tt> are negative, <tt>start</tt>
211 * is greater than <tt>end</tt>, or <tt>end</tt> is greater than
214 public MessageBuilder append(CharSequence csq, int start, int end) argument
217 return append(csq.subSequence(start, end));
320 * value at index <tt>end - 1</tt>. The length (in <code>char</code>s)
321 * of the returned sequence is <tt>end
334 subSequence(int start, int end) argument
393 subSequence(Locale locale, int start, int end) argument
[all...]
/forgerock/opendj2.6.2/src/messages/src/org/opends/messages/
H A DMessageBuilder.java188 * end)</tt> when <tt>csq</tt> is not <tt>null</tt>, behaves in
192 * out.append(csq.subSequence(start, end)) </pre>
203 * @param end
210 * If <tt>start</tt> or <tt>end</tt> are negative, <tt>start</tt>
211 * is greater than <tt>end</tt>, or <tt>end</tt> is greater than
214 public MessageBuilder append(CharSequence csq, int start, int end) argument
217 return append(csq.subSequence(start, end));
320 * value at index <tt>end - 1</tt>. The length (in <code>char</code>s)
321 * of the returned sequence is <tt>end
334 subSequence(int start, int end) argument
393 subSequence(Locale locale, int start, int end) argument
[all...]
/forgerock/opendj2-hg/src/messages/src/org/opends/messages/
H A DMessageBuilder.java187 * end)</tt> when <tt>csq</tt> is not <tt>null</tt>, behaves in
191 * out.append(csq.subSequence(start, end)) </pre>
202 * @param end
209 * If <tt>start</tt> or <tt>end</tt> are negative, <tt>start</tt>
210 * is greater than <tt>end</tt>, or <tt>end</tt> is greater than
213 public MessageBuilder append(CharSequence csq, int start, int end) argument
216 return append(csq.subSequence(start, end));
319 * value at index <tt>end - 1</tt>. The length (in <code>char</code>s)
320 * of the returned sequence is <tt>end
333 subSequence(int start, int end) argument
392 subSequence(Locale locale, int start, int end) argument
[all...]
/forgerock/opendj2-jel-hg/src/messages/src/org/opends/messages/
H A DMessageBuilder.java188 * end)</tt> when <tt>csq</tt> is not <tt>null</tt>, behaves in
192 * out.append(csq.subSequence(start, end)) </pre>
203 * @param end
210 * If <tt>start</tt> or <tt>end</tt> are negative, <tt>start</tt>
211 * is greater than <tt>end</tt>, or <tt>end</tt> is greater than
214 public MessageBuilder append(CharSequence csq, int start, int end) argument
217 return append(csq.subSequence(start, end));
320 * value at index <tt>end - 1</tt>. The length (in <code>char</code>s)
321 * of the returned sequence is <tt>end
334 subSequence(int start, int end) argument
393 subSequence(Locale locale, int start, int end) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/util/
H A DLogRecordSorter.java137 int end = length-1;
138 int diff = end - start;
150 end = mid;
151 diff = end - start;
164 diff = end - start;
177 int index = end;
215 * method that pushes the records from the specified position towards end
/forgerock/web-agents-v4/zlib/
H A Dinftrees.c57 int end; /* use base and extra for symbol > end */ local
184 end = 19;
191 end = 256;
196 end = -1;
219 if ((int)(work[sym]) < end) {
223 else if ((int)(work[sym]) > end) {
228 here.op = (unsigned char)(32 + 64); /* end of block */
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/util/
H A DLogRecordSorter.java137 int end = length-1;
138 int diff = end - start;
150 end = mid;
151 diff = end - start;
164 diff = end - start;
177 int index = end;
215 * method that pushes the records from the specified position towards end
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dorderablelist.js155 var end = this.selectedLength() - 1;
157 if (index < 0 || index > end - 1 ||
161 for (i = end; i >= 0; i--) {
165 if (i + 1 < end) {
177 end = i + 1;
179 end = i;
285 var end = this.selectedLength() - 1;
292 if (index < 0 || index > end - 1 ||
297 for (i = end; i >= 0; i--) {
303 if (i + 1 < end) {
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dorderablelist.js155 var end = this.selectedLength() - 1;
157 if (index < 0 || index > end - 1 ||
161 for (i = end; i >= 0; i--) {
165 if (i + 1 < end) {
177 end = i + 1;
179 end = i;
285 var end = this.selectedLength() - 1;
292 if (index < 0 || index > end - 1 ||
297 for (i = end; i >= 0; i--) {
303 if (i + 1 < end) {
[all...]
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationGateway.h65 @end
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRAQRUtilsTests.m23 @end
107 @end
/forgerock/opendj2/src/server/org/opends/server/api/
H A DSubstringMatchingRule.java81 * that should appear at the end of the
120 int end = valueLength - anyLength;
122 for (; pos <= end; pos++)
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DSubstringMatchingRule.java82 * that should appear at the end of the
121 int end = valueLength - anyLength;
123 for (; pos <= end; pos++)
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DSubstringMatchingRule.java82 * that should appear at the end of the
121 int end = valueLength - anyLength;
123 for (; pos <= end; pos++)
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DSubstringMatchingRule.java81 * that should appear at the end of the
120 int end = valueLength - anyLength;
122 for (; pos <= end; pos++)

Completed in 137 milliseconds

1234567891011>>