Searched refs:JNI_FALSE (Results 1 – 13 of 13) sorted by relevance
99 int result = JNI_FALSE; in methodIsPublic()101 refMethod = (*env)->ToReflectedMethod(env, clazz, methodId, JNI_FALSE); in methodIsPublic()149 int needExtra = JNI_FALSE; in main()182 needExtra = JNI_FALSE; in main()203 initArgs.ignoreUnrecognized = JNI_FALSE; in main()
189 jboolean bufsCopied = JNI_FALSE; in harmony_io_readvImpl()190 jboolean offsetsCopied = JNI_FALSE; in harmony_io_readvImpl()191 jboolean lengthsCopied = JNI_FALSE; in harmony_io_readvImpl()231 jboolean bufsCopied = JNI_FALSE; in harmony_io_writevImpl()232 jboolean offsetsCopied = JNI_FALSE; in harmony_io_writevImpl()233 jboolean lengthsCopied = JNI_FALSE; in harmony_io_writevImpl()
52 return (*c == 0x04) ? JNI_TRUE : JNI_FALSE; in harmony_nio_littleEndian()
120 return JNI_FALSE; /* exception thrown */ in java_io_File_deleteFileImpl()
1314 int block = JNI_FALSE; in sockConnectWithTimeout()2334 return JNI_FALSE; in osNetworkSystem_supportsUrgentDataImpl()
121 return JNI_FALSE; in isWhitespaceImpl()
318 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, JNI_FALSE); in parseRBNFImpl()
426 != JNI_FALSE; in busyhandler()450 != JNI_FALSE; in busyhandler3()722 return rc != JNI_FALSE; in callback()953 return JNI_FALSE; in Java_SQLite_Database__1complete()958 result = sqlite3_complete(sqlstr.result) ? JNI_TRUE : JNI_FALSE; in Java_SQLite_Database__1complete()962 result = sqlite_complete(sqlstr.result) ? JNI_TRUE : JNI_FALSE; in Java_SQLite_Database__1complete()2680 return JNI_FALSE; in Java_SQLite_Vm_step()2699 return JNI_FALSE; in Java_SQLite_Vm_step()2705 return JNI_FALSE; in Java_SQLite_Vm_step()2737 return JNI_FALSE; in Java_SQLite_Vm_compile()[all …]
90 jboolean iscopy = JNI_FALSE; in org_apache_harmony_xnet_provider_jsse_OpenSSLServerSocketImpl_init()
992 jboolean iscopy = JNI_FALSE; in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_init()
2738 *isCopy = JNI_FALSE; in GetStringChars()3008 *isCopy = JNI_FALSE; \3243 *isCopy = JNI_FALSE; in GetPrimitiveArrayCritical()3276 *isCopy = JNI_FALSE; in GetStringCritical()
2186 if (JNI_FALSE == (*env)->IsInstanceOf(env, buf, in Check_GetDirectBufferAddress()
1119 #define JNI_FALSE 0 macro