Home
last modified time | relevance | path

Searched defs:value (Results 1 – 6 of 6) sorted by relevance

/libnativehelper/include_platform/nativehelper/
DJNIPlatformHelp.h113 inline void jniSetFileDescriptorOfFD(JNIEnv* env, jobject fileDescriptor, int value) { in jniSetFileDescriptorOfFD()
/libnativehelper/
DJNIPlatformHelp.c56 void jniSetFileDescriptorOfFD(JNIEnv* env, jobject fileDescriptor, int value) { in jniSetFileDescriptorOfFD()
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp63 jint value) { in throwExceptionWithIntFormat()
184 static jstring createString(JNIEnv* env, jclass /*clazz*/, jstring value) { in createString()
/libnativehelper/tests_mts/src/android/libnativehelper/mts/
DJniHelpTest.java38 int value); in throwExceptionWithIntFormat()
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h319 constexpr const T& value() const { in value() function
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp547 int value; member