Lines Matching refs:JNI

332 class JNI {  class
2491 JNI::GetVersion,
2492 JNI::DefineClass,
2493 JNI::FindClass,
2494 JNI::FromReflectedMethod,
2495 JNI::FromReflectedField,
2496 JNI::ToReflectedMethod,
2497 JNI::GetSuperclass,
2498 JNI::IsAssignableFrom,
2499 JNI::ToReflectedField,
2500 JNI::Throw,
2501 JNI::ThrowNew,
2502 JNI::ExceptionOccurred,
2503 JNI::ExceptionDescribe,
2504 JNI::ExceptionClear,
2505 JNI::FatalError,
2506 JNI::PushLocalFrame,
2507 JNI::PopLocalFrame,
2508 JNI::NewGlobalRef,
2509 JNI::DeleteGlobalRef,
2510 JNI::DeleteLocalRef,
2511 JNI::IsSameObject,
2512 JNI::NewLocalRef,
2513 JNI::EnsureLocalCapacity,
2514 JNI::AllocObject,
2515 JNI::NewObject,
2516 JNI::NewObjectV,
2517 JNI::NewObjectA,
2518 JNI::GetObjectClass,
2519 JNI::IsInstanceOf,
2520 JNI::GetMethodID,
2521 JNI::CallObjectMethod,
2522 JNI::CallObjectMethodV,
2523 JNI::CallObjectMethodA,
2524 JNI::CallBooleanMethod,
2525 JNI::CallBooleanMethodV,
2526 JNI::CallBooleanMethodA,
2527 JNI::CallByteMethod,
2528 JNI::CallByteMethodV,
2529 JNI::CallByteMethodA,
2530 JNI::CallCharMethod,
2531 JNI::CallCharMethodV,
2532 JNI::CallCharMethodA,
2533 JNI::CallShortMethod,
2534 JNI::CallShortMethodV,
2535 JNI::CallShortMethodA,
2536 JNI::CallIntMethod,
2537 JNI::CallIntMethodV,
2538 JNI::CallIntMethodA,
2539 JNI::CallLongMethod,
2540 JNI::CallLongMethodV,
2541 JNI::CallLongMethodA,
2542 JNI::CallFloatMethod,
2543 JNI::CallFloatMethodV,
2544 JNI::CallFloatMethodA,
2545 JNI::CallDoubleMethod,
2546 JNI::CallDoubleMethodV,
2547 JNI::CallDoubleMethodA,
2548 JNI::CallVoidMethod,
2549 JNI::CallVoidMethodV,
2550 JNI::CallVoidMethodA,
2551 JNI::CallNonvirtualObjectMethod,
2552 JNI::CallNonvirtualObjectMethodV,
2553 JNI::CallNonvirtualObjectMethodA,
2554 JNI::CallNonvirtualBooleanMethod,
2555 JNI::CallNonvirtualBooleanMethodV,
2556 JNI::CallNonvirtualBooleanMethodA,
2557 JNI::CallNonvirtualByteMethod,
2558 JNI::CallNonvirtualByteMethodV,
2559 JNI::CallNonvirtualByteMethodA,
2560 JNI::CallNonvirtualCharMethod,
2561 JNI::CallNonvirtualCharMethodV,
2562 JNI::CallNonvirtualCharMethodA,
2563 JNI::CallNonvirtualShortMethod,
2564 JNI::CallNonvirtualShortMethodV,
2565 JNI::CallNonvirtualShortMethodA,
2566 JNI::CallNonvirtualIntMethod,
2567 JNI::CallNonvirtualIntMethodV,
2568 JNI::CallNonvirtualIntMethodA,
2569 JNI::CallNonvirtualLongMethod,
2570 JNI::CallNonvirtualLongMethodV,
2571 JNI::CallNonvirtualLongMethodA,
2572 JNI::CallNonvirtualFloatMethod,
2573 JNI::CallNonvirtualFloatMethodV,
2574 JNI::CallNonvirtualFloatMethodA,
2575 JNI::CallNonvirtualDoubleMethod,
2576 JNI::CallNonvirtualDoubleMethodV,
2577 JNI::CallNonvirtualDoubleMethodA,
2578 JNI::CallNonvirtualVoidMethod,
2579 JNI::CallNonvirtualVoidMethodV,
2580 JNI::CallNonvirtualVoidMethodA,
2581 JNI::GetFieldID,
2582 JNI::GetObjectField,
2583 JNI::GetBooleanField,
2584 JNI::GetByteField,
2585 JNI::GetCharField,
2586 JNI::GetShortField,
2587 JNI::GetIntField,
2588 JNI::GetLongField,
2589 JNI::GetFloatField,
2590 JNI::GetDoubleField,
2591 JNI::SetObjectField,
2592 JNI::SetBooleanField,
2593 JNI::SetByteField,
2594 JNI::SetCharField,
2595 JNI::SetShortField,
2596 JNI::SetIntField,
2597 JNI::SetLongField,
2598 JNI::SetFloatField,
2599 JNI::SetDoubleField,
2600 JNI::GetStaticMethodID,
2601 JNI::CallStaticObjectMethod,
2602 JNI::CallStaticObjectMethodV,
2603 JNI::CallStaticObjectMethodA,
2604 JNI::CallStaticBooleanMethod,
2605 JNI::CallStaticBooleanMethodV,
2606 JNI::CallStaticBooleanMethodA,
2607 JNI::CallStaticByteMethod,
2608 JNI::CallStaticByteMethodV,
2609 JNI::CallStaticByteMethodA,
2610 JNI::CallStaticCharMethod,
2611 JNI::CallStaticCharMethodV,
2612 JNI::CallStaticCharMethodA,
2613 JNI::CallStaticShortMethod,
2614 JNI::CallStaticShortMethodV,
2615 JNI::CallStaticShortMethodA,
2616 JNI::CallStaticIntMethod,
2617 JNI::CallStaticIntMethodV,
2618 JNI::CallStaticIntMethodA,
2619 JNI::CallStaticLongMethod,
2620 JNI::CallStaticLongMethodV,
2621 JNI::CallStaticLongMethodA,
2622 JNI::CallStaticFloatMethod,
2623 JNI::CallStaticFloatMethodV,
2624 JNI::CallStaticFloatMethodA,
2625 JNI::CallStaticDoubleMethod,
2626 JNI::CallStaticDoubleMethodV,
2627 JNI::CallStaticDoubleMethodA,
2628 JNI::CallStaticVoidMethod,
2629 JNI::CallStaticVoidMethodV,
2630 JNI::CallStaticVoidMethodA,
2631 JNI::GetStaticFieldID,
2632 JNI::GetStaticObjectField,
2633 JNI::GetStaticBooleanField,
2634 JNI::GetStaticByteField,
2635 JNI::GetStaticCharField,
2636 JNI::GetStaticShortField,
2637 JNI::GetStaticIntField,
2638 JNI::GetStaticLongField,
2639 JNI::GetStaticFloatField,
2640 JNI::GetStaticDoubleField,
2641 JNI::SetStaticObjectField,
2642 JNI::SetStaticBooleanField,
2643 JNI::SetStaticByteField,
2644 JNI::SetStaticCharField,
2645 JNI::SetStaticShortField,
2646 JNI::SetStaticIntField,
2647 JNI::SetStaticLongField,
2648 JNI::SetStaticFloatField,
2649 JNI::SetStaticDoubleField,
2650 JNI::NewString,
2651 JNI::GetStringLength,
2652 JNI::GetStringChars,
2653 JNI::ReleaseStringChars,
2654 JNI::NewStringUTF,
2655 JNI::GetStringUTFLength,
2656 JNI::GetStringUTFChars,
2657 JNI::ReleaseStringUTFChars,
2658 JNI::GetArrayLength,
2659 JNI::NewObjectArray,
2660 JNI::GetObjectArrayElement,
2661 JNI::SetObjectArrayElement,
2662 JNI::NewBooleanArray,
2663 JNI::NewByteArray,
2664 JNI::NewCharArray,
2665 JNI::NewShortArray,
2666 JNI::NewIntArray,
2667 JNI::NewLongArray,
2668 JNI::NewFloatArray,
2669 JNI::NewDoubleArray,
2670 JNI::GetBooleanArrayElements,
2671 JNI::GetByteArrayElements,
2672 JNI::GetCharArrayElements,
2673 JNI::GetShortArrayElements,
2674 JNI::GetIntArrayElements,
2675 JNI::GetLongArrayElements,
2676 JNI::GetFloatArrayElements,
2677 JNI::GetDoubleArrayElements,
2678 JNI::ReleaseBooleanArrayElements,
2679 JNI::ReleaseByteArrayElements,
2680 JNI::ReleaseCharArrayElements,
2681 JNI::ReleaseShortArrayElements,
2682 JNI::ReleaseIntArrayElements,
2683 JNI::ReleaseLongArrayElements,
2684 JNI::ReleaseFloatArrayElements,
2685 JNI::ReleaseDoubleArrayElements,
2686 JNI::GetBooleanArrayRegion,
2687 JNI::GetByteArrayRegion,
2688 JNI::GetCharArrayRegion,
2689 JNI::GetShortArrayRegion,
2690 JNI::GetIntArrayRegion,
2691 JNI::GetLongArrayRegion,
2692 JNI::GetFloatArrayRegion,
2693 JNI::GetDoubleArrayRegion,
2694 JNI::SetBooleanArrayRegion,
2695 JNI::SetByteArrayRegion,
2696 JNI::SetCharArrayRegion,
2697 JNI::SetShortArrayRegion,
2698 JNI::SetIntArrayRegion,
2699 JNI::SetLongArrayRegion,
2700 JNI::SetFloatArrayRegion,
2701 JNI::SetDoubleArrayRegion,
2702 JNI::RegisterNatives,
2703 JNI::UnregisterNatives,
2704 JNI::MonitorEnter,
2705 JNI::MonitorExit,
2706 JNI::GetJavaVM,
2707 JNI::GetStringRegion,
2708 JNI::GetStringUTFRegion,
2709 JNI::GetPrimitiveArrayCritical,
2710 JNI::ReleasePrimitiveArrayCritical,
2711 JNI::GetStringCritical,
2712 JNI::ReleaseStringCritical,
2713 JNI::NewWeakGlobalRef,
2714 JNI::DeleteWeakGlobalRef,
2715 JNI::ExceptionCheck,
2716 JNI::NewDirectByteBuffer,
2717 JNI::GetDirectBufferAddress,
2718 JNI::GetDirectBufferCapacity,
2719 JNI::GetObjectRefType,
2732 JNI::RegisterNativeMethods(env, c.get(), methods, method_count, false); in RegisterNativeMethods()