Searched refs:GetLongArrayRegion (Results 1 – 6 of 6) sorted by relevance
/external/brotli/java/org/brotli/wrapper/dec/ |
D | decoder_jni.cc | 49 env->GetLongArrayRegion(ctx, 0, 3, context); in Java_org_brotli_wrapper_dec_DecoderJNI_nativeCreate() 110 env->GetLongArrayRegion(ctx, 0, 3, context); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() 165 env->GetLongArrayRegion(ctx, 0, 3, context); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull() 193 env->GetLongArrayRegion(ctx, 0, 3, context); in Java_org_brotli_wrapper_dec_DecoderJNI_nativeDestroy()
|
/external/brotli/java/org/brotli/wrapper/enc/ |
D | encoder_jni.cc | 49 env->GetLongArrayRegion(ctx, 0, 5, context); in Java_org_brotli_wrapper_enc_EncoderJNI_nativeCreate() 114 env->GetLongArrayRegion(ctx, 0, 5, context); in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() 165 env->GetLongArrayRegion(ctx, 0, 5, context); in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull() 186 env->GetLongArrayRegion(ctx, 0, 2, context); in Java_org_brotli_wrapper_enc_EncoderJNI_nativeDestroy()
|
/external/libchrome/base/android/ |
D | jni_array.cc | 264 env->GetLongArrayRegion(long_array, 0, len, out->data()); in JavaLongArrayToLongVector()
|
/external/tensorflow/tensorflow/lite/java/src/main/native/ |
D | tensor_jni.cc | 120 env->GetLongArrayRegion(long_array, 0, num_elements, long_dst); in WriteOneDimensionalArray()
|
/external/oj-libjdwp/src/share/back/ |
D | ArrayReferenceImpl.c | 163 JNI_FUNC_PTR(env,GetLongArrayRegion)(env, array, index, length, components); in writeLongComponents()
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jni.h | 696 void (JNICALL *GetLongArrayRegion) 1750 void GetLongArrayRegion(jlongArray array, in GetLongArrayRegion() function 1752 functions->GetLongArrayRegion(this,array,start,len,buf); in GetLongArrayRegion()
|