Searched refs:sourceArray (Results 1 - 8 of 8) sorted by relevance

/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/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DChangeTimeScaleTrack.java156 long[] sourceArray = TimeToSampleBox.blowupTimeToSamples(source);
160 for (int i = 1; i <= sourceArray.length; i++) {
161 long duration = sourceArray[i - 1];
/external/chromium_org/third_party/icu/source/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/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/guava/guava-tests/test/com/google/common/collect/
H A DIterablesTest.java207 String[] sourceArray = new String[] {"a", "b", "c"};
208 Iterable<String> iterable = asList(sourceArray);
210 assertTrue(Arrays.equals(sourceArray, newArray));
H A DIteratorsTest.java221 String[] sourceArray = new String[] {"a", "b", "c"};
222 Iterator<String> iterator = asList(sourceArray).iterator();
224 assertTrue(Arrays.equals(sourceArray, newArray));
/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 192 milliseconds