Searched refs:end (Results 426 - 450 of 620) sorted by relevance

<<11121314151617181920>>

/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/
H A DDefaultClientTypesManager.java207 long end = currentTimeMillis();
210 + (end - st));
380 * properties with parent properties return merged properties end if
828 long end = currentTimeMillis();
832 + (end - st));
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapData.java1105 long end = currentTimeMillis();
1109 + (end - st));
1122 end = currentTimeMillis();
1126 + (end - st));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DNetworkMonitor.java104 public synchronized void end(long start) { method in class:NetworkMonitor
260 // sm.end(s);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/adapters/
H A DSessionAdapter.java228 contents = contents.substring(0, matcher.start()) + contents.substring(matcher.end(), contents.length());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java1667 * Indicates whether the usage information has been displayed to the end user
2147 int end = boundary.next();
2149 while (end != BreakIterator.DONE) {
2150 String word = text.substring(start, end);
2157 start = end;
2158 end = boundary.next();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DStaticUtils.java1575 // address spaces, it presents a problem to end users because a
1656 int end = b.length() - 1;
1657 while (begin <= end)
1663 else if (b.byteAt(end) == ' ')
1665 end--;
1672 if (begin > 0 || end < b.length() - 1)
1674 b = b.subSequence(begin, end + 1);
/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c155 ([ capturing bracket offset ][ start value ][ end value ])+ ... [ 0 ] [ previous head ]
165 const pcre_uchar *end; member in struct:jit_arguments
500 group contains the start / end character pointers, and the second is
501 the start pointers when the end of the capturing group has not yet reached. */
939 pcre_uchar *end = bracketend(begin); local
944 sljit_sw length = end - begin;
948 if (end[-(1 + LINK_SIZE)] != OP_KET)
952 if (common->private_data_ptrs[end - common->start - LINK_SIZE] != 0)
955 next = end;
1013 common->private_data_ptrs[end
1078 pcre_uchar *end = NULL; local
1670 end enumerator in enum:__anon59
1979 pcre_uchar *end = bracketend(cc); local
2575 const pcre_uint8* end = bitset + 32; local
3039 struct sljit_jump *end = NULL; local
7746 get_iterator_parameters(compiler_common *common, pcre_uchar *cc, pcre_uchar *opcode, pcre_uchar *type, int *max, int *min, pcre_uchar **end) argument
7851 pcre_uchar* end; local
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DUpgradeTasks.java415 public void end(UpgradeContext context) throws ClientException
421 task.end(context);
475 * subsequent task executed at the end of the upgrade process will then obtain
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java117 * end of the DN, or null if there are none.
193 int end = valueLength - anyLength;
195 for (; pos < end; pos++)
346 // Make sure that we're not at the end of the DN string because
441 // If we are at the end of the DN string, then that must mean
471 // Most likely, we will be at either the end of the RDN
472 // component or the end of the DN. If so, then handle that
476 // We're at the end of the DN string and should have a valid
483 // We're at the end of the RDN component, so add it to the
519 // Make sure that we're not at the end o
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java118 * end of the DN, or null if there are none.
194 int end = valueLength - anyLength;
196 for (; pos < end; pos++)
347 // Make sure that we're not at the end of the DN string because
442 // If we are at the end of the DN string, then that must mean
472 // Most likely, we will be at either the end of the RDN
473 // component or the end of the DN. If so, then handle that
477 // We're at the end of the DN string and should have a valid
484 // We're at the end of the RDN component, so add it to the
520 // Make sure that we're not at the end o
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerLoadBalancingTest.java245 * Start the 19 other DSs. One should end up with:
286 * connected together at the end
422 // Timeout reached, end with error
513 * DS7 to DS12 start, we must end up with RS1, RS2 and RS3 each with 4 DSs
525 * RS4 (weight=1) starts, we must end up with RS1, RS2, RS3 and RS4 each
537 * Change RS3 weight from 1 to 3, we must end up with RS1, RS2 and RS4
550 * DS13 to DS20 start, we must end up with RS1, RS2 and RS4 each with 3
580 * Stop 2 DSs from RS3, one should end up with RS1 has 3 DSs, RS2 has 3
621 * Start the 2 stopped DSs again, we must end up with RS1, RS2 and RS4
642 * Change RS2 weight to 2, RS3 weight to 4, RS4 weight to 3, we must end
1091 createReplicationDomains(String testCase, int start, int end) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java118 * end of the DN, or null if there are none.
194 int end = valueLength - anyLength;
196 for (; pos < end; pos++)
347 // Make sure that we're not at the end of the DN string because
442 // If we are at the end of the DN string, then that must mean
472 // Most likely, we will be at either the end of the RDN
473 // component or the end of the DN. If so, then handle that
477 // We're at the end of the DN string and should have a valid
484 // We're at the end of the RDN component, so add it to the
520 // Make sure that we're not at the end o
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerLoadBalancingTest.java245 * Start the 19 other DSs. One should end up with:
286 * connected together at the end
422 // Timeout reached, end with error
513 * DS7 to DS12 start, we must end up with RS1, RS2 and RS3 each with 4 DSs
525 * RS4 (weight=1) starts, we must end up with RS1, RS2, RS3 and RS4 each
537 * Change RS3 weight from 1 to 3, we must end up with RS1, RS2 and RS4
550 * DS13 to DS20 start, we must end up with RS1, RS2 and RS4 each with 3
580 * Stop 2 DSs from RS3, one should end up with RS1 has 3 DSs, RS2 has 3
621 * Start the 2 stopped DSs again, we must end up with RS1, RS2 and RS4
642 * Change RS2 weight to 2, RS3 weight to 4, RS4 weight to 3, we must end
1091 createReplicationDomains(String testCase, int start, int end) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeTasks.java415 public void end(UpgradeContext context) throws ClientException
421 task.end(context);
473 * subsequent task executed at the end of the upgrade process will then obtain
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java117 * end of the DN, or null if there are none.
193 int end = valueLength - anyLength;
195 for (; pos < end; pos++)
346 // Make sure that we're not at the end of the DN string because
441 // If we are at the end of the DN string, then that must mean
471 // Most likely, we will be at either the end of the RDN
472 // component or the end of the DN. If so, then handle that
476 // We're at the end of the DN string and should have a valid
483 // We're at the end of the RDN component, so add it to the
519 // Make sure that we're not at the end o
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java118 * end of the DN, or null if there are none.
194 int end = valueLength - anyLength;
196 for (; pos < end; pos++)
347 // Make sure that we're not at the end of the DN string because
442 // If we are at the end of the DN string, then that must mean
472 // Most likely, we will be at either the end of the RDN
473 // component or the end of the DN. If so, then handle that
477 // We're at the end of the DN string and should have a valid
484 // We're at the end of the RDN component, so add it to the
520 // Make sure that we're not at the end o
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DISAccountLockout.java765 String end
770 int endIndex = content.indexOf(end);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPatternDN.java115 * end of the DN, or null if there are none.
191 int end = valueLength - anyLength;
193 for (; pos < end; pos++)
343 // Make sure that we're not at the end of the DN string because
436 // If we are at the end of the DN string, then that must mean
465 // Most likely, we will be at either the end of the RDN
466 // component or the end of the DN. If so, then handle that appropriately.
469 // We're at the end of the DN string and should have a valid DN so return it.
475 // We're at the end of the RDN component, so add it to the list,
509 // Make sure that we're not at the end o
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DDN2URI.java622 ByteStringBuilder end = afterKey(baseDN);
629 while (success && cursor.getKey().compareTo(end) < 0)
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAAccountTableViewController.m271 @end
H A DFRAAccountsTableViewController.m287 @end
H A DFRAIdentityDatabase.m294 @end
H A DFRAModelsFromDatabase.m311 @end
H A DFRAOathMechanismFactory.m321 @end
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/query/
H A DTableQueries.java362 measure.end();
410 measure.end();

Completed in 158 milliseconds

<<11121314151617181920>>