Searched defs:left (Results 1 - 25 of 93) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java163 * @param left The total number of entries to be exported.
166 public void setLeft(long left) throws DirectoryException argument
168 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
169 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE,String.valueOf(total-left));
H A DInitializeTask.java77 long left = 0; field in class:InitializeTask
158 ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
160 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
163 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
165 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
226 * @param left The total number of entries to be imported.
228 public void setLeft(long left) argument
230 this.left = left;
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java160 * @param left The total number of entries to be exported.
163 public void setLeft(long left) throws DirectoryException argument
165 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
166 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE,String.valueOf(total-left));
H A DInitializeTask.java71 private long left = 0; field in class:InitializeTask
154 ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
156 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
159 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
161 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
222 * @param left The total number of entries to be imported.
224 public void setLeft(long left) argument
226 this.left = left;
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java163 * @param left The total number of entries to be exported.
166 public void setLeft(long left) throws DirectoryException argument
168 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
169 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE,String.valueOf(total-left));
H A DInitializeTask.java77 long left = 0; field in class:InitializeTask
158 ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
160 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
163 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
165 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
226 * @param left The total number of entries to be imported.
228 public void setLeft(long left) argument
230 this.left = left;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java163 * @param left The total number of entries to be exported.
166 public void setLeft(long left) throws DirectoryException argument
168 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
169 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE,String.valueOf(total-left));
H A DInitializeTask.java77 long left = 0; field in class:InitializeTask
158 ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
160 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
163 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
165 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
226 * @param left The total number of entries to be imported.
228 public void setLeft(long left) argument
230 this.left = left;
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java160 * @param left The total number of entries to be exported.
163 public void setLeft(long left) throws DirectoryException argument
165 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
166 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE,String.valueOf(total-left));
H A DInitializeTask.java71 private long left = 0; field in class:InitializeTask
154 ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
156 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
159 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
161 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
222 * @param left The total number of entries to be imported.
224 public void setLeft(long left) argument
226 this.left = left;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DInitializeTargetTask.java149 * @param left The total number of entries to be exported.
152 public void setLeft(long left) throws DirectoryException argument
154 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
155 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE,String.valueOf(total-left));
H A DInitializeTask.java65 private long left; field in class:InitializeTask
134 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
135 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
138 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(left));
139 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
202 * @param left The total number of entries to be imported.
204 public void setLeft(long left) argument
206 this.left = left;
/forgerock/web-agents-v4/zlib/
H A Dinftrees.c46 int left; /* number of prefix codes available */ local
131 left = 1;
133 left <<= 1;
134 left -= count[len];
135 if (left < 0) return -1; /* over-subscribed */
137 if (left > 0 && (type == CODES || max != 1))
270 left = (int)(1 << curr);
272 left -= count[curr + drop];
273 if (left <= 0) break;
275 left <<
[all...]
H A Dgzread.c79 left unchanged if there is no more input data available, will be set to COPY
488 unsigned left, n; local
514 left = (unsigned)len - 1;
515 if (left) do {
525 n = state->x.have > left ? left : state->x.have;
535 left -= n;
537 } while (left && eol == NULL);
H A Dinfback.c131 left = strm->avail_out; \
142 strm->avail_out = left; \
212 if (left == 0) { \
214 left = state->wsize; \
215 state->whave = left; \
216 if (out(out_desc, put, left)) { \
260 unsigned have, left; /* available input and output */ local
287 left = state->wsize;
346 if (copy > left) copy = left;
[all...]
H A Dinflate.c462 left = strm->avail_out; \
473 strm->avail_out = left; \
551 input left to load n bits into the accumulator, or it continues. BITS(n)
564 state information is maintained to continue the loop where it left off
612 unsigned have, left; /* available input and output */ local
636 out = left;
884 if (copy > left) copy = left;
889 left -= copy;
1022 if (have >= 6 && left >
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DBindRule.java55 * Complex bind rules have left and right values.
57 private BindRule left = null; field in class:BindRule
145 * I'm a bit confused by the constructor which takes left and right
153 * Constructor that represents a complex bind rule. The left and right
170 * @param left The bind rule left of the boolean.
174 private BindRule(BindRule left, BindRule right, argument
177 this.left = left;
342 * @param bindrule The left han
560 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DBindRule.java55 * Complex bind rules have left and right values.
57 private BindRule left = null; field in class:BindRule
145 * I'm a bit confused by the constructor which takes left and right
153 * Constructor that represents a complex bind rule. The left and right
170 * @param left The bind rule left of the boolean.
174 private BindRule(BindRule left, BindRule right, argument
177 this.left = left;
342 * @param bindrule The left han
560 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DBindRule.java55 * Complex bind rules have left and right values.
57 private BindRule left = null; field in class:BindRule
145 * I'm a bit confused by the constructor which takes left and right
153 * Constructor that represents a complex bind rule. The left and right
170 * @param left The bind rule left of the boolean.
174 private BindRule(BindRule left, BindRule right, argument
177 this.left = left;
342 * @param bindrule The left han
560 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DBindRule.java51 /** Complex bind rules have left and right values. */
52 private BindRule left = null; field in class:BindRule
126 * I'm a bit confused by the constructor which takes left and right
134 * Constructor that represents a complex bind rule. The left and right
151 * @param left The bind rule left of the boolean.
155 private BindRule(BindRule left, BindRule right, argument
158 this.left = left;
323 * @param bindrule The left han
541 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DBindRule.java51 /** Complex bind rules have left and right values. */
52 private BindRule left = null; field in class:BindRule
126 * I'm a bit confused by the constructor which takes left and right
134 * Constructor that represents a complex bind rule. The left and right
151 * @param left The bind rule left of the boolean.
155 private BindRule(BindRule left, BindRule right, argument
158 this.left = left;
323 * @param bindrule The left han
541 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DBindRule.java49 /** Complex bind rules have left and right values. */
50 private BindRule left; field in class:BindRule
109 * I'm a bit confused by the constructor which takes left and right
117 * Constructor that represents a complex bind rule. The left and right
134 * @param left The bind rule left of the boolean.
138 private BindRule(BindRule left, BindRule right, EnumBooleanTypes booleanType) { argument
140 this.left = left;
284 * @param bindrule The left han
452 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsequence-library.jar ... QSequenceSimpleLCSCommand extends java.lang.Object { private final boolean left private final int from private final int to public void ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsequence-library-1.0.2.jar ... QSequenceSimpleLCSCommand extends java.lang.Object { private final boolean left private final int from private final int to public void ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsequence-library.jar ... QSequenceSimpleLCSCommand extends java.lang.Object { private final boolean left private final int from private final int to public void ...

Completed in 165 milliseconds

1234