Searched refs:length (Results 1 - 25 of 7580) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/types/
H A DByteStringBuilder.java62 // The length of the sub-sequence.
75 * @param length
76 * The length of the sub-sequence.
78 private SubSequence(int offset, int length) argument
81 this.subLength = length;
115 public int compareTo(byte[] b, int offset, int length) argument
118 ByteString.checkArrayBounds(b, offset, length);
122 b, offset, length);
164 Math.min(subLength, b.length - offset));
206 public boolean equals(byte[] b, int offset, int length) argument
258 public int length() method in class:ByteStringBuilder.SubSequence
332 private int length; field in class:ByteStringBuilder
433 append(byte[] b, int offset, int length) argument
464 append(ByteBuffer buffer, int length) argument
514 append( ByteSequenceReader reader, int length) argument
553 append(InputStream stream, int length) argument
588 append(DataInput stream, int length) argument
617 append(ReadableByteChannel channel, int length) argument
766 appendBERLength(int length) argument
864 compareTo(byte[] b, int offset, int length) argument
1059 equals(byte[] b, int offset, int length) argument
1143 public int length() method in class:ByteStringBuilder
[all...]
H A DByteSequenceReader.java97 * src.get(b, 0, b.length);
105 * {@code remaining() < b.length}.
109 get(b, 0, b.length);
115 * Relative bulk get method. Copies {@code length} bytes from this
118 * position of this reader is then incremented by {@code length}. In
122 * src.get(b, offset, length);
128 * for (int i = offset; i &lt; offset + length; i++)
140 * b.length}.
141 * @param length
143 * must be non-negative and no larger than {@code b.length}
150 get(byte[] b, int offset, int length) argument
231 getByteSequence(int length) argument
273 getByteString(int length) argument
389 getString(int length) argument
523 skip(int length) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DByteStringBuilder.java62 // The length of the sub-sequence.
75 * @param length
76 * The length of the sub-sequence.
78 private SubSequence(int offset, int length) argument
81 this.subLength = length;
115 public int compareTo(byte[] b, int offset, int length) argument
118 ByteString.checkArrayBounds(b, offset, length);
122 b, offset, length);
164 Math.min(subLength, b.length - offset));
206 public boolean equals(byte[] b, int offset, int length) argument
258 public int length() method in class:ByteStringBuilder.SubSequence
332 private int length; field in class:ByteStringBuilder
433 append(byte[] b, int offset, int length) argument
464 append(ByteBuffer buffer, int length) argument
514 append( ByteSequenceReader reader, int length) argument
553 append(InputStream stream, int length) argument
588 append(DataInput stream, int length) argument
617 append(ReadableByteChannel channel, int length) argument
766 appendBERLength(int length) argument
864 compareTo(byte[] b, int offset, int length) argument
1059 equals(byte[] b, int offset, int length) argument
1143 public int length() method in class:ByteStringBuilder
[all...]
H A DByteSequenceReader.java97 * src.get(b, 0, b.length);
105 * {@code remaining() < b.length}.
109 get(b, 0, b.length);
115 * Relative bulk get method. Copies {@code length} bytes from this
118 * position of this reader is then incremented by {@code length}. In
122 * src.get(b, offset, length);
128 * for (int i = offset; i &lt; offset + length; i++)
140 * b.length}.
141 * @param length
143 * must be non-negative and no larger than {@code b.length}
150 get(byte[] b, int offset, int length) argument
231 getByteSequence(int length) argument
273 getByteString(int length) argument
389 getString(int length) argument
523 skip(int length) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DByteStringBuilder.java61 // The length of the sub-sequence.
74 * @param length
75 * The length of the sub-sequence.
77 private SubSequence(int offset, int length) argument
80 this.subLength = length;
114 public int compareTo(byte[] b, int offset, int length) argument
117 ByteString.checkArrayBounds(b, offset, length);
121 b, offset, length);
163 Math.min(subLength, b.length - offset));
205 public boolean equals(byte[] b, int offset, int length) argument
257 public int length() method in class:ByteStringBuilder.SubSequence
331 private int length; field in class:ByteStringBuilder
432 append(byte[] b, int offset, int length) argument
463 append(ByteBuffer buffer, int length) argument
513 append( ByteSequenceReader reader, int length) argument
552 append(InputStream stream, int length) argument
589 append(ReadableByteChannel channel, int length) argument
738 appendBERLength(int length) argument
836 compareTo(byte[] b, int offset, int length) argument
1031 equals(byte[] b, int offset, int length) argument
1115 public int length() method in class:ByteStringBuilder
[all...]
H A DByteSequenceReader.java99 * src.get(b, 0, b.length);
107 * {@code remaining() < b.length}.
111 get(b, 0, b.length);
117 * Relative bulk get method. Copies {@code length} bytes from this
120 * position of this reader is then incremented by {@code length}. In
124 * src.get(b, offset, length);
130 * for (int i = offset; i &lt; offset + length; i++)
142 * b.length}.
143 * @param length
145 * must be non-negative and no larger than {@code b.length}
152 get(byte[] b, int offset, int length) argument
233 getByteSequence(int length) argument
275 getByteString(int length) argument
391 getString(int length) argument
497 skip(int length) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DByteStringBuilder.java61 // The length of the sub-sequence.
74 * @param length
75 * The length of the sub-sequence.
77 private SubSequence(int offset, int length) argument
80 this.subLength = length;
114 public int compareTo(byte[] b, int offset, int length) argument
117 ByteString.checkArrayBounds(b, offset, length);
121 b, offset, length);
163 Math.min(subLength, b.length - offset));
205 public boolean equals(byte[] b, int offset, int length) argument
257 public int length() method in class:ByteStringBuilder.SubSequence
331 private int length; field in class:ByteStringBuilder
432 append(byte[] b, int offset, int length) argument
463 append(ByteBuffer buffer, int length) argument
513 append( ByteSequenceReader reader, int length) argument
552 append(InputStream stream, int length) argument
589 append(ReadableByteChannel channel, int length) argument
738 appendBERLength(int length) argument
836 compareTo(byte[] b, int offset, int length) argument
1031 equals(byte[] b, int offset, int length) argument
1115 public int length() method in class:ByteStringBuilder
[all...]
H A DByteSequenceReader.java99 * src.get(b, 0, b.length);
107 * {@code remaining() < b.length}.
111 get(b, 0, b.length);
117 * Relative bulk get method. Copies {@code length} bytes from this
120 * position of this reader is then incremented by {@code length}. In
124 * src.get(b, offset, length);
130 * for (int i = offset; i &lt; offset + length; i++)
142 * b.length}.
143 * @param length
145 * must be non-negative and no larger than {@code b.length}
152 get(byte[] b, int offset, int length) argument
233 getByteSequence(int length) argument
275 getByteString(int length) argument
391 getString(int length) argument
497 skip(int length) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DByteStringBuilder.java61 // The length of the sub-sequence.
74 * @param length
75 * The length of the sub-sequence.
77 private SubSequence(int offset, int length) argument
80 this.subLength = length;
114 public int compareTo(byte[] b, int offset, int length) argument
117 ByteString.checkArrayBounds(b, offset, length);
121 b, offset, length);
163 Math.min(subLength, b.length - offset));
205 public boolean equals(byte[] b, int offset, int length) argument
257 public int length() method in class:ByteStringBuilder.SubSequence
331 private int length; field in class:ByteStringBuilder
432 append(byte[] b, int offset, int length) argument
463 append(ByteBuffer buffer, int length) argument
513 append( ByteSequenceReader reader, int length) argument
552 append(InputStream stream, int length) argument
589 append(ReadableByteChannel channel, int length) argument
738 appendBERLength(int length) argument
836 compareTo(byte[] b, int offset, int length) argument
1031 equals(byte[] b, int offset, int length) argument
1115 public int length() method in class:ByteStringBuilder
[all...]
H A DByteSequenceReader.java99 * src.get(b, 0, b.length);
107 * {@code remaining() < b.length}.
111 get(b, 0, b.length);
117 * Relative bulk get method. Copies {@code length} bytes from this
120 * position of this reader is then incremented by {@code length}. In
124 * src.get(b, offset, length);
130 * for (int i = offset; i &lt; offset + length; i++)
142 * b.length}.
143 * @param length
145 * must be non-negative and no larger than {@code b.length}
152 get(byte[] b, int offset, int length) argument
233 getByteSequence(int length) argument
275 getByteString(int length) argument
391 getString(int length) argument
497 skip(int length) argument
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DonDelete-roles.js34 if (users.length > 0) {
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DEntryMsg.java60 this.entryByteArray = new byte[entryBytes.length];
61 System.arraycopy(entryBytes, 0, this.entryByteArray, 0, entryBytes.length);
72 * @param length Number of array elements to be copied.
80 int length,
84 this.entryByteArray = new byte[length];
85 System.arraycopy(entryBytes, pos, this.entryByteArray, 0, length);
108 int length = getNextLength(in, pos);
109 String senderIDString = new String(in, pos, length, "UTF-8");
111 pos += length +1;
114 length
75 EntryMsg( int serverID, int i, byte[] entryBytes, int pos, int length, int msgId) argument
[all...]
H A DReplServerStartMsg.java138 * first calculate the length then construct the string
140 int length = getNextLength(in, pos);
141 baseDn = new String(in, pos, length, "UTF-8");
142 pos += length +1;
147 length = getNextLength(in, pos);
148 String serverIdString = new String(in, pos, length, "UTF-8");
150 pos += length +1;
155 length = getNextLength(in, pos);
156 serverURL = new String(in, pos, length, "UTF-8");
157 pos += length
[all...]
H A DHeartbeatMsg.java63 if (in.length != 1 || in[0] != MSG_TYPE_HEARTBEAT)
77 int length = 1;
78 byte[] resultByteArray = new byte[length];
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DEntryMsg.java60 this.entryByteArray = new byte[entryBytes.length];
61 System.arraycopy(entryBytes, 0, this.entryByteArray, 0, entryBytes.length);
72 * @param length Number of array elements to be copied.
80 int length,
84 this.entryByteArray = new byte[length];
85 System.arraycopy(entryBytes, pos, this.entryByteArray, 0, length);
108 int length = getNextLength(in, pos);
109 String senderIDString = new String(in, pos, length, "UTF-8");
111 pos += length +1;
114 length
75 EntryMsg( int serverID, int i, byte[] entryBytes, int pos, int length, int msgId) argument
[all...]
H A DReplServerStartMsg.java138 * first calculate the length then construct the string
140 int length = getNextLength(in, pos);
141 baseDn = new String(in, pos, length, "UTF-8");
142 pos += length +1;
147 length = getNextLength(in, pos);
148 String serverIdString = new String(in, pos, length, "UTF-8");
150 pos += length +1;
155 length = getNextLength(in, pos);
156 serverURL = new String(in, pos, length, "UTF-8");
157 pos += length
[all...]
H A DHeartbeatMsg.java63 if (in.length != 1 || in[0] != MSG_TYPE_HEARTBEAT)
77 int length = 1;
78 byte[] resultByteArray = new byte[length];
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DEntryMsg.java60 this.entryByteArray = new byte[entryBytes.length];
61 System.arraycopy(entryBytes, 0, this.entryByteArray, 0, entryBytes.length);
72 * @param length Number of array elements to be copied.
80 int length,
84 this.entryByteArray = new byte[length];
85 System.arraycopy(entryBytes, pos, this.entryByteArray, 0, length);
108 int length = getNextLength(in, pos);
109 String senderIDString = new String(in, pos, length, "UTF-8");
111 pos += length +1;
114 length
75 EntryMsg( int serverID, int i, byte[] entryBytes, int pos, int length, int msgId) argument
[all...]
H A DReplServerStartMsg.java138 * first calculate the length then construct the string
140 int length = getNextLength(in, pos);
141 baseDn = new String(in, pos, length, "UTF-8");
142 pos += length +1;
147 length = getNextLength(in, pos);
148 String serverIdString = new String(in, pos, length, "UTF-8");
150 pos += length +1;
155 length = getNextLength(in, pos);
156 serverURL = new String(in, pos, length, "UTF-8");
157 pos += length
[all...]
H A DHeartbeatMsg.java63 if (in.length != 1 || in[0] != MSG_TYPE_HEARTBEAT)
77 int length = 1;
78 byte[] resultByteArray = new byte[length];
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/security/util/
H A DByteArrayLexOrder.java60 for (int i = 0; i < bytes1.length && i < bytes2.length; i++) {
68 return bytes1.length - bytes2.length;
/forgerock/openam/openam-shared/src/main/java/com/iplanet/security/util/
H A DByteArrayLexOrder.java60 for (int i = 0; i < bytes1.length && i < bytes2.length; i++) {
68 return bytes1.length - bytes2.length;
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java80 int valuesBytesOffset = entryIDs.length * 8 + 4;
81 int valuesBytesLength = dataBytes.length - valuesBytesOffset;
109 if(entryIDs == null || entryIDs.length == 0)
121 if(vlvIndex.comparator.compare(this, entryIDs.length - 1, entryID,
124 long[] updatedEntryIDs = new long[entryIDs.length + 1];
125 System.arraycopy(entryIDs, 0, updatedEntryIDs, 0, entryIDs.length);
126 updatedEntryIDs[entryIDs.length] = entryID;
129 byte[] updatedValuesBytes = new byte[valuesBytes.length +
130 newValuesBytes.length];
132 valuesBytes.length);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java81 int valuesBytesOffset = entryIDs.length * 8 + 4;
82 int valuesBytesLength = dataBytes.length - valuesBytesOffset;
110 if(entryIDs == null || entryIDs.length == 0)
122 if(vlvIndex.comparator.compare(this, entryIDs.length - 1, entryID,
125 long[] updatedEntryIDs = new long[entryIDs.length + 1];
126 System.arraycopy(entryIDs, 0, updatedEntryIDs, 0, entryIDs.length);
127 updatedEntryIDs[entryIDs.length] = entryID;
130 byte[] updatedValuesBytes = new byte[valuesBytes.length +
131 newValuesBytes.length];
133 valuesBytes.length);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java81 int valuesBytesOffset = entryIDs.length * 8 + 4;
82 int valuesBytesLength = dataBytes.length - valuesBytesOffset;
110 if(entryIDs == null || entryIDs.length == 0)
122 if(vlvIndex.comparator.compare(this, entryIDs.length - 1, entryID,
125 long[] updatedEntryIDs = new long[entryIDs.length + 1];
126 System.arraycopy(entryIDs, 0, updatedEntryIDs, 0, entryIDs.length);
127 updatedEntryIDs[entryIDs.length] = entryID;
130 byte[] updatedValuesBytes = new byte[valuesBytes.length +
131 newValuesBytes.length];
133 valuesBytes.length);
[all...]

Completed in 213 milliseconds

1234567891011>>