Searched defs:tn (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DDbHandlerTest.java56 private void debugInfo(String tn, String s) argument
60 TRACER.debugInfo("** TEST " + tn + " ** " + s);
411 String tn = "testDBCount("+max+","+counterWindow+")";
412 debugInfo(tn, "Starting test");
479 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
484 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
489 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
494 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
499 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
504 debugInfo(tn,testcas
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DDbHandlerTest.java56 private void debugInfo(String tn, String s) argument
60 TRACER.debugInfo("** TEST " + tn + " ** " + s);
411 String tn = "testDBCount("+max+","+counterWindow+")";
412 debugInfo(tn, "Starting test");
479 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
484 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
489 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
494 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
499 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
504 debugInfo(tn,testcas
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DDbHandlerTest.java56 private void debugInfo(String tn, String s) argument
60 TRACER.debugInfo("** TEST " + tn + " ** " + s);
411 String tn = "testDBCount("+max+","+counterWindow+")";
412 debugInfo(tn, "Starting test");
479 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
484 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
489 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
494 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
499 debugInfo(tn,testcase + " actualCnt=" + actualCnt);
504 debugInfo(tn,testcas
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DFileReplicaDBTest.java76 private void debugInfo(String tn, String s) argument
80 TRACER.debugInfo("** TEST " + tn + " ** " + s);
417 String tn = "testDBCount("+max+","+counterWindow+")";
418 debugInfo(tn, "Starting test");
449 debugInfo(tn, "SHUTDOWN replicaDB and recreate");
468 debugInfo(tn, testcase + replicaDB.getOldestCSN() + replicaDB.getNewestCSN());
472 debugInfo(tn,"clear:");
478 debugInfo(tn,"Success");
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DJEReplicaDBTest.java96 private void debugInfo(String tn, String s) argument
100 TRACER.debugInfo("** TEST " + tn + " ** " + s);
408 String tn = "testDBCount("+max+","+counterWindow+")";
409 debugInfo(tn, "Starting test");
442 debugInfo(tn, "SHUTDOWN replicaDB and recreate");
465 debugInfo(tn, testcase + replicaDB.getOldestCSN() + replicaDB.getNewestCSN());
469 debugInfo(tn,"clear:");
475 debugInfo(tn,"Success");
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DFileReplicaDBTest.java76 private void debugInfo(String tn, String s) argument
80 TRACER.debugInfo("** TEST " + tn + " ** " + s);
417 String tn = "testDBCount("+max+","+counterWindow+")";
418 debugInfo(tn, "Starting test");
449 debugInfo(tn, "SHUTDOWN replicaDB and recreate");
468 debugInfo(tn, testcase + replicaDB.getOldestCSN() + replicaDB.getNewestCSN());
472 debugInfo(tn,"clear:");
478 debugInfo(tn,"Success");
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DJEReplicaDBTest.java96 private void debugInfo(String tn, String s) argument
100 TRACER.debugInfo("** TEST " + tn + " ** " + s);
408 String tn = "testDBCount("+max+","+counterWindow+")";
409 debugInfo(tn, "Starting test");
442 debugInfo(tn, "SHUTDOWN replicaDB and recreate");
465 debugInfo(tn, testcase + replicaDB.getOldestCSN() + replicaDB.getNewestCSN());
469 debugInfo(tn,"clear:");
475 debugInfo(tn,"Success");
/forgerock/web-agents-v4/source/
H A Dconfig_file.c40 char *orig, *tn, *tmp = strdup(line); local
50 tn = strchr(tmp, '=');
51 if (tn != NULL && ((size_t) (tn - tmp)) < line_sz) {
53 token = tn + 1; /* move past the '=' */
54 *tn = 0; /* terminate token key and reset the pointer */
55 tn = tmp;
57 trim(tn, ' ');
61 if (strncmp(tn, name, name_sz) == 0) {
63 if ((token_sz = strlen(tn)) !
[all...]
H A Dprocess.c1568 struct tm tn; local
1574 gmtime_r(&now, &tn);
1575 strftime(tsc, sizeof (tsc), "%Y-%m-%dT%H%%3A%M%%3A%SZ", &tn);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/
H A DFileReplicaDBTest.java73 private void debugInfo(String tn, String s) argument
75 logger.trace("** TEST %s ** %s", tn, s);
406 String tn = "testDBCount("+max+","+counterWindow+")";
407 debugInfo(tn, "Starting test");
438 debugInfo(tn, "SHUTDOWN replicaDB and recreate");
457 debugInfo(tn, testcase + replicaDB.getOldestCSN() + replicaDB.getNewestCSN());
461 debugInfo(tn,"clear:");
467 debugInfo(tn,"Success");
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DExternalChangeLogTest.java475 String tn = "ECLRemoteEmpty";
476 debugInfo(tn, "Starting test\n\n");
508 "Ending " + tn + " with incorrect message number :" +
511 "Ending " + tn + " with incorrect message type :" +
523 "Ending " + tn + " with incorrect message number :" +
526 "Ending " + tn + " with incorrect message type :" +
538 "Ending " + tn + " with incorrect message number :" +
541 "Ending " + tn + " with incorrect message type :" +
543 debugInfo(tn, "Ending test successfully\n\n");
547 fail("Ending test " + tn
1523 readLastCookie(String tn) argument
2795 debugInfo(String tn, String s) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java1478 private void debugAndWriteEntries(LDIFWriter ldifWriter,List<SearchResultEntry> entries, String tn) throws Exception argument
1485 debugInfo(tn, " RESULT entry returned:" + entry.toLDIFString());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DExternalChangeLogTest.java475 String tn = "ECLRemoteEmpty";
476 debugInfo(tn, "Starting test\n\n");
508 "Ending " + tn + " with incorrect message number :" +
511 "Ending " + tn + " with incorrect message type :" +
523 "Ending " + tn + " with incorrect message number :" +
526 "Ending " + tn + " with incorrect message type :" +
538 "Ending " + tn + " with incorrect message number :" +
541 "Ending " + tn + " with incorrect message type :" +
543 debugInfo(tn, "Ending test successfully\n\n");
547 fail("Ending test " + tn
1523 readLastCookie(String tn) argument
2795 debugInfo(String tn, String s) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java1478 private void debugAndWriteEntries(LDIFWriter ldifWriter,List<SearchResultEntry> entries, String tn) throws Exception argument
1485 debugInfo(tn, " RESULT entry returned:" + entry.toLDIFString());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DExternalChangeLogTest.java475 String tn = "ECLRemoteEmpty";
476 debugInfo(tn, "Starting test\n\n");
508 "Ending " + tn + " with incorrect message number :" +
511 "Ending " + tn + " with incorrect message type :" +
523 "Ending " + tn + " with incorrect message number :" +
526 "Ending " + tn + " with incorrect message type :" +
538 "Ending " + tn + " with incorrect message number :" +
541 "Ending " + tn + " with incorrect message type :" +
543 debugInfo(tn, "Ending test successfully\n\n");
547 fail("Ending test " + tn
1523 readLastCookie(String tn) argument
2795 debugInfo(String tn, String s) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DChangelogBackendTestCase.java1514 private void debugAndWriteEntries(LDIFWriter ldifWriter,List<SearchResultEntry> entries, String tn) throws Exception argument
1521 debugInfo(tn, " RESULT entry returned:" + entry.toLDIFString());
/forgerock/opendj-b2.6/ext/svnkit/
H A Djna.jar ... rc int i com.sun.jna.ToNativeConverter tn String msg int i String msg long peer com. ...
/forgerock/opendj2/ext/svnkit/lib/
H A Djna-3.5.2.jar ... rc int i com.sun.jna.ToNativeConverter tn String msg int i String msg int flags long peer ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Djna.jar ... rc int i com.sun.jna.ToNativeConverter tn String msg int i String msg long peer com. ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Djna-3.5.2.jar ... rc int i com.sun.jna.ToNativeConverter tn String msg int i String msg int flags long peer ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 131 milliseconds

12