Searched defs:sourceArray (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs60 public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int destinationIndex, int length ) argument
62 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DJSystem.cs59 public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int destinationIndex, int length ) argument
61 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
/external/icu4c/common/
H A Drbbitblb.cpp958 MaybeStackArray<void *, 16> destArray, sourceArray; // Handle small cases without malloc local
970 if (sourceSize > sourceArray.getCapacity()) {
971 if (sourceArray.resize(sourceSize) == NULL) {
975 sourcePtr = sourceArray.getAlias();
976 sourceLim = sourcePtr + sourceSize; // sourceArray.getArrayLimit()?
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DDatagramChannelTest.java1936 byte[] sourceArray = new byte[0];
1945 ByteBuffer sourceBuf = ByteBuffer.wrap(sourceArray);
1956 byte[] sourceArray = new byte[CAPACITY_NORMAL];
1958 for (int i = 0; i < sourceArray.length; i++) {
1959 sourceArray[i] = (byte) i;
1968 readWriteReadData(this.channel1, sourceArray, this.channel2,
1974 byte[] sourceArray = "".getBytes();
1985 ByteBuffer sourceBuf = ByteBuffer.wrap(sourceArray);
1996 byte[] sourceArray = "".getBytes();
2007 ByteBuffer sourceBuf = ByteBuffer.wrap(sourceArray);
2056 readWriteReadData(DatagramChannel sender, byte[] sourceArray, DatagramChannel receiver, byte[] targetArray, int dataSize, String methodName) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 193 milliseconds