Searched refs:arraycopy (Results 251 - 275 of 890) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSContext.java95 System.arraycopy(token, token.length-negTokenLen,
372 System.arraycopy(inBuf, offset, data, 0, len);
390 System.arraycopy(result, 0, outBuf, outOffset, result.length);
410 System.arraycopy(inBuf, offset, temp, 0, len);
422 System.arraycopy(inBuf, inOffset, temp, 0, len);
427 System.arraycopy(result, 0, outBuf, outOffset, result.length);
456 System.arraycopy(result, 0, outBuf, outOffset, result.length);
466 System.arraycopy(in, offset, inMsg, 0, len);
494 System.arraycopy(inToken, tOffset, token, 0, tLen);
498 System.arraycopy(inMs
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DArrayList.java390 System.arraycopy(elementData, 0, a, 0, size);
458 System.arraycopy(elementData, index, elementData, index + 1,
481 System.arraycopy(elementData, index+1, elementData, index,
526 System.arraycopy(elementData, index+1, elementData, index,
562 System.arraycopy(a, 0, elementData, size, numNew);
591 System.arraycopy(elementData, index, elementData, index + numNew,
594 System.arraycopy(a, 0, elementData, index, numNew);
616 System.arraycopy(elementData, toIndex, elementData, fromIndex,
706 System.arraycopy(elementData, r,
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixPath.java288 System.arraycopy(path, lastOffset, result, 0, len);
307 System.arraycopy(path, 0, result, 0, len);
335 System.arraycopy(path, begin, result, 0, len);
364 System.arraycopy(path, begin, result, 0, len);
385 System.arraycopy(child, 0, result, 1, childLength);
388 System.arraycopy(base, 0, result, 0, baseLength);
390 System.arraycopy(child, 0, result, baseLength+1, childLength);
464 System.arraycopy(remainder.path, 0, result, pos, remainder.path.length);
597 System.arraycopy(path, offsets[i], result, pos, size[i]);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClassLoader.java121 System.arraycopy(this.ignored_packages, 0, new_p, 0, this.ignored_packages.length);
122 System.arraycopy(ignored_packages, 0, new_p, this.ignored_packages.length,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DCaseInsensitiveMap.java112 System.arraycopy(srcMap, 0, newMap, 0, oldLen);
171 System.arraycopy(srcMap, 0, newMap, 0, oldLen);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DIdentityConstraint.java161 System.arraycopy(oldArray, 0, newArray, 0, oldArray.length);
244 System.arraycopy(fAnnotations, 0, newArray, 0, fNumAnnotations);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSObjectListImpl.java136 System.arraycopy(fArray, 0, temp, 0, fLength);
223 System.arraycopy(fArray, 0, a, 0, fLength);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DChunkedIntArray.java252 System.arraycopy(fastArray, position*slotsize, buffer, 0, slotsize);
266 System.arraycopy(chunk,slotpos,buffer,0,slotsize);
294 System.arraycopy(m_map, 0, newMap, 0, orgMapSize);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DFastStringBuffer.java439 System.arraycopy(m_array, 0, newarray, 0, i);
519 System.arraycopy(m_array, 0, newarray, 0, i);
601 System.arraycopy(m_array, 0, newarray, 0, i);
667 System.arraycopy(chars, copyfrom, m_array[m_lastChunk], m_firstFree,
684 System.arraycopy(m_array, 0, newarray, 0, i);
762 System.arraycopy(value.m_array[sourcechunk], sourcecolumn,
766 System.arraycopy(value.m_array[sourcechunk + 1], 0,
784 System.arraycopy(m_array, 0, newarray, 0, i);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaField.java88 System.arraycopy(fieldNames, 0, res, 0, fieldNames.length);
89 System.arraycopy(superFields, 0, res, fieldNames.length, superFields.length);
H A DJSJavaMethod.java104 System.arraycopy(fieldNames, 0, res, 0, fieldNames.length);
105 System.arraycopy(superFields, 0, res, fieldNames.length, superFields.length);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteComponentRaster.java297 * System.arraycopy(bandData, ((y2-y)*w + (x2-x))*numDataElements,
382 System.arraycopy(data, yoff, outData, 0, w*h);
386 System.arraycopy(data, yoff, outData, off, w);
413 * System.arraycopy(bandData, ((y2-y)*w + (x2-x))*numDataElements,
544 System.arraycopy(bdata, srcOffset,
604 System.arraycopy(inData, srcOffset,
661 System.arraycopy(inData, 0, data, yoff, w*h);
665 System.arraycopy(inData, off, data, yoff, w);
717 System.arraycopy(inData, 0, data, yoff, w*h);
721 System.arraycopy(inDat
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DPipedInputStream.java247 System.arraycopy(b, off, buffer, in, nextTransferAmount);
398 System.arraycopy(buffer, out, b, off + rlen, available);
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanOperationInfoSupport.java199 System.arraycopy(src, 0, dst, 0, src.length);
213 System.arraycopy(src, 0, dst, 0, src.length);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMib.java116 java.lang.System.arraycopy(list,index,list,index+1,size-index);
138 java.lang.System.arraycopy(list,at,list,at+count,size-at);
140 java.lang.System.arraycopy(src,from,list,at,count);
158 java.lang.System.arraycopy(list,from+count,list,from,
174 java.lang.System.arraycopy(list,index+1,list,index,
186 java.lang.System.arraycopy(list,0,a,0,size);
207 java.lang.System.arraycopy(list,0,newlist,0,size);
223 java.lang.System.arraycopy(list,0,newlist,0,size);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DBerDecoder.java260 System.arraycopy(buf, offset, buf2, 0, len);
317 System.arraycopy(buf, offset, retarr, 0, len);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DUtfHelpper.java117 System.arraycopy(result, 0, newResult, 0, out);
147 System.arraycopy(result, 0, newResult, 0, out);
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java116 System.arraycopy(line, 0, newLine, 0, line.length);
178 System.arraycopy(line, index, b, off, n);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DRowFilter.java95 System.arraycopy(currRow, bytesPerPixel,
185 System.arraycopy(currRow, bytesPerPixel,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DEncoded.java144 System.arraycopy(entity,0,buf,ptr,entity.length);
169 System.arraycopy(buf,0,b,0,len);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DBASE64EncodingAlgorithm.java118 System.arraycopy(b, start, data, 0, length);
197 System.arraycopy((byte[])array, astart, b, start, alength);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DByteVector.java304 System.arraycopy(b, off, data, length, len);
320 System.arraycopy(data, 0, newData, 0, length);
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DDkCrypto.java145 System.arraycopy(confounder, 0, toBeEncrypted,
147 System.arraycopy(plaintext, start, toBeEncrypted,
165 System.arraycopy(ciphertext, cipherSize - blockSize,
191 System.arraycopy(hmac, 0, ciphertext, cipherSize,
368 System.arraycopy(ciphertext, start + cipherSize - blockSize,
378 System.arraycopy(decrypted, blockSize, plaintext,
433 System.arraycopy(hmac, 0, buf, 0, buf.length);
515 System.arraycopy(cipherBlock, 0, rawkey, n, len);
/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteConverter.java236 System.arraycopy( output, 0, returnedOutput, 0, outputLength );
410 System.arraycopy( newSubBytes, 0, subBytes, 0, newSubBytes.length );
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DINVOKEINTERFACE.java136 System.arraycopy(ExceptionConstants.EXCS_INTERFACE_METHOD_RESOLUTION, 0,

Completed in 158 milliseconds

<<11121314151617181920>>