Searched refs:dstLength (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
H A D | InputPointersTests.java | 164 final int dstLength = 50; in testAppend() local 166 for (int i = 0; i < dstLength; i++) { in testAppend() 186 final int time = i * 4 + dstLength; 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() 234 final int dstLength = 50; in testAppendResizableIntArray() local 236 for (int i = 0; i < dstLength; i++) { in testAppendResizableIntArray() 255 final int time = i * 2 + dstLength; in testAppendResizableIntArray() [all …]
|
H A D | ResizableIntArrayTests.java | 246 final int dstLength = DEFAULT_CAPACITY / 2; in testAppend() local 247 for (int i = 0; i < dstLength; i++) { in testAppend() 256 assertEquals("length after append zero", dstLength, dst.getLength()); in testAppend() 259 dst.getPrimitiveArray(), startPos, dstLength); in testAppend() 262 assertEquals("length after append", dstLength + srcLength, dst.getLength()); in testAppend() 265 dst.getPrimitiveArray().length >= dstLength + srcLength); in testAppend() 267 dst.getPrimitiveArray(), startPos, dstLength); in testAppend() 269 dst.getPrimitiveArray(), dstLength, srcLength); in testAppend() 275 dst.getPrimitiveArray().length >= dstLength + srcLength * 2); in testAppend() 278 dstLength); in testAppend() [all …]
|
/aosp12/system/netd/server/ |
H A D | MDnsSdListener.cpp | 268 size_t dstLength = CEIL(CEIL(txtLen * 4, 3), 4) * 4 + 1; in MDnsSdListenerResolveCallback() local 270 char *dst = (char *)malloc(dstLength); in MDnsSdListenerResolveCallback() 271 b64_ntop(txtRecord, txtLen, dst, dstLength); in MDnsSdListenerResolveCallback()
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |