Searched refs:arraycopy (Results 26 - 50 of 890) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpEntryOid.java47 java.lang.System.arraycopy(oid, start, subOid, 0, subLength) ;
/openjdk7/jdk/test/java/lang/instrument/
H A DSimpleIdentityTransformer.java57 System.arraycopy(classfileBuffer, 0, newBuffer, 0, classfileBuffer.length);
H A DNamedBuffer.java80 System.arraycopy( readBuffer,
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DByteBuffer.java111 System.arraycopy(oldData, 0, elementData, 0, elementCount);
133 System.arraycopy(oldData, 0, elementData, 0, elementCount);
195 System.arraycopy( data, 0, elementData, elementCount, data.length ) ;
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DSysexMessage.java223 System.arraycopy(data, 0, this.data, 1, length);
235 System.arraycopy(data, 1, returnedArray, 0, (length - 1));
247 System.arraycopy(data, 0, newData, 0, newData.length);
H A DMetaMessage.java171 System.arraycopy(data, 0, this.data, this.length - this.dataLength, this.dataLength);
201 System.arraycopy(data, (length - dataLength), returnedArray, 0, dataLength);
213 System.arraycopy(data, 0, newData, 0, newData.length);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEventListenerAggregate.java91 System.arraycopy(listenerList, 0, tmp, 0, listenerList.length);
121 System.arraycopy(listenerList, 0, tmp, 0, i);
122 System.arraycopy(listenerList, i + 1, tmp, i, listenerList.length - i - 1);
/openjdk7/jdk/test/javax/security/auth/x500/X500Principal/
H A DDerIsConstructor.java49 System.arraycopy(encoded, 0, all, 0, encoded.length);
50 System.arraycopy(encoded2, 0, all, encoded.length, encoded2.length);
67 System.arraycopy(all, 0, all2, 0, all.length);
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DRRC.java57 System.arraycopy(wrapped, 0, rotated, 0, 16);
58 System.arraycopy(wrapped, wrapped.length-rrc, rotated, 16, rrc);
59 System.arraycopy(wrapped, 16, rotated, 16+rrc, wrapped.length-16-rrc);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java111 System.arraycopy(iv, 0, register, 0, blockSize);
121 System.arraycopy(register, 0, registerSave, 0, blockSize);
128 System.arraycopy(registerSave, 0, register, 0, blockSize);
182 System.arraycopy(register, numBytes, register, 0, len);
190 System.arraycopy(register, numBytes, register, 0, len);
254 System.arraycopy(register, numBytes, register, 0, len);
263 System.arraycopy(register, numBytes, register, 0, len);
H A DCipherTextStealing.java104 System.arraycopy(cipher, lastBlkIndex, tmp, 0, blockSize);
105 System.arraycopy(cipher, nextToLastBlkIndex,
107 System.arraycopy(tmp, 0, cipher, nextToLastBlkIndex,
127 System.arraycopy(tmp2, 0, cipher,
178 System.arraycopy(cipher, lastBlkIndex, tmp, 0, blockSize);
179 System.arraycopy(cipher, nextToLastBlkIndex,
204 System.arraycopy(cipher, cipherOffset+blockSize, tmp, 0,
207 //System.arraycopy(r, 0, tmp, 0, r.length);
H A DPCBC.java95 System.arraycopy(iv, 0, k, 0, blockSize);
105 System.arraycopy(k, 0, kSave, 0, blockSize);
113 System.arraycopy(kSave, 0, k, 0, blockSize);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNodeVector.java97 System.arraycopy(this.m_map, 0, clone.m_map, 0, this.m_map.length);
134 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
168 System.arraycopy(m_map, 0, newMap, 0, ff + 1);
262 System.arraycopy(m_map, 0, newMap, 0, m_firstFree);
378 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
385 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
414 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + nNodes);
419 System.arraycopy(nodes.m_map, 0, m_map, m_firstFree, nNodes);
480 System.arraycopy(m_map, i + 1, m_map, i - 1, m_firstFree - i);
508 System.arraycopy(m_ma
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGapVector.java143 System.arraycopy(addItems, rmSize, array, end, endSize);
146 System.arraycopy(addItems, addOffset, array, position, addSize);
215 System.arraycopy(array, 0, narray, 0, Math.min(nsize, getArrayLength()));
234 System.arraycopy(array, oldGapEnd, array, newGapEnd, upperSize);
268 System.arraycopy(array, oldGapEnd, array, oldGapStart, dg);
271 System.arraycopy(array, newGapStart, array, newGapEnd, -dg);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DASCII_CharStream.java66 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
67 System.arraycopy(buffer, 0, newbuffer,
71 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
72 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
75 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
76 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
83 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
86 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
89 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
336 System.arraycopy(buffe
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DPlainClient.java113 System.arraycopy(authz, 0, answer, 0, authz.length);
117 System.arraycopy(auth, 0, answer, pos, auth.length);
122 System.arraycopy(pw, 0, answer, pos, pw.length);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DASCII_UCodeESC_CharStream.java125 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
126 System.arraycopy(buffer, 0, newbuffer,
130 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
131 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
134 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
135 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
142 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
145 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
148 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
466 System.arraycopy(buffe
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLStringBuffer.java167 System.arraycopy(this.ch, 0, tmp, 0, this.length);
188 System.arraycopy(this.ch, 0, newch, 0, this.length);
209 System.arraycopy(this.ch, 0, newch, 0, this.length);
215 System.arraycopy(ch, offset, this.ch, this.length, length);
/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DDESedeKeySpec.java88 System.arraycopy(key, offset, this.key, 0, 24);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DFastSysexMessage.java60 System.arraycopy(data, 0, this.data, 0, length);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DStackTrace.java63 System.arraycopy(frames, 0, f, 0, depth);
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DWrapToken_v2.java142 System.arraycopy(tokenData, 0,
192 System.arraycopy(dataBytes, dataOffset, tokenData, 0, dataLen);
193 System.arraycopy(checksum, 0, tokenData, dataLen, checksum.length);
219 System.arraycopy(token, 0, outToken, offset, token.length);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DMultiplexInputStream.java124 System.arraycopy(buffer, pos, buffer, 0, present - pos);
146 System.arraycopy(buffer, pos, b, off, len);
151 System.arraycopy(buffer, pos, b, off, available);
190 System.arraycopy(buffer, pos, buffer, 0, present - pos);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DKeyProtector.java207 System.arraycopy(digest, 0, xorKey, xorOffset,
210 System.arraycopy(digest, 0, xorKey, xorOffset,
223 System.arraycopy(salt, 0, encrKey, encrKeyOffset, salt.length);
225 System.arraycopy(tmpKey, 0, encrKey, encrKeyOffset, tmpKey.length);
235 System.arraycopy(digest, 0, encrKey, encrKeyOffset, digest.length);
275 System.arraycopy(protectedKey, 0, salt, 0, SALT_LEN);
284 System.arraycopy(protectedKey, SALT_LEN, encrKey, 0, encrKeyLen);
299 System.arraycopy(digest, 0, xorKey, xorOffset,
302 System.arraycopy(digest, 0, xorKey, xorOffset,
/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/
H A DNTLM.java209 System.arraycopy (
227 System.arraycopy(data, 0, internal, offset, data.length);
241 System.arraycopy(data, 0, internal, current, len);
288 System.arraycopy (pwb, 0, pwb1, 0, len); /* Zero padded */
301 System.arraycopy (out1, 0, result, 0, 8);
302 System.arraycopy (out2, 0, result, 8, 8);
323 System.arraycopy (out, 0, result, 0, 16);
347 System.arraycopy(out1, 0, result, 0, 8);
348 System.arraycopy(out2, 0, result, 8, 8);
349 System.arraycopy(out
[all...]

Completed in 122 milliseconds

1234567891011>>