Home | History | Annotate | Download | only in renderscript

Lines Matching full:arraycopy

1052                 System.arraycopy(mElements, 0, e, 0, mCount);
1053 System.arraycopy(mElementNames, 0, s, 0, mCount);
1054 System.arraycopy(mArraySizes, 0, as, 0, mCount);
1087 java.lang.System.arraycopy(mElements, 0, ein, 0, mCount);
1088 java.lang.System.arraycopy(mElementNames, 0, sin, 0, mCount);
1089 java.lang.System.arraycopy(mArraySizes, 0, asin, 0, mCount);