Searched defs:ts (Results 1 - 25 of 49) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DReaderWriterClear.java38 public ReaderWriterClear(ReaderWriterLock l, Socket fs, Socket ts) { argument
39 super(l, fs, ts);
H A DReaderWriter.java50 public ReaderWriter(ReaderWriterLock l, Socket fs, Socket ts) { argument
56 out = new DataOutputStream(ts.getOutputStream());
/forgerock/web-agents-v4/tests/
H A Dtest_network.c31 char ts[64]; local
44 strftime(ts, sizeof (ts) - 1, "%Y-%m-%d %H:%M:%S", &now);
47 fprintf(f, "%s ", ts);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java245 Set<TaskEntry> ts = new HashSet<TaskEntry>();
537 updateTaskInformation(ctx, ex, ts);
546 taskEntries = Collections.unmodifiableSet(ts);
853 * @param ts the list of task entries to be updated.
856 List<OpenDsException> ex, Collection<TaskEntry> ts)
878 handleTaskSearchResult(sr, ConfigConstants.DN_TASK_ROOT, ts, ex);
855 updateTaskInformation(InitialLdapContext ctx, List<OpenDsException> ex, Collection<TaskEntry> ts) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java244 Set<TaskEntry> ts = new HashSet<TaskEntry>();
536 updateTaskInformation(ctx, ex, ts);
545 taskEntries = Collections.unmodifiableSet(ts);
852 * @param ts the list of task entries to be updated.
855 List<OpenDsException> ex, Collection<TaskEntry> ts)
877 handleTaskSearchResult(sr, ConfigConstants.DN_TASK_ROOT, ts, ex);
854 updateTaskInformation(InitialLdapContext ctx, List<OpenDsException> ex, Collection<TaskEntry> ts) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java245 Set<TaskEntry> ts = new HashSet<TaskEntry>();
537 updateTaskInformation(ctx, ex, ts);
546 taskEntries = Collections.unmodifiableSet(ts);
853 * @param ts the list of task entries to be updated.
856 List<OpenDsException> ex, Collection<TaskEntry> ts)
878 handleTaskSearchResult(sr, ConfigConstants.DN_TASK_ROOT, ts, ex);
855 updateTaskInformation(InitialLdapContext ctx, List<OpenDsException> ex, Collection<TaskEntry> ts) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java244 Set<TaskEntry> ts = new HashSet<TaskEntry>();
536 updateTaskInformation(ctx, ex, ts);
545 taskEntries = Collections.unmodifiableSet(ts);
852 * @param ts the list of task entries to be updated.
855 List<OpenDsException> ex, Collection<TaskEntry> ts)
877 handleTaskSearchResult(sr, ConfigConstants.DN_TASK_ROOT, ts, ex);
854 updateTaskInformation(InitialLdapContext ctx, List<OpenDsException> ex, Collection<TaskEntry> ts) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java245 Set<TaskEntry> ts = new HashSet<TaskEntry>();
537 updateTaskInformation(ctx, ex, ts);
546 taskEntries = Collections.unmodifiableSet(ts);
853 * @param ts the list of task entries to be updated.
856 List<OpenDsException> ex, Collection<TaskEntry> ts)
878 handleTaskSearchResult(sr, ConfigConstants.DN_TASK_ROOT, ts, ex);
855 updateTaskInformation(InitialLdapContext ctx, List<OpenDsException> ex, Collection<TaskEntry> ts) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java934 * @param ts
937 public void updateTaskInformation(InitialLdapContext ctx, List<OpenDsException> ex, Collection<TaskEntry> ts) argument
955 handleTaskSearchResult(sr, ConfigConstants.DN_TASK_ROOT, ts, ex);
/forgerock/web-agents-v4/source/
H A Dthread.c157 static void am_clock_gettime(struct timespec *ts) { argument
164 ts->tv_sec = mts.tv_sec;
165 ts->tv_nsec = mts.tv_nsec;
167 clock_gettime(CLOCK_REALTIME, ts);
180 struct timespec ts; local
207 am_clock_gettime(&ts);
208 ts.tv_sec += pool->linger;
209 if (pool->linger == 0 || pthread_cond_timedwait(&pool->work, &pool->lock, &ts) == ETIMEDOUT) {
504 struct timespec ts = {0, 0};
507 ts
646 struct itimerspec ts; local
703 struct itimerspec ts; local
[all...]
H A Dcache.c80 time_t ts; /* create timestamp */ member in struct:am_cache_entry
296 if (difftime(cache_entry->ts + cache_entry->valid, expiry_time) < 0) {
355 time_t ts = cache_entry->ts; local
356 ts += request->conf->pdp_cache_valid;
357 if (difftime(time(NULL), ts) >= 0) {
360 localtime_r(&cache_entry->ts, &created);
361 localtime_r(&ts, &until);
485 cache_entry->ts = time(NULL);
632 time_t ts local
1103 time_t ts = cache_entry->ts; local
[all...]
H A Dlog.c154 time_t ts = ct; local
155 ts += 86400; /* once in 24 hours */
156 if (difftime(time(NULL), ts) >= 0) {
200 struct timespec ts = {0, 0}; local
202 ts.tv_sec = now.tv_sec + 1;
203 ts.tv_nsec = now.tv_usec * 1000;
204 if (pthread_cond_timedwait(&log->new_data_cond, &log->lock, &ts) == ETIMEDOUT) {
H A Dadmin.c143 char ts[64]; local
155 strftime(ts, sizeof(ts) - 1, "%Y-%m-%d %H:%M:%S", &now);
158 fprintf(f, "%s ", ts);
H A Dconfig.c153 time_t ts; member in struct:am_instance_entry
1309 c->ts = time(NULL);
1475 (*cnf)->ts = c->ts;
H A Dconfig.h46 time_t ts; member in struct:__anon77
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DExternalChangeLogTest.java261 int ts = ECLCompatWriteReadAllOps(1);
266 ts = ECLCompatWriteReadAllOps(5);
420 int ts = ECLCompatWriteReadAllOps(1);
423 ts = ECLCompatWriteReadAllOps(5);
436 ECLCompatTestLimitsAndAdd(1,8, ts);
595 int ts = 1;
596 ChangeNumber cn1 = new ChangeNumber(time, ts++, 1201);
602 ChangeNumber cn2 = new ChangeNumber(time, ts++, 1202);
771 int ts = 1;
772 ChangeNumber cn1 = new ChangeNumber(time, ts
3843 ECLCompatTestLimitsAndAdd(int expectedFirst, int expectedLast, int ts) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DExternalChangeLogTest.java261 int ts = ECLCompatWriteReadAllOps(1);
266 ts = ECLCompatWriteReadAllOps(5);
420 int ts = ECLCompatWriteReadAllOps(1);
423 ts = ECLCompatWriteReadAllOps(5);
436 ECLCompatTestLimitsAndAdd(1,8, ts);
595 int ts = 1;
596 ChangeNumber cn1 = new ChangeNumber(time, ts++, 1201);
602 ChangeNumber cn2 = new ChangeNumber(time, ts++, 1202);
771 int ts = 1;
772 ChangeNumber cn1 = new ChangeNumber(time, ts
3843 ECLCompatTestLimitsAndAdd(int expectedFirst, int expectedLast, int ts) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DExternalChangeLogTest.java261 int ts = ECLCompatWriteReadAllOps(1);
266 ts = ECLCompatWriteReadAllOps(5);
420 int ts = ECLCompatWriteReadAllOps(1);
423 ts = ECLCompatWriteReadAllOps(5);
436 ECLCompatTestLimitsAndAdd(1,8, ts);
595 int ts = 1;
596 ChangeNumber cn1 = new ChangeNumber(time, ts++, 1201);
602 ChangeNumber cn2 = new ChangeNumber(time, ts++, 1202);
771 int ts = 1;
772 ChangeNumber cn1 = new ChangeNumber(time, ts
3843 ECLCompatTestLimitsAndAdd(int expectedFirst, int expectedLast, int ts) argument
[all...]
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...
/forgerock/opendj2/ext/xalan-j/
H A Dserializer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xml/ org/apache/xml/serializer/ ...

Completed in 100 milliseconds

12