Searched defs:sourceArray (Results 1 - 7 of 7) 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/chromium_org/third_party/angle/util/
H A Dshader_utils.cpp37 const char *sourceArray[1] = { source.c_str() }; local
38 glShaderSource(shader, 1, sourceArray, NULL);
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DANGLETest.cpp80 const char *sourceArray[1] = { source.c_str() }; local
81 glShaderSource(shader, 1, sourceArray, NULL);
/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/icu/icu4c/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/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 283 milliseconds