Home
last modified time | relevance | path

Searched refs:srcLength (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
H A DResizableIntArrayTests.java238 final int srcLength = DEFAULT_CAPACITY; in testAppend() local
240 for (int i = 0; i < srcLength; i++) { in testAppend()
261 dst.append(src, startPos, srcLength); in testAppend()
271 dst.append(src, startPos, srcLength); in testAppend()
281 srcLength); in testAppend()
284 srcLength); in testAppend()
291 for (int i = 0; i < srcLength; i++) { in testFill()
297 final int startPos = srcLength / 3; in testFill()
298 final int length = srcLength / 3; in testFill()
318 for (int i = 0; i < srcLength; i++) { in testFill()
[all …]
H A DInputPointersTests.java180 final int srcLength = 100; in testAppend() local
182 for (int i = 0; i < srcLength; i++) { in testAppend()
207 startPos, srcLength); in testAppend()
210 dst.getPointerIds().length >= dstLength + srcLength); in testAppend()
221 dstLength, srcLength); in testAppend()
224 dstLength, srcLength); in testAppend()
227 dstLength, srcLength); in testAppend()
246 final int srcLength = 100; in testAppendResizableIntArray() local
248 final int[] srcPointerIds = new int[srcLength]; in testAppendResizableIntArray()
253 for (int i = 0; i < srcLength; i++) { in testAppendResizableIntArray()
[all …]