Home
last modified time | relevance | path

Searched refs:jsize (Results 1 – 9 of 9) sorted by relevance

/libnativehelper/include_jni/
Djni.h40 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/
DJniInvocation.c56 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()
Dlibnativehelper_lazy.c210 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()
DJNIHelp.c389 jstring jniCreateString(JNIEnv* env, const jchar* unicodeChars, jsize len) { in jniCreateString()
/libnativehelper/tests_mts/jni/
Djni_invocation_test.cpp21 jsize count; in TEST_F()
/libnativehelper/tests/
Dlibnativehelper_lazy_test.cpp59 jsize count = 0; in TEST_F()
DJniInvocation_test.cpp66 jsize vm_count; in TEST()
/libnativehelper/header_only_include/nativehelper/
Dscoped_primitive_array.h77 static const jsize buffer_size = 1024; \
81 jsize mSize; \
/libnativehelper/include/nativehelper/
DJNIHelp.h479 jsize len) { in jniCreateString()
484 jsize len) { in jniCreateString()