Searched refs:arraycopy (Results 76 - 100 of 890) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DChunkedOutputStream.java85 System.arraycopy (b,off,buf,pos,remain);
91 System.arraycopy (b,off,buf,OFFSET,CHUNK_SIZE);
99 System.arraycopy (b,off,buf,pos,len);
/openjdk7/hotspot/test/runtime/7100935/
H A DTestConjointAtomicArraycopy.java55 System.arraycopy(testArray, 1, testArray, 0, 3);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DGETSTATIC.java88 System.arraycopy(ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION, 0,
H A DINVOKESTATIC.java84 System.arraycopy(ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION, 0,
H A DPUTSTATIC.java89 System.arraycopy(ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION, 0,
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/util/
H A DIntegerArray.java46 System.arraycopy(array, 0, _array, 0, _free = _size);
55 System.arraycopy(_array, 0, clone._array, 0, _free);
62 System.arraycopy(_array, 0, result, 0, cardinality());
188 System.arraycopy(_array, 0, newArray, 0, _free);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DBalancedDTDGrammar.java254 System.arraycopy(fOpStack, 0, newOpStack, 0, fDepth);
257 System.arraycopy(fGroupIndexStack, 0, newGroupIndexStack, 0, fDepth);
260 System.arraycopy(fGroupIndexStackSizes, 0, newGroupIndexStackLengths, 0, fDepth);
281 System.arraycopy(currentGroup, 0, newGroup, 0, currentGroup.length);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeNamespaceSupport.java61 System.arraycopy(fValidContext, 0, contextarray, 0, fValidContext.length);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DBoolStack.java202 System.arraycopy(m_values, 0, newVector, 0, m_index + 1);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DBoolStack.java193 System.arraycopy(m_values, 0, newVector, 0, m_index + 1);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynSequenceImpl.java176 System.arraycopy(components, 0, newComponents, 0, oldLength);
177 System.arraycopy(anys, 0, newAnys, 0, oldLength);
195 System.arraycopy(components, 0, newComponents, 0, len);
196 System.arraycopy(anys, 0, newAnys, 0, len);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DStackImpl.java67 System.arraycopy( data, 0, newData, 0, data.length ) ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaArrayKlass.java66 System.arraycopy(superFields, 0, res, 0, superFields.length);
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioInputStream.java284 System.arraycopy(pushBackBuffer, 0,
307 System.arraycopy(b, off + bytesRead - pushBackLen,
412 System.arraycopy(pushBackBuffer, 0, markPushBackBuffer, 0, markPushBackLen);
435 System.arraycopy(markPushBackBuffer, 0, pushBackBuffer, 0, pushBackLen);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTransferable.java91 System.arraycopy(richerFlavors, 0, flavors, nDone, nRicher);
95 System.arraycopy(htmlFlavors, 0, flavors, nDone, nHTML);
99 System.arraycopy(plainFlavors, 0, flavors, nDone, nPlain);
103 System.arraycopy(stringFlavors, 0, flavors, nDone, nString);
/openjdk7/jdk/src/share/classes/java/io/
H A DBufferedOutputStream.java128 System.arraycopy(b, off, buf, count, len);
/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DGCMParameterSpec.java128 System.arraycopy(src, offset, iv, 0, len);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DISO10126Padding.java74 System.arraycopy(padding, 0, in, off, len);
/openjdk7/jaxp/src/org/xml/sax/ext/
H A DAttributes2Impl.java267 System.arraycopy (declared, 0, newFlags, 0, declared.length);
271 System.arraycopy (specified, 0, newFlags, 0, specified.length);
287 System.arraycopy (declared, index + 1, declared, index,
289 System.arraycopy (specified, index + 1, specified, index,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/util/
H A DByteArrayOutputStreamEx.java61 System.arraycopy(buf,0,data,0,buf.length);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/staxex/
H A DByteArrayOutputStreamEx.java61 System.arraycopy(buf,0,data,0,buf.length);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWInputMethodDescriptor.java52 System.arraycopy(locales, 0, tmp, 0, locales.length);
/openjdk7/jdk/test/java/io/BufferedInputStream/
H A DCountUpdate.java92 System.arraycopy(buffer, 0, b, off, len);
H A DSkipTest.java93 System.arraycopy(buffer, aposition, b, off, len);
/openjdk7/jdk/test/java/io/Serializable/available/
H A DAvailable.java84 System.arraycopy(data, 0, trunc, 0, truncateLen);

Completed in 130 milliseconds

1234567891011>>