Searched defs:arrayLength (Results 1 – 12 of 12) sorted by relevance
52 public void timeSystemCharArrayCopy(int arrayLength) { in timeSystemCharArrayCopy()64 public void timeSystemByteArrayCopy(int arrayLength) { in timeSystemByteArrayCopy()76 public void timeSystemShortArrayCopy(int arrayLength) { in timeSystemShortArrayCopy()88 public void timeSystemIntArrayCopy(int arrayLength) { in timeSystemIntArrayCopy()100 public void timeSystemLongArrayCopy(int arrayLength) { in timeSystemLongArrayCopy()112 public void timeSystemFloatArrayCopy(int arrayLength) { in timeSystemFloatArrayCopy()124 public void timeSystemDoubleArrayCopy(int arrayLength) { in timeSystemDoubleArrayCopy()136 public void timeSystemBooleanArrayCopy(int arrayLength) { in timeSystemBooleanArrayCopy()
48 public void setUp(int arrayLength) throws Exception { in setUp()100 public void deepHashCode(int arrayLength) throws Exception { in deepHashCode()110 public void deepEquals(int arrayLength) throws Exception { in deepEquals()
74 final int arrayLength = buffer.length; in read() local
55 LongArrayMultiStateCounterRavenwood(int stateCount, int arrayLength) { in LongArrayMultiStateCounterRavenwood()281 public static long native_init(int stateCount, int arrayLength) { in native_init()352 int arrayLength = parcel.readInt(); in native_initFromParcel() local
71 public LongArrayMultiStateCounter(int stateCount, int arrayLength) { in LongArrayMultiStateCounter()243 private static native long native_init(int stateCount, int arrayLength); in native_init()
35 final int arrayLength = mArray[mThreadNumber].length; in run() local
66 int arrayLength = in.readInt(); in IccOpenLogicalChannelResponse() local
59 TestLongArrayMultiStateCounter(int stateCount, int arrayLength) { in TestLongArrayMultiStateCounter()
223 int arrayLength = source.readInt(); in TableResponse() local
56 static jlong native_init(jint stateCount, jint arrayLength) { in native_init()211 int32_t arrayLength; in native_initFromParcel() local
197 private void throwIfInvalidBounds(int arrayLength, int offset, int length) { in throwIfInvalidBounds()
1313 int arrayLength = Array.getLength(array); in convertPrimitiveArrayToObjectArray() local