Searched defs:exist (Results 1 - 7 of 7) sorted by relevance
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 176 * of this domain. If the domain does not exist, returns the default hard-coded\ 200 * does not exist, take the 'empty backend' generationID. 664 protected Entry getEntry(DN dn, int timeout, boolean exist) throws Exception argument 671 while ((count> 0) && (found != exist)) 1029 * @throws Exception if the entry does not exist or does not have
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 176 * of this domain. If the domain does not exist, returns the default hard-coded\ 200 * does not exist, take the 'empty backend' generationID. 664 protected Entry getEntry(DN dn, int timeout, boolean exist) throws Exception argument 671 while ((count> 0) && (found != exist)) 1029 * @throws Exception if the entry does not exist or does not have
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 176 * of this domain. If the domain does not exist, returns the default hard-coded\ 200 * does not exist, take the 'empty backend' generationID. 664 protected Entry getEntry(DN dn, int timeout, boolean exist) throws Exception argument 671 while ((count> 0) && (found != exist)) 1029 * @throws Exception if the entry does not exist or does not have
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 174 * of this domain. If the domain does not exist, returns the default hard-coded\ 200 * does not exist, take the 'empty backend' generationID. 563 protected Entry getEntry(DN dn, int timeout, boolean exist) throws Exception argument 570 while ((count> 0) && (found != exist)) 829 * @throws Exception if the entry does not exist or does not have
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 174 * of this domain. If the domain does not exist, returns the default hard-coded\ 200 * does not exist, take the 'empty backend' generationID. 563 protected Entry getEntry(DN dn, int timeout, boolean exist) throws Exception argument 570 while ((count> 0) && (found != exist)) 829 * @throws Exception if the entry does not exist or does not have
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 176 * of this domain. If the domain does not exist, returns the default hard-coded\ 202 * does not exist, take the 'empty backend' generationID. 555 protected Entry getEntry(final DN dn, int timeoutInMillis, final boolean exist) throws Exception argument 566 assertEquals(DirectoryServer.entryExists(dn), exist); 787 * @throws Exception if the entry does not exist or does not have
|
/forgerock/web-agents-v4/source/ |
H A D | log.c | 933 int i, exist = AM_NOT_FOUND; local 952 exist = AM_SUCCESS; 956 if (exist == AM_NOT_FOUND) { 973 exist = AM_DONE; 1004 if (exist == AM_DONE) {
|
Completed in 50 milliseconds