Searched defs:arrayLength (Results 1 – 11 of 11) sorted by relevance
49 public void timeSystemCharArrayCopy(int arrayLength) { in timeSystemCharArrayCopy()61 public void timeSystemByteArrayCopy(int arrayLength) { in timeSystemByteArrayCopy()73 public void timeSystemShortArrayCopy(int arrayLength) { in timeSystemShortArrayCopy()85 public void timeSystemIntArrayCopy(int arrayLength) { in timeSystemIntArrayCopy()97 public void timeSystemLongArrayCopy(int arrayLength) { in timeSystemLongArrayCopy()109 public void timeSystemFloatArrayCopy(int arrayLength) { in timeSystemFloatArrayCopy()121 public void timeSystemDoubleArrayCopy(int arrayLength) { in timeSystemDoubleArrayCopy()133 public void timeSystemBooleanArrayCopy(int arrayLength) { in timeSystemBooleanArrayCopy()
47 public void setUp(int arrayLength) throws Exception { in setUp()99 public void deepHashCode(int arrayLength) throws Exception { in deepHashCode()109 public void deepEquals(int arrayLength) throws Exception { in deepEquals()
74 final int arrayLength = buffer.length; in read() local
35 final int arrayLength = mArray[mThreadNumber].length; in run() local
66 int arrayLength = in.readInt(); in IccOpenLogicalChannelResponse() local
150 public LongArrayMultiStateCounter(int stateCount, int arrayLength) { in LongArrayMultiStateCounter()279 private static native long native_init(int stateCount, int arrayLength); in native_init()
59 TestLongArrayMultiStateCounter(int stateCount, int arrayLength) { in TestLongArrayMultiStateCounter()
30 static jlong native_init(jint stateCount, jint arrayLength) { in native_init()156 int32_t arrayLength; in native_initFromParcel() local
223 int arrayLength = source.readInt(); in TableResponse() local
462 int arrayLength = in.getInt(); in deserializeMethodParameters() local
1311 int arrayLength = Array.getLength(array); in convertPrimitiveArrayToObjectArray() local