/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/ |
D | com_android_inputmethod_latin_BinaryDictionary.cpp | 206 env->GetIntArrayRegion(xCoordinatesArray, 0, inputSize, xCoordinates); in latinime_BinaryDictionary_getSuggestions() 207 env->GetIntArrayRegion(yCoordinatesArray, 0, inputSize, yCoordinates); in latinime_BinaryDictionary_getSuggestions() 208 env->GetIntArrayRegion(timesArray, 0, inputSize, times); in latinime_BinaryDictionary_getSuggestions() 209 env->GetIntArrayRegion(pointerIdsArray, 0, inputSize, pointerIds); in latinime_BinaryDictionary_getSuggestions() 210 env->GetIntArrayRegion(inputCodePointsArray, 0, inputCodePointsLength, inputCodePoints); in latinime_BinaryDictionary_getSuggestions() 214 env->GetIntArrayRegion(suggestOptions, 0, numberOfOptions, options); in latinime_BinaryDictionary_getSuggestions() 269 env->GetIntArrayRegion(word, 0, codePointCount, codePoints); in latinime_BinaryDictionary_getProbability() 279 env->GetIntArrayRegion(word, 0, codePointCount, codePoints); in latinime_BinaryDictionary_getMaxProbabilityOfExactMatches() 291 env->GetIntArrayRegion(word, 0, wordLength, wordCodePoints); in latinime_BinaryDictionary_getNgramProbability() 342 env->GetIntArrayRegion(word, 0, wordLength, wordCodePoints); in latinime_BinaryDictionary_getWordProperty() [all …]
|
D | com_android_inputmethod_latin_BinaryDictionaryUtils.cpp | 65 env->GetIntArrayRegion(before, 0, beforeLength, beforeCodePoints); in latinime_BinaryDictionaryUtils_calcNormalizedScore() 66 env->GetIntArrayRegion(after, 0, afterLength, afterCodePoints); in latinime_BinaryDictionaryUtils_calcNormalizedScore()
|
D | com_android_inputmethod_latin_DicTraverseSession.cpp | 48 env->GetIntArrayRegion(previousWord, 0, previousWordLength, prevWord); in latinime_initDicTraverseSession()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_os_NativeHandle.cpp | 78 env->GetIntArrayRegion(fds.get(), 0, numFds, &(handle->data[0])); in MakeCppNativeHandle() 79 env->GetIntArrayRegion(ints.get(), 0, numInts, &(handle->data[numFds])); in MakeCppNativeHandle()
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | jni_data_utils.h | 41 env->GetIntArrayRegion(array, 0 /* start */, arrayLength, outVector->data()); in jintarrayToVector() 118 env->GetIntArrayRegion(prevWord, 0, prevWordLength, prevWordCodePoints[i]); in constructNgramContext()
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | turbojpeg-jni.c | 367 (*env)->GetIntArrayRegion(env, jSrcOffsets, 0, nc, srcOffsetsTmp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 372 (*env)->GetIntArrayRegion(env, jSrcStrides, 0, nc, srcStridesTmp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 454 (*env)->GetIntArrayRegion(env, jDstOffsets, 0, nc, dstOffsetsTmp); in TJCompressor_encodeYUV() 459 (*env)->GetIntArrayRegion(env, jDstStrides, 0, nc, dstStridesTmp); in TJCompressor_encodeYUV() 837 (*env)->GetIntArrayRegion(env, jDstOffsets, 0, nc, dstOffsetsTmp); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 842 (*env)->GetIntArrayRegion(env, jDstStrides, 0, nc, dstStridesTmp); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 961 (*env)->GetIntArrayRegion(env, jSrcOffsets, 0, nc, srcOffsetsTmp); in TJDecompressor_decodeYUV() 966 (*env)->GetIntArrayRegion(env, jSrcStrides, 0, nc, srcStridesTmp); in TJDecompressor_decodeYUV()
|
/aosp_15_r20/frameworks/base/services/core/jni/ |
H A D | com_android_server_vibrator_VibratorManagerService.cpp | 192 env->GetIntArrayRegion(vibratorIds, 0, size, reinterpret_cast<jint*>(ids.data())); in nativePrepareSynced() 228 env->GetIntArrayRegion(vibratorIds, 0, size, reinterpret_cast<jint*>(ids.data())); in nativeStartSession()
|
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | jni_conversion.cc | 170 env->GetIntArrayRegion(jintArray, jsize{0}, size, &output[0]); in ToNativeIntegerVector() 177 env->GetIntArrayRegion(jintArray, jsize{0}, size, &intermediate[0]); in ToNativeIntegerUnorderedSet()
|
/aosp_15_r20/external/cronet/components/cronet/android/ |
H A D | cronet_bidirectional_stream_adapter.cc | 230 env->GetIntArrayRegion(pending_write_data->jwrite_buffer_pos_list.obj(), i, in WritevData() 233 env->GetIntArrayRegion(pending_write_data->jwrite_buffer_limit_list.obj(), in WritevData()
|
/aosp_15_r20/external/libchrome/base/android/ |
H A D | jni_array_unittest.cc | 84 env->GetIntArrayRegion(ints.obj(), i, 1, &value); in CheckIntConversion() 135 env->GetIntArrayRegion(jints.obj(), i, 1, &value); in CheckIntArrayConversion()
|
/aosp_15_r20/external/cronet/base/android/ |
H A D | jni_array_unittest.cc | 117 env->GetIntArrayRegion(ints.obj(), i, 1, &value); in CheckIntConversion() 168 env->GetIntArrayRegion(jints.obj(), i, 1, &value); in CheckIntArrayConversion()
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info.cpp | 37 env->GetIntArrayRegion(jArray, 0, len, buffer); in safeGetOrFillZeroIntArrayRegion()
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/external/pytorch/.ci/docker/java/ |
H A D | jni.h | 428 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/libnativehelper/include_jni/ |
H A D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/prebuilts/module_sdk/art/1/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 936 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 938 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/prebuilts/module_sdk/art/3/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 936 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 938 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/prebuilts/module_sdk/art/7/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/libnativehelper/include_jni/ |
D | jni.h | 427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member 936 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function 938 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
|