Searched refs:sz (Results 1 - 25 of 164) sorted by relevance

1234567

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLProperty.java79 int sz = mandNames.length;
80 for (int i = 0; i < sz; i++) {
86 int sz = attributeNames.length;
87 List attributes = new ArrayList (sz);
88 for (int i = 0; i < sz; i++) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLProperty.java79 int sz = mandNames.length;
80 for (int i = 0; i < sz; i++) {
86 int sz = attributeNames.length;
87 List attributes = new ArrayList (sz);
88 for (int i = 0; i < sz; i++) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestBase64.java173 int sz = hexData.length();
175 if ((sz % 2) != 0) {
180 byte[] bytes = new byte[sz / 2];
182 for (int i = 0, j = 0; i < sz; i += 2, j++) {
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestBase64.java172 int sz = hexData.length();
174 if ((sz % 2) != 0) {
179 byte[] bytes = new byte[sz / 2];
181 for (int i = 0, j = 0; i < sz; i += 2, j++) {
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestBase64.java173 int sz = hexData.length();
175 if ((sz % 2) != 0) {
180 byte[] bytes = new byte[sz / 2];
182 for (int i = 0, j = 0; i < sz; i += 2, j++) {
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestBase64.java172 int sz = hexData.length();
174 if ((sz % 2) != 0) {
179 byte[] bytes = new byte[sz / 2];
181 for (int i = 0, j = 0; i < sz; i += 2, j++) {
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestBase64.java173 int sz = hexData.length();
175 if ((sz % 2) != 0) {
180 byte[] bytes = new byte[sz / 2];
182 for (int i = 0, j = 0; i < sz; i += 2, j++) {
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestBase64.java173 int sz = hexData.length();
175 if (sz % 2 != 0) {
180 byte[] bytes = new byte[sz / 2];
182 for (int i = 0, j = 0; i < sz; i += 2, j++) {
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DDurationUnit.java300 private final long sz; field in class:DurationUnit
305 private DurationUnit(long sz, String shortName, String longName) { argument
306 this.sz = sz;
321 return ((double) duration / sz);
333 return sz;
369 return (long) (sz * duration);
H A DSizeUnit.java302 private final long sz; field in class:SizeUnit
307 private SizeUnit(long sz, String shortName, String longName) { argument
308 this.sz = sz;
323 return ((double) amount / sz);
356 return sz;
372 double value = sz * amount;
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DDurationUnit.java301 private final long sz; field in class:DurationUnit
306 private DurationUnit(long sz, String shortName, String longName) { argument
307 this.sz = sz;
322 return ((double) duration / sz);
334 return sz;
370 return (long) (sz * duration);
H A DSizeUnit.java303 private final long sz; field in class:SizeUnit
308 private SizeUnit(long sz, String shortName, String longName) { argument
309 this.sz = sz;
324 return ((double) amount / sz);
357 return sz;
373 double value = sz * amount;
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DDurationUnit.java301 private final long sz; field in class:DurationUnit
306 private DurationUnit(long sz, String shortName, String longName) { argument
307 this.sz = sz;
322 return ((double) duration / sz);
334 return sz;
370 return (long) (sz * duration);
H A DSizeUnit.java303 private final long sz; field in class:SizeUnit
308 private SizeUnit(long sz, String shortName, String longName) { argument
309 this.sz = sz;
324 return ((double) amount / sz);
357 return sz;
373 double value = sz * amount;
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DDurationUnit.java300 private final long sz; field in class:DurationUnit
305 private DurationUnit(long sz, String shortName, String longName) { argument
306 this.sz = sz;
321 return ((double) duration / sz);
333 return sz;
369 return (long) (sz * duration);
H A DSizeUnit.java302 private final long sz; field in class:SizeUnit
307 private SizeUnit(long sz, String shortName, String longName) { argument
308 this.sz = sz;
323 return ((double) amount / sz);
356 return sz;
372 double value = sz * amount;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DDurationUnit.java301 private final long sz; field in class:DurationUnit
306 private DurationUnit(long sz, String shortName, String longName) { argument
307 this.sz = sz;
322 return ((double) duration / sz);
334 return sz;
370 return (long) (sz * duration);
H A DSizeUnit.java303 private final long sz; field in class:SizeUnit
308 private SizeUnit(long sz, String shortName, String longName) { argument
309 this.sz = sz;
324 return ((double) amount / sz);
357 return sz;
373 double value = sz * amount;
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DDurationUnit.java270 private final long sz; field in class:DurationUnit
273 private DurationUnit(long sz, String shortName, String longName) { argument
274 this.sz = sz;
287 return (double) duration / sz;
296 return sz;
325 return (long) (sz * duration);
H A DSizeUnit.java260 private final long sz; field in class:SizeUnit
263 private SizeUnit(long sz, String shortName, String longName) { argument
264 this.sz = sz;
277 return (double) amount / sz;
304 return sz;
317 double value = sz * amount;
/forgerock/web-agents-v4/source/
H A Dinit.c170 int sz; local
175 sz = snprintf(buffer, buffer_sz,
183 return 0 <= sz && sz < buffer_sz;
190 int sz = snprintf(buffer, buffer_sz, local
198 return 0 <= sz && sz < buffer_sz;
229 int sz = snprintf(buffer, buffer_sz, "%s", global_name); local
230 return 0 <= sz && sz < buffer_s
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DDNTag.java216 int sz = dn.getNumComponents();
217 int count = Math.min(Math.abs(numComponents), sz);
219 dn.getRDN(sz - count).toString(templateValue.getValue());
223 dn.getRDN(sz - count + i).toString(templateValue.getValue());
H A DUnderscoreDNTag.java221 int sz = dn.getNumComponents();
222 int count = Math.min(Math.abs(numComponents), sz);
224 dn.getRDN(sz - count).toString(templateValue.getValue());
227 dn.getRDN(sz - count + i).toString(templateValue.getValue());
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DDNTag.java215 int sz = dn.getNumComponents();
216 int count = Math.min(Math.abs(numComponents), sz);
218 dn.getRDN(sz - count).toString(templateValue.getValue());
222 dn.getRDN(sz - count + i).toString(templateValue.getValue());
H A DUnderscoreDNTag.java220 int sz = dn.getNumComponents();
221 int count = Math.min(Math.abs(numComponents), sz);
223 dn.getRDN(sz - count).toString(templateValue.getValue());
226 dn.getRDN(sz - count + i).toString(templateValue.getValue());

Completed in 764 milliseconds

1234567