Searched refs:arraycopy (Results 101 - 125 of 890) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DDes3DkCrypto.java101 System.arraycopy(one, 0, key, 0, 8);
102 System.arraycopy(two, 0, key, 8, 8);
103 System.arraycopy(three, 0, key, 16, 8);
148 System.arraycopy(input, start, result, 0, 7);
H A DArcFourCrypto.java159 System.arraycopy(ss, 0, new_ss, 0, ss.length);
194 System.arraycopy(hmac, 0, buf, 0, buf.length);
277 System.arraycopy(confounder, 0, toBeEncrypted, 0, confounder.length);
278 System.arraycopy(plaintext, start, toBeEncrypted,
283 System.arraycopy(baseKey, 0, k1, 0, baseKey.length);
304 System.arraycopy(checksum, 0, result, 0, hashSize);
305 System.arraycopy(output, 0, result, hashSize, output.length);
367 System.arraycopy(baseKey, 0, k1, 0, baseKey.length);
377 System.arraycopy(ciphertext, start, checksum, 0, hashSize);
414 System.arraycopy(plaintex
[all...]
/openjdk7/jdk/test/java/security/cert/CertificateFactory/
H A DReturnStream.java50 System.arraycopy(buffer, 0, buffer, size, size);
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DDateFormatSymbolsProviderTest.java87 System.arraycopy(tmp, 1, result[2], 0, result[2].length);
90 System.arraycopy(tmp, 1, result[3], 0, result[3].length);
104 System.arraycopy(tmp, 1, providers[2], 0, providers[2].length);
107 System.arraycopy(tmp, 1, providers[3], 0, providers[3].length);
/openjdk7/jdk/test/java/util/zip/
H A DInflaterBufferSize.java60 System.arraycopy(a, 0, a2, 0, a.length);
68 System.arraycopy(a, 0, res, 0, length);
82 System.arraycopy(smallBuffer, 0, flated, count, n);
99 System.arraycopy(smallBuffer, 0, flated, count, n);
/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteISO2022JP.java136 System.arraycopy(subBytesEscape, 0, outputByte, 0,
139 System.arraycopy(subBytes, 0, outputByte,
245 System.arraycopy(subBytesEscape, 0, outputByte, 0,
248 System.arraycopy(subBytes, 0, outputByte,
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DBasicAuthentication.java76 System.arraycopy(nameBytes, 0, concat, 0, nameBytes.length);
77 System.arraycopy(passwdBytes, 0, concat, nameBytes.length,
116 System.arraycopy(nameBytes, 0, concat, 0, nameBytes.length);
117 System.arraycopy(passwdBytes, 0, concat, nameBytes.length,
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrinterFactory.java62 System.arraycopy(supportedDocFlavors, 0, flavors, 0, flavors.length);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DGrowableByteArray.java124 System.arraycopy(oldArray, 0, array, 0, oldArray.length);
H A DGrowableIntArray.java111 System.arraycopy(oldArray, 0, array, 0, oldArray.length);
/openjdk7/jdk/src/share/classes/java/util/
H A DArrayDeque.java156 System.arraycopy(elements, p, a, 0, r);
157 System.arraycopy(elements, 0, a, r, p);
172 System.arraycopy(elements, head, a, 0, size());
175 System.arraycopy(elements, head, a, 0, headPortionLen);
176 System.arraycopy(elements, 0, a, headPortionLen, tail);
544 System.arraycopy(elements, h, elements, h + 1, front);
546 System.arraycopy(elements, 0, elements, 1, i);
548 System.arraycopy(elements, h, elements, h + 1, mask - h);
555 System.arraycopy(elements, i + 1, elements, i, back);
558 System.arraycopy(element
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREProgram.java89 System.arraycopy(instruction, 0, ret, 0, lenInstruction);
131 System.arraycopy(instruction, RE.nodeSize * 2, prefix, 0, lenAtom);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLSimpleType.java164 System.arraycopy(enumeration, 0, this.enumeration, 0, this.enumeration.length);
185 System.arraycopy(simpleType.enumeration, 0, enumeration, 0, enumeration.length);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DStringToIntTable.java111 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
117 System.arraycopy(m_values, 0, newValues, 0, m_firstFree + 1);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DStringToIntTable.java104 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
110 System.arraycopy(m_values, 0, newValues, 0, m_firstFree + 1);
H A DStringToStringTable.java97 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
143 System.arraycopy(m_map, i + 2, m_map, i, m_firstFree - (i + 2));
H A DStringVector.java105 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
185 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DSAJDIClassLoader.java138 System.arraycopy(b, 0, tmp, 0, total);
145 System.arraycopy(b, 0, tmp, 0, total);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSMap.java52 System.arraycopy(tmp, 0, res, 0, tmp.length);
53 System.arraycopy(superIds, 0, res, tmp.length, superIds.length);
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DTreeModelEvent.java260 System.arraycopy(children, 0, retChildren, 0, cCount);
281 System.arraycopy(childIndices, 0, retArray, 0, cCount);
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DSupplementaryCharacterData.java90 System.arraycopy(tempTable, 0, tempTempTable, 0, dataCount);
169 System.arraycopy(newTempTable, 0, dataTable, 0, new_index);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWhitespaceStripper.java73 System.arraycopy(buf,0,newBuf,0,bufLen);
76 System.arraycopy(ch,start,buf,bufLen,length);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DPrimitiveArrayListerBoolean.java84 System.arraycopy(buf,0,nb,0,buf.length);
97 System.arraycopy(buf,0,r,0,size);
H A DPrimitiveArrayListerByte.java84 System.arraycopy(buf,0,nb,0,buf.length);
97 System.arraycopy(buf,0,r,0,size);
H A DPrimitiveArrayListerCharacter.java84 System.arraycopy(buf,0,nb,0,buf.length);
97 System.arraycopy(buf,0,r,0,size);

Completed in 93 milliseconds

1234567891011>>