Searched refs:jsize (Results 1 – 9 of 9) sorted by relevance
/libnativehelper/include_jni/ |
D | jni.h | 40 typedef jint jsize; typedef 158 jsize); 370 jstring (*NewString)(JNIEnv*, const jchar*, jsize); 371 jsize (*GetStringLength)(JNIEnv*, jstring); 375 jsize (*GetStringUTFLength)(JNIEnv*, jstring); 379 jsize (*GetArrayLength)(JNIEnv*, jarray); 380 jobjectArray (*NewObjectArray)(JNIEnv*, jsize, jclass, jobject); 381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize); 382 void (*SetObjectArrayElement)(JNIEnv*, jobjectArray, jsize, jobject); 384 jbooleanArray (*NewBooleanArray)(JNIEnv*, jsize); [all …]
|
/libnativehelper/ |
D | JniInvocation.c | 56 jint (*JNI_GetCreatedJavaVMs)(JavaVM**, jsize, jsize*); 110 jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) { in JNI_GetCreatedJavaVMs() 216 instance->JNI_GetCreatedJavaVMs = (jint (*)(JavaVM**, jsize, jsize*)) JNI_GetCreatedJavaVMs_; in JniInvocationInit()
|
D | libnativehelper_lazy.c | 210 jint JNI_GetCreatedJavaVMs(JavaVM** p_vm, jsize vm_max, jsize* p_vm_count) { in JNI_GetCreatedJavaVMs() 211 typedef jint (*M)(JavaVM**, jsize, jsize*); in JNI_GetCreatedJavaVMs()
|
D | JNIHelp.c | 389 jstring jniCreateString(JNIEnv* env, const jchar* unicodeChars, jsize len) { in jniCreateString()
|
/libnativehelper/tests_mts/jni/ |
D | jni_invocation_test.cpp | 21 jsize count; in TEST_F()
|
/libnativehelper/tests/ |
D | libnativehelper_lazy_test.cpp | 59 jsize count = 0; in TEST_F()
|
D | JniInvocation_test.cpp | 66 jsize vm_count; in TEST()
|
/libnativehelper/header_only_include/nativehelper/ |
D | scoped_primitive_array.h | 77 static const jsize buffer_size = 1024; \ 81 jsize mSize; \
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 479 jsize len) { in jniCreateString() 484 jsize len) { in jniCreateString()
|