Home
last modified time | relevance | path

Searched refs:jint (Results 1 – 25 of 32) sorted by relevance

12

/aoo41x/main/connectivity/source/drivers/hsqldb/
H A DHStorageAccess.cxx55 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key, jint mode) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_openStream()
155 jint read_from_storage_stream( JNIEnv * env, jobject /*obj_this*/, jstring name, jstring key, DataL… in read_from_storage_stream()
202 SAL_DLLPUBLIC_EXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Lja… in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2()
218 jint read_from_storage_stream_into_buffer( JNIEnv * env, jobject /*obj_this*/,jstring name, jstring… in read_from_storage_stream_into_buffer()
276 (JNIEnv * env, jobject obj_this,jstring name, jstring key, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2_3BII()
296 SAL_DLLPUBLIC_EXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
343 jint nRet = ((ch[0] << 24) + (ch[1] << 16) + (ch[2] << 8) + (ch[3] << 0)); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
426 … jobject /*obj_this*/, jstring name, jstring key, jbyteArray buffer, jint off, jint len, DataLogFi… in write_to_storage_stream_from_buffer()
477 (JNIEnv * env, jobject obj_this,jstring name, jstring key, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_write()
491 void write_to_storage_stream( JNIEnv* env, jobject /*obj_this*/, jstring name, jstring key, jint v,… in write_to_storage_stream()
[all …]
H A DStorageNativeInputStream.cxx68 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring name, jint mode) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_openStream()
85 SAL_DLLPUBLIC_EXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2()
104 SAL_DLLPUBLIC_EXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII()
105 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII()
209 SAL_DLLPUBLIC_EXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_avai… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available()
224 jint nAvailable = xIn->available(); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available()
251 SAL_DLLPUBLIC_EXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
264 jint nBytesRead = 0; in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
286 aOpLog.logReturn( (jint)-1 ); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
H A DStorageNativeOutputStream.cxx74 (JNIEnv * env, jobject /*obj_this*/, jstring name, jstring key, jint mode) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_openStream()
90 (JNIEnv * env, jobject obj_this, jstring key, jstring name, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII()
158 (JNIEnv * env, jobject obj_this, jstring key, jstring name,jint b) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2I()
H A Daccesslog.hxx82 void logReturn( jint _nRetVal ) in logReturn()
105 void write( jint value ) in write()
/aoo41x/main/connectivity/source/inc/hsqldb/
H A DHStorageAccess.h38 (JNIEnv *, jobject, jstring, jstring, jint);
69 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_Str…
77 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_Str…
78 (JNIEnv *, jobject, jstring, jstring, jbyteArray, jint, jint);
85 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt
102 (JNIEnv *, jobject, jstring, jstring, jbyteArray, jint, jint);
110 (JNIEnv *, jobject, jstring, jstring, jint);
H A DHStorageAccess.hxx34 jint read_from_storage_stream( JNIEnv * env, jobject obj_this, jstring name, jstring key, ::connect…
35 jint read_from_storage_stream_into_buffer( JNIEnv * env, jobject obj_this,jstring name, jstring key…
36 …env, jobject obj_this, jstring name, jstring key, jbyteArray buffer, jint off, jint len, ::connect…
37 void write_to_storage_stream( JNIEnv* env, jobject obj_this, jstring name, jstring key, jint v, ::c…
H A DStorageNativeInputStream.h38 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jint);
45 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lan…
53 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lan…
54 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jbyteArray, jint, jint);
77 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available
85 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lan…
/aoo41x/main/jurt/source/pipe/wrapper/
H A Dwrapper.c73 SAL_DLLPUBLIC_EXPORT jint JNICALL
75 JNIEnv * env, jobject obj_this, jobjectArray buffer, jint len) in Java_com_sun_star_lib_connections_pipe_PipeConnection_readJNI()
77 return (*(jint (*)(JNIEnv *, jobject, jobjectArray, jint)) in Java_com_sun_star_lib_connections_pipe_PipeConnection_readJNI()
/aoo41x/main/bridges/source/jni_uno/
H A Djni_data.cxx314 *(jint *) uno_data = jni->CallIntMethodA( in map_to_uno()
320 *(jint *) uno_data = java_data.i; in map_to_uno()
585 *(jint *) &pAny->pReserved = jni->CallIntMethodA( in map_to_uno()
724 *(jint *) uno_data = jni->GetIntField( in map_to_uno()
865 *(jint *) p = 0; in map_to_uno()
1417 arg.i = *(jint const *) uno_data; in map_to_java()
1425 java_data->i = *(jint const *) uno_data; in map_to_java()
1675 args[ 0 ].i = *(jint const *) &pAny->pReserved; in map_to_java()
1883 arg.i = *(jint const *) uno_data; in map_to_java()
2048 arg.i = *(jint const *) p; in map_to_java()
[all …]
H A Djni_bridge.cxx488 OSL_ASSERT( sizeof (jint) == sizeof (sal_Int32) ); in uno_ext_getMapping()
498 (sizeof (jint) == sizeof (sal_Int32)) && in uno_ext_getMapping()
/aoo41x/main/stoc/source/javavm/
H A Djvmargs.hxx36 typedef jint JNICALL JNI_InitArgs_Type(void *);
37 typedef jint JNICALL JNI_CreateVM_Type(JavaVM **, JNIEnv **, void *);
/aoo41x/main/jvmaccess/inc/jvmaccess/
H A Dvirtualmachine.hxx35 typedef int jint; typedef
151 jint m_nVersion;
/aoo41x/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c334 SAL_DLLPUBLIC_EXPORT jint
340 (JNIEnv * env, jobject obj_this, jobjectArray buffer, jint len) in PipeConnection_read()
353 jint nread; /* number of bytes has been read */ in PipeConnection_read()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/
H A Dnativeview.c47 JNIEXPORT jint JNICALL Java_NativeView_getNativeWindowSystemType in Java_NativeView_getNativeWindowSystemType()
63 jint lock ; in Java_NativeView_getNativeWindow()
H A Dnativeview.h38 JNIEXPORT jint JNICALL Java_NativeView_getNativeWindowSystemType
/aoo41x/main/bean/native/unix/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c70 JNIEXPORT jint JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindowSystemType in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindowSystemType()
89 jint lock; in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
H A Dcom_sun_star_beans_LocalOfficeWindow.c63 JNIEXPORT jint JNICALL Java_com_sun_star_beans_LocalOfficeWindow_getNativeWindowSystemType in Java_com_sun_star_beans_LocalOfficeWindow_getNativeWindowSystemType()
/aoo41x/main/connectivity/source/drivers/jdbc/
H A DObject.cxx280 jint out( t.pEnv->CallIntMethod( object, _inout_MethodID ) ); in callIntMethod()
295 jint out( t.pEnv->CallIntMethod( object, _inout_MethodID , _nArgument) ); in callIntMethodWithIntArg()
406 jint out = t.pEnv->CallIntMethod( object, _inout_MethodID , str.get()); in callIntMethodWithStringArg()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A Dnativeview.c51 JNIEXPORT jint JNICALL Java_NativeView_getNativeWindowSystemType in Java_NativeView_getNativeWindowSystemType()
68 jint lock ; in Java_NativeView_getNativeWindow()
H A Dnativeview.h38 JNIEXPORT jint JNICALL Java_NativeView_getNativeWindowSystemType
/aoo41x/main/embeddedobj/test/Container1/nativelib/
H A Dnativeview.c54 JNIEXPORT jint JNICALL Java_embeddedobj_test_NativeView_getNativeWindowSystemType in Java_embeddedobj_test_NativeView_getNativeWindowSystemType()
71 jint lock ; in Java_embeddedobj_test_NativeView_getNativeWindow()
H A Dnativeview.h38 JNIEXPORT jint JNICALL Java_embeddedobj_test_NativeView_getNativeWindowSystemType
/aoo41x/main/bean/native/win32/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c79 JNIEXPORT jint JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindowSystemType in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindowSystemType()
98 jint lock; in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
/aoo41x/main/accessibility/bridge/source/java/
H A DWindowsAccessBridgeAdapter.cxx86 JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *, void *) in JNI_OnLoad()
286 (jint) GetHWND(pWindow), joXAccessible ); in handleWindowEvent()
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx487 typedef jint JNICALL JNI_InitArgs_Type(void *); in jfw_plugin_startJavaVirtualMachine()
488 typedef jint JNICALL JNI_CreateVM_Type(JavaVM **, JNIEnv **, void *); in jfw_plugin_startJavaVirtualMachine()
616 jint err; in jfw_plugin_startJavaVirtualMachine()

Completed in 242 milliseconds

12