Home
last modified time | relevance | path

Searched refs:JNI_CreateJavaVM (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/editors/libreoffice/libreoffice-7.2.6.2/udkapi/com/sun/star/java/
H A DJavaVMCreationFailureException.idl31 Possible reasons for a failure are that JNI_CreateJavaVM returns
32 an error code that reflects a failure, JNI_CreateJavaVM does not
35 or JNI_CreateJavaVM cannot be found, etc.
42 JNI_CreateJavaVM or other errors. A negative value represents
43 the returned error code of JNI_CreateJavaVM. All other values
/dports/editors/libreoffice6/libreoffice-6.4.7.2/udkapi/com/sun/star/java/
H A DJavaVMCreationFailureException.idl31 Possible reasons for a failure are that JNI_CreateJavaVM returns
32 an error code that reflects a failure, JNI_CreateJavaVM does not
35 or JNI_CreateJavaVM cannot be found, etc.
42 JNI_CreateJavaVM or other errors. A negative value represents
43 the returned error code of JNI_CreateJavaVM. All other values
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/vm/clr-jvm/
H A Dinvoker.cs53 …[DllImport("jvm.dll")] public unsafe static extern int JNI_CreateJavaVM(void** ppVm, void** … in JNI_CreateJavaVM() method in jinvoker
88 int nRes = JNI_CreateJavaVM( &pJVM, &pEnv, pVMArgs ); in InvokeMain()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/vm/clr-jvm/
H A Dinvoker.cs53 …[DllImport("jvm.dll")] public unsafe static extern int JNI_CreateJavaVM(void** ppVm, void** … in JNI_CreateJavaVM() method in jinvoker
88 int nRes = JNI_CreateJavaVM( &pJVM, &pEnv, pVMArgs ); in InvokeMain()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJavaAppLauncher.m67 … // pull the JNI_CreateJavaVM function pointer out of the primary executable of the JRE/JDK bundle
68 …JavaVM_t createJVMFxnPtr = CFBundleGetFunctionPointerForName(jreBundle, CFSTR("JNI_CreateJavaVM"));
70 … [NSException raise:@kLaunchFailure format:@"null JNI_CreateJavaVM fxn ptr from: %@", jreBundle];
77 …[NSException raise:@kLaunchFailure format:@"failed to JNI_CreateJavaVM (%d): %@", createJVMStatus,…
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJavaAppLauncher.m67 … // pull the JNI_CreateJavaVM function pointer out of the primary executable of the JRE/JDK bundle
68 …JavaVM_t createJVMFxnPtr = CFBundleGetFunctionPointerForName(jreBundle, CFSTR("JNI_CreateJavaVM"));
70 … [NSException raise:@kLaunchFailure format:@"null JNI_CreateJavaVM fxn ptr from: %@", jreBundle];
77 …[NSException raise:@kLaunchFailure format:@"failed to JNI_CreateJavaVM (%d): %@", createJVMStatus,…
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/make/windows/
H A Djvmexp_g.lcf2 -export:JNI_CreateJavaVM
H A Djvmexp.lcf2 -export:JNI_CreateJavaVM
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/make/windows/
H A Djvmexp.lcf2 -export:JNI_CreateJavaVM
H A Djvmexp_g.lcf2 -export:JNI_CreateJavaVM
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/vm/
H A DexeJniInvocationTest.c54 result = JNI_CreateJavaVM( &vm, (void **) &env, &vm_args ); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/launcher/
H A DexeJniInvocationTest.c54 result = JNI_CreateJavaVM( &vm, (void **) &env, &vm_args ); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/launcher/
H A DexeJniInvocationTest.c54 result = JNI_CreateJavaVM( &vm, (void **) &env, &vm_args ); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/launcher/
H A DexeJniInvocationTest.c54 result = JNI_CreateJavaVM( &vm, (void **) &env, &vm_args ); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/launcher/
H A DexeJniInvocationTest.c54 result = JNI_CreateJavaVM( &vm, (void **) &env, &vm_args ); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/launcher/
H A DexeJniInvocationTest.c54 result = JNI_CreateJavaVM( &vm, (void **) &env, &vm_args ); in main()
/dports/lang/gnat_util/gcc-6-20180516/libjava/testsuite/libjava.jni/invocation/
H A DPR16923.c29 result = JNI_CreateJavaVM (&jvm, &tmp.void_env, &vm_args); in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/testsuite/libjava.jni/invocation/
H A DPR16923.c29 result = JNI_CreateJavaVM (&jvm, &tmp.void_env, &vm_args); in main()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/testsuite/libjava.jni/invocation/
H A DPR16923.c29 result = JNI_CreateJavaVM (&jvm, &tmp.void_env, &vm_args); in main()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/testsuite/libjava.jni/invocation/
H A DPR16923.c29 result = JNI_CreateJavaVM (&jvm, &tmp.void_env, &vm_args); in main()
/dports/lang/gcc48/gcc-4.8.5/libjava/testsuite/libjava.jni/invocation/
H A DPR16923.c29 result = JNI_CreateJavaVM (&jvm, &tmp.void_env, &vm_args); in main()
/dports/databases/kexi/kexi-3.2.0/src/migration/odb/cppWithJni/
H A DcppPrg.cpp16 int ret = JNI_CreateJavaVM(jvm, (void**)&env, &vm_args); in create_vm()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/lib-test/jdk/test/lib/process/
H A Dexejvm-test-launcher.c44 int ret = JNI_CreateJavaVM(jvm, (void**)&env, &args); in create_vm()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/lib-test/jdk/test/lib/process/
H A Dexejvm-test-launcher.c44 int ret = JNI_CreateJavaVM(jvm, (void**)&env, &args); in create_vm()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/lib-test/jdk/test/lib/process/
H A Dexejvm-test-launcher.c44 int ret = JNI_CreateJavaVM(jvm, (void**)&env, &args); in create_vm()

12345678910>>...15