Searched refs:arraycopy (Results 276 - 300 of 890) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DMULTIANEWARRAY.java140 System.arraycopy(ExceptionConstants.EXCS_CLASS_AND_INTERFACE_RESOLUTION, 0,
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DJavaWrapper.java150 System.arraycopy(argv, 1, new_argv, 0, new_argv.length);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DObjectListImpl.java116 System.arraycopy(fArray, 0, a, 0, fLength);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DUnionChildIterator.java79 System.arraycopy(tests, 0, m_nodeTests, 0, len);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXStringForChars.java215 System.arraycopy((char[])m_obj, m_start+srcBegin, dst, dstBegin, srcEnd);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSList.java64 System.arraycopy(superIds, 0, res, size, superIds.length);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DWhitespaceBasedBreakIterator.java67 System.arraycopy(breaks0, 0, breaks = new int[brIx], 0, brIx);
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureMethod.java385 System.arraycopy(asn1Bytes, (4+rLength)-i, xmldsigBytes, 20-i, i);
386 System.arraycopy(asn1Bytes, (6+rLength+sLength)-j, xmldsigBytes,
438 System.arraycopy(xmldsigBytes, 20 - i, asn1Bytes, (4 + j) - i, i);
443 System.arraycopy(xmldsigBytes, 40 - k, asn1Bytes, (6 + j + l) - k, k);
/openjdk7/jdk/src/share/classes/java/io/
H A DCharArrayReader.java139 System.arraycopy(buf, pos, b, off, len);
/openjdk7/jdk/src/share/classes/java/text/
H A DDigitList.java147 System.arraycopy(digits, 0, data, 0, count);
524 System.arraycopy(LONG_MIN_REP, 0, digits, 0, count);
543 System.arraycopy(digits, left, digits, 0, count);
630 System.arraycopy(digits, 0, newDigits, 0, digits.length);
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherInputStream.java233 System.arraycopy(obuffer, ostart, b, off, available);
/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DSecretKeySpec.java155 System.arraycopy(key, offset, this.key, 0, len);
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanConstructorInfoSupport.java144 System.arraycopy(src, 0, dst, 0, src.length);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelConnectionBlock.java132 System.arraycopy(oldsources, 0, sources, 0, oldsources.length);
H A DPortMixerProvider.java99 System.arraycopy(infos, 0, localArray, 0, infos.length);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DSignatureDSA.java306 System.arraycopy(asn1Bytes, (4 + rLength) - i, xmldsigBytes, 20 - i,
308 System.arraycopy(asn1Bytes, (6 + rLength + sLength) - j, xmldsigBytes,
360 System.arraycopy(xmldsigBytes, 20 - i, asn1Bytes, (4 + j) - i, i);
365 System.arraycopy(xmldsigBytes, 40 - k, asn1Bytes, (6 + j + l) - k, k);
H A DSignatureECDSA.java94 System.arraycopy(asn1Bytes, (4 + rLength) - i, xmldsigBytes, 24 - i,
96 System.arraycopy(asn1Bytes, (6 + rLength + sLength) - j, xmldsigBytes,
149 System.arraycopy(xmldsigBytes, 24 - i, asn1Bytes, (4 + j) - i, i);
154 System.arraycopy(xmldsigBytes, 48 - k, asn1Bytes, (6 + j + l) - k, k);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaHeapObject.java143 System.arraycopy(referers, 0, copy, 0, referersLen);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESKey.java74 System.arraycopy(key, offset, this.key, 0, DESKeySpec.DES_KEY_LEN);
H A DDESedeKey.java73 System.arraycopy(key, offset, this.key, 0,
H A DKeyProtector.java227 System.arraycopy(protectedKey, 0, salt, 0, SALT_LEN);
237 System.arraycopy(protectedKey, SALT_LEN, encrKey, 0, encrKeyLen);
259 System.arraycopy(digest, 0, xorKey, xorOffset,
262 System.arraycopy(digest, 0, xorKey, xorOffset,
/openjdk7/hotspot/test/compiler/6732154/
H A DTest6732154.java103 System.arraycopy(outArr, 0, retArr, 0, olen);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAttribute.java159 System.arraycopy(cr.b, off, attr.value, 0, len);
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestISO10126Padding.java65 System.arraycopy(data, 0, paddedData, 0, data.length);
/openjdk7/jdk/test/com/sun/jdi/
H A DStepTest.java121 System.arraycopy(args, 3, args2, 0, args.length - 3);

Completed in 99 milliseconds

<<11121314151617181920>>