Searched refs:arraycopy (Results 51 - 75 of 890) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java894 System.arraycopy(H_A1, 0, keyBuffer, 0, H_A1.length);
895 System.arraycopy(cimagic, 0, keyBuffer, H_A1.length, cimagic.length);
901 System.arraycopy(simagic, 0, keyBuffer, H_A1.length, simagic.length);
945 System.arraycopy(outgoing, start, wrapped, 0, len);
961 System.arraycopy(mac, 0, wrapped, len, 10);
964 System.arraycopy(messageType, 0, wrapped, len+10, 2);
967 System.arraycopy(sequenceNum, 0, wrapped, len+12, 4);
1003 System.arraycopy(incoming, start, msg, 0, msg.length);
1004 System.arraycopy(incoming, start+msg.length, mac, 0, 10);
1005 System.arraycopy(incomin
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DXMLSimpleType.java128 System.arraycopy(enumeration, 0, this.enumeration, 0, this.enumeration.length);
148 System.arraycopy(simpleType.enumeration, 0, enumeration, 0, enumeration.length);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaInstance.java57 System.arraycopy(fieldNames, 0, res, 0, fieldNames.length);
58 System.arraycopy(superFields, 0, res, fieldNames.length, superFields.length);
/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DChannelBinding.java109 java.lang.System.arraycopy(appData, 0, this.appData, 0,
158 System.arraycopy(appData, 0, retVal, 0, appData.length);
/openjdk7/jdk/src/share/classes/sun/awt/util/
H A DIdentityArrayList.java292 System.arraycopy(elementData, 0, a, 0, size);
355 System.arraycopy(elementData, index, elementData, index + 1,
378 System.arraycopy(elementData, index+1, elementData, index,
416 System.arraycopy(elementData, index+1, elementData, index,
452 System.arraycopy(a, 0, elementData, size, numNew);
481 System.arraycopy(elementData, index, elementData, index + numNew, numMoved);
484 System.arraycopy(a, 0, elementData, index, numNew);
505 System.arraycopy(elementData, toIndex, elementData, fromIndex,
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DNullCipherSpi.java83 System.arraycopy(input, inputOffset, x, 0, inputLen);
91 System.arraycopy(input, inputOffset, output, outputOffset, inputLen);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSunCodec.java66 System.arraycopy(inputEncodings, 0, encodings, 0, inputEncodings.length);
73 System.arraycopy(outputEncodings, 0, encodings, 0, outputEncodings.length);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESedeKeyGenerator.java127 System.arraycopy(tmpkey, 0, rawkey, 0, tmpkey.length);
129 System.arraycopy(tmpkey, 0, rawkey, 16, 8);
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DWrapToken.java187 System.arraycopy(temp, 0, retVal, 0, retVal.length);
259 System.arraycopy(tokenBytes, dataPos,
270 System.arraycopy(tokenBytes, dataPos + CONFOUNDER_SIZE,
275 // System.arraycopy(tokenBytes, dataPos + CONFOUNDER_SIZE,
356 System.arraycopy(finalBlock, 0, dataBuf, offset,
477 System.arraycopy(header, 0, outToken, offset, header.length);
484 System.arraycopy(confounder, 0, outToken, offset,
489 System.arraycopy(dataBytes, dataOffset, outToken, offset,
494 System.arraycopy(padding, 0, outToken, offset, padding.length);
H A DCipherHelper.java203 System.arraycopy(header, 0, buf, 0, header.length);
206 System.arraycopy(data, start, buf, pos, len);
209 System.arraycopy(trailer, 0, buf, pos, trailer.length);
258 System.arraycopy(header, 0, buffer, 0, header.length);
261 System.arraycopy(data, start, buffer, pos, len);
264 System.arraycopy(trailer, 0, buffer, pos, trailer.length);
300 System.arraycopy(answer, 0, output, 0, output.length);
329 System.arraycopy(data, start, buf, 0, len);
333 System.arraycopy(header, 0, buf, len, header.length);
399 System.arraycopy(ive
[all...]
/openjdk7/jdk/test/javax/crypto/spec/DESKeySpec/
H A DCheckParity.java90 System.arraycopy(testKey, 0, key3,
92 System.arraycopy(expectedKey, 0, expectedKey3,
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharConverter.java170 System.arraycopy( output, 0, returnedOutput, 0, outputLength );
285 System.arraycopy( c, 0, subChars, 0, c.length );
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DRenderCache.java82 System.arraycopy(entries, i+1, entries, i, max - i);
100 System.arraycopy(entries, 1, entries, 0, num - 1);
/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/
H A DClient.java169 System.arraycopy(new byte[]{1,1,0,0,0,0,0,0}, 0, blob, 0, 8);
178 System.arraycopy(nonce, 0, blob, 16, 8);
179 System.arraycopy(new byte[]{0,0,0,0}, 0, blob, 24, 4);
180 System.arraycopy(alist, 0, blob, 28, alist.length);
181 System.arraycopy(new byte[]{0,0,0,0}, 0,
/openjdk7/jdk/src/share/classes/sun/management/
H A DGcInfoBuilder.java109 System.arraycopy(gcInfoItemNames, 0, allItemNames, 0, numGcInfoItems);
110 System.arraycopy(gcInfoItemNames, 0, allItemDescs, 0, numGcInfoItems);
111 System.arraycopy(gcInfoItemTypes, 0, allItemTypes, 0, numGcInfoItems);
117 System.arraycopy(gcExtItemNames, 0, allItemNames,
119 System.arraycopy(gcExtItemDescs, 0, allItemDescs,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDeclarationPool.java198 System.arraycopy(array, 0, newarray, 0, array.length);
226 System.arraycopy(array, 0, newarray, 0, array.length);
232 System.arraycopy(array, 0, newarray, 0, array.length);
249 System.arraycopy(array, 0, newarray, 0, array.length);
266 System.arraycopy(array, 0, newarray, 0, array.length);
283 System.arraycopy(array, 0, newarray, 0, array.length);
301 System.arraycopy(array, 0, newarray, 0, array.length);
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDSASignature.java122 System.arraycopy(b, off, precomputedDigest, offset, len);
154 System.arraycopy(precomputedDigest, 0, result, 0, offset);
338 System.arraycopy(signature, 0, bytes, 0, n);
340 System.arraycopy(signature, n, bytes, 0, n);
370 System.arraycopy(rBytes, 0, result, k - rBytes.length,
372 System.arraycopy(sBytes, 0, result, result.length - sBytes.length,
391 System.arraycopy(b, i, t, 0, t.length);
/openjdk7/hotspot/test/compiler/8010927/
H A DTest8010927.java42 * Then it tries to execute arraycopy() with elements type check
111 // Execute arraycopy to the topmost array in young gen
124 System.arraycopy(masterA, 0, o, 0, masterA.length);
133 System.arraycopy(masterA, 0, cache[i], 0, masterA.length);
138 System.arraycopy(masterB, 0, cache[i], 0, masterB.length);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGBuffer.java103 System.arraycopy(buf, bufPtr, buf, 0, bufAvail);
132 System.arraycopy(buf, bufPtr, data, 0, count);
139 System.arraycopy(buf, bufPtr, data, 0, bufAvail);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DByteOutputStream.java100 System.arraycopy(buf, 0, newbuf, 0, count);
107 System.arraycopy(b, off, buf, count, len);
146 System.arraycopy(buf, 0, newbuf, 0, count);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DJavaCharStream.java144 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
145 System.arraycopy(buffer, 0, newbuffer, bufsize - tokenBegin, bufpos);
148 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
149 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
152 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
153 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
160 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
163 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
166 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
594 System.arraycopy(buffe
[all...]
H A DUCode_UCodeESC_CharStream.java135 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
136 System.arraycopy(buffer, 0, newbuffer,
140 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
141 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
144 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
145 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
151 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
154 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
157 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
535 System.arraycopy(buffe
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DByteArrayBuffer.java125 System.arraycopy(b, off, buf, count, len);
132 System.arraycopy(buf, 0, newbuf, 0, count);
168 System.arraycopy(buf, 0, newbuf, 0, count);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSimpleCharStream.java71 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
72 System.arraycopy(buffer, 0, newbuffer,
76 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
77 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
80 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
81 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
88 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
91 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
94 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
398 System.arraycopy(buffe
[all...]
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DStreamBuffer.java71 System.arraycopy(b, off, buf, pos, len);
102 System.arraycopy(buf, pos, b, off, rlen);
165 System.arraycopy(buf, 0, newbuf, 0, buf.length);

Completed in 143 milliseconds

1234567891011>>