Searched defs:done (Results 1 - 25 of 72) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DMonitoringPublisher.java64 private volatile boolean done = false; field in class:MonitoringPublisher
147 done = true;
187 while ((!done) && (this.isAlive()))
H A DStatusAnalyzer.java65 private volatile boolean done = false; field in class:StatusAnalyzer
194 done = true;
230 while (!done && this.isAlive())
H A DDbHandler.java108 private boolean done = false; field in class:DbHandler
326 while (!done)
379 // set the done variable to true so that this thread don't
382 done = true;
395 done = true;
439 * the trim is done by group in order to save some CPU and IO bandwidth
451 done = true;
464 done = true;
484 * Flush is done by chunk sized to 500 messages, starting from the
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DListenerThread.java55 private volatile boolean done = false; field in class:ListenerThread
122 done = true;
141 while (!done && this.isAlive())
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java45 private boolean done; field in class:ProcessReader
88 done = true;
110 while (!done)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java44 private boolean done; field in class:ProcessReader
87 done = true;
109 while (!done)
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DListenerThread.java55 private volatile boolean done = false; field in class:ListenerThread
122 done = true;
141 while (!done && this.isAlive())
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java45 private boolean done; field in class:ProcessReader
88 done = true;
110 while (!done)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java44 private boolean done; field in class:ProcessReader
87 done = true;
109 while (!done)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DMonitoringPublisher.java64 private volatile boolean done = false; field in class:MonitoringPublisher
147 done = true;
187 while ((!done) && (this.isAlive()))
H A DStatusAnalyzer.java65 private volatile boolean done = false; field in class:StatusAnalyzer
194 done = true;
230 while (!done && this.isAlive())
H A DDbHandler.java108 private boolean done = false; field in class:DbHandler
326 while (!done)
379 // set the done variable to true so that this thread don't
382 done = true;
395 done = true;
439 * the trim is done by group in order to save some CPU and IO bandwidth
451 done = true;
464 done = true;
484 * Flush is done by chunk sized to 500 messages, starting from the
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DListenerThread.java55 private volatile boolean done = false; field in class:ListenerThread
122 done = true;
141 while (!done && this.isAlive())
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java45 private boolean done; field in class:ProcessReader
88 done = true;
110 while (!done)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DProcessReader.java45 private boolean done; field in class:ProcessReader
86 done = true;
108 while (!done)
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DBufferedIterator.java45 private volatile boolean done = false; field in class:BufferedIterator
56 done = true;
71 return !(done && queue.isEmpty());
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DBufferedIterator.java45 private volatile boolean done = false; field in class:BufferedIterator
56 done = true;
71 return !(done && queue.isEmpty());
/forgerock/web-agents-v4/source/varnish/
H A Dvcc_if.c32 td_am_done *done; member in struct:Vmod_am_Func
67 " td_am_done *done;\n"
91 "am.done\0"
92 "Vmod_am_Func.done\0"
/forgerock/web-agents-v4/source/varnish3/
H A Dvcc_if.c33 td_am_done *done; member in struct:Vmod_Func_am
61 " td_am_done *done;\n"
72 "am.done\0Vmod_Func_am.done\0VOID\0PRIV_VCL\0",
/forgerock/web-agents-v4/zlib/
H A Dzlib.h54 Compression can be done in a single step if the buffers are large enough,
55 or can be done by repeated calls of the compression function. In the latter
125 int done; /* true when done reading gzip header (not used member in struct:gz_header_s
242 this will be done by deflate().
329 is to be done in a single step. In this case, avail_out must be at least the
385 will be done by inflate(). (So next_in and avail_in may be modified, but
584 compression: this will be done by deflate().
628 not perform any compression: this will be done by deflate().
797 the uncompressed data as is done i
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java189 * done on the local database.
197 * It contain the updates that were done on other servers, transmitted
245 private volatile boolean done = true; field in class:LDAPReplicationDomain
378 done = false;
401 done = true;
572 * for each operation done on this replication domain.
1457 The mapping will be done using object from rdnAttrTypes as key
1893 /* The parent entry may have been renamed here since the change was done
2551 while (!done)
3000 * has already done th
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java207 * done on the local database.
217 * It contain the updates that were done on other servers, transmitted by the
245 private volatile boolean done = true; field in class:LDAPReplicationDomain
353 done = false;
377 done = true;
504 * CSNGenerator is used to create new unique CSNs for each operation done on
1277 The mapping will be done using object from rdnAttrTypes as key
1683 /* The parent entry may have been renamed here since the change was done
2287 while (!done)
2723 * has already done th
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java190 * done on the local database.
200 * It contain the updates that were done on other servers, transmitted
248 private volatile boolean done = true; field in class:LDAPReplicationDomain
381 done = false;
405 done = true;
592 * for each operation done on this replication domain.
1478 The mapping will be done using object from rdnAttrTypes as key
1914 /* The parent entry may have been renamed here since the change was done
2572 while (!done)
3021 * has already done th
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java189 * done on the local database.
197 * It contain the updates that were done on other servers, transmitted
245 private volatile boolean done = true; field in class:LDAPReplicationDomain
378 done = false;
401 done = true;
572 * for each operation done on this replication domain.
1457 The mapping will be done using object from rdnAttrTypes as key
1893 /* The parent entry may have been renamed here since the change was done
2551 while (!done)
3000 * has already done th
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java207 * done on the local database.
217 * It contain the updates that were done on other servers, transmitted by the
245 private volatile boolean done = true; field in class:LDAPReplicationDomain
353 done = false;
377 done = true;
504 * CSNGenerator is used to create new unique CSNs for each operation done on
1277 The mapping will be done using object from rdnAttrTypes as key
1683 /* The parent entry may have been renamed here since the change was done
2287 while (!done)
2723 * has already done th
[all...]

Completed in 489 milliseconds

123