Searched refs:method_name (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_java2uno.cxx | 403 OUString method_name; in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local 412 trace_buf.append( method_name ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 426 if (method_name.equalsAsciiL( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 557 if (method_name.getLength() >= 3 in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 562 && method_name[1] == 'e' && method_name[2] == 't' in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 565 method_name.getLength() - 3, in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 566 method_name.getStr() + 3, in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 569 if ('g' == method_name[ 0 ]) in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 582 else if ('s' == method_name[ 0 ]) in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 612 buf.append( method_name ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() [all …]
|
H A D | jni_info.cxx | 145 OString method_name( in JNI_interface_type_info() local 151 (jclass) jo_class.get(), method_name.getStr(), in JNI_interface_type_info() 184 OString method_name( in JNI_interface_type_info() local 189 (jclass) jo_class.get(), method_name.getStr(), in JNI_interface_type_info() 206 method_name = OUStringToOString( in JNI_interface_type_info() 210 (jclass) jo_class.get(), method_name.getStr(), in JNI_interface_type_info()
|
/aoo42x/main/bridges/java/java_uno/src/main/java/com/sun/star/bridges/jni_uno/ |
H A D | JNI_proxy.java | 146 String method_name = method.getName(); in invoke() local 150 if (method_name.equals( "hashCode" )) in invoke() 155 else if (method_name.equals( "equals" )) in invoke() 160 else if (method_name.equals( "toString" )) in invoke() 172 m_bridge_handle, decl_class.getName(), method_name, args ); in invoke() 177 if (method_name.equals( "queryInterface" )) in invoke() 186 "com.sun.star.uno.XInterface", method_name, args ); in invoke() 193 else if (method_name.equals( "isSame" )) in invoke() 198 else if (method_name.equals( "getOid" )) in invoke()
|
/aoo42x/test/testcommon/source/org/openoffice/test/ |
H A D | Run.help | 12 …-tm [suite name:]<method name>[,method_name]... Define a test suite with test methods separated by…
|
Completed in 26 milliseconds