Home
last modified time | relevance | path

Searched defs:nativeArray (Results 1 – 24 of 24) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/cslocker/
H A DlibTestCSLocker.c32 void *nativeArray = (*env)->GetPrimitiveArrayCritical(env, array, 0); in Java_CSLocker_lock() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/cslocker/
H A DlibTestCSLocker.c32 void *nativeArray = (*env)->GetPrimitiveArrayCritical(env, array, 0); in Java_gc_cslocker_CSLocker_lock() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/cslocker/
H A DlibTestCSLocker.c32 void *nativeArray = (*env)->GetPrimitiveArrayCritical(env, array, 0); in Java_gc_cslocker_CSLocker_lock() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/cslocker/
H A DlibTestCSLocker.c32 void *nativeArray = (*env)->GetPrimitiveArrayCritical(env, array, 0); in Java_gc_cslocker_CSLocker_lock() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/cslocker/
H A DlibTestCSLocker.c32 void *nativeArray = (*env)->GetPrimitiveArrayCritical(env, array, 0); in Java_gc_cslocker_CSLocker_lock() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/cslocker/
H A DlibTestCSLocker.c32 void *nativeArray = (*env)->GetPrimitiveArrayCritical(env, array, 0); in Java_CSLocker_lock() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/cslocker/
H A DlibTestCSLocker.c32 void *nativeArray = (*env)->GetPrimitiveArrayCritical(env, array, 0); in Java_CSLocker_lock() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/cslocker/
H A DlibTestCSLocker.c32 void *nativeArray = (*env)->GetPrimitiveArrayCritical(env, array, 0); in Java_gc_cslocker_CSLocker_lock() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DByteVector.mm37 -(char*)nativeArray { method
H A DFloatVector.mm37 -(float*)nativeArray { method
H A DDoubleVector.mm37 -(double*)nativeArray { method
H A DIntVector.mm37 -(int*)nativeArray { method
/dports/databases/arrow/apache-arrow-6.0.1/java/c/src/test/java/org/apache/arrow/c/
H A DNativeUtilTest.java66 long[] nativeArray = new long[] { 1, 2, 3 }; in testToJavaArray() local
/dports/editors/calligra/calligra-3.2.1/libs/pigment/
H A DKoColorSpaceTraits.h105 inline static const channels_type* nativeArray(const quint8 * a) { in nativeArray() function
112 inline static channels_type* nativeArray(quint8 * a) { in nativeArray() function
/dports/graphics/krita/krita-4.4.8/libs/pigment/
H A DKoColorSpaceTraits.h116 inline static const channels_type* nativeArray(const quint8 * a) { in nativeArray() function
123 inline static channels_type* nativeArray(quint8 * a) { in nativeArray() function
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/csharp/
H A Dgdal_csharp.i319 IntPtr nativeArray = Marshal.AllocHGlobal(poObjects.Length * intPtrSize); variable
337 IntPtr nativeArray = Marshal.AllocHGlobal(poObjects.Length * intPtrSize); variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/csharp/
H A Dgdal_csharp.i319 IntPtr nativeArray = Marshal.AllocHGlobal(poObjects.Length * intPtrSize); variable
337 IntPtr nativeArray = Marshal.AllocHGlobal(poObjects.Length * intPtrSize); variable
/dports/graphics/gdal/gdal-3.3.3/swig/include/csharp/
H A Dgdal_csharp.i319 IntPtr nativeArray = Marshal.AllocHGlobal(poObjects.Length * intPtrSize); variable
337 IntPtr nativeArray = Marshal.AllocHGlobal(poObjects.Length * intPtrSize); variable
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/foreign/
H A DTestByteBuffer.java410 try (MemorySegment nativeArray = MemorySegment.allocateNative(bytes); in testCopyHeapToNative()
422 try (MemorySegment nativeArray = MemorySegment.allocateNative(seq); in testCopyNativeToHeap()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/foreign/
H A DTestByteBuffer.java498 try (MemorySegment nativeArray = MemorySegment.allocateNative(bytes); in testCopyHeapToNative()
510 try (MemorySegment nativeArray = MemorySegment.allocateNative(seq); in testCopyNativeToHeap()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DTestByteBuffer.java567 MemorySegment nativeArray = MemorySegment.allocateNative(bytes, 1, scope); in testCopyHeapToNative() local
580 MemorySegment nativeArray = MemorySegment.allocateNative(seq, scope); in testCopyNativeToHeap() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/foreign/
H A DTestByteBuffer.java528 try (MemorySegment nativeArray = MemorySegment.allocateNative(bytes); in testCopyHeapToNative()
540 try (MemorySegment nativeArray = MemorySegment.allocateNative(seq); in testCopyNativeToHeap()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmarshal.c790 gpointer *nativeArray = NULL; in mono_array_to_lparray() local
849 mono_free_lparray (MonoArray *array, gpointer* nativeArray) in mono_free_lparray()
/dports/devel/efl/efl-1.25.1/src/bindings/mono/eo_mono/
H A Diwrapper.cs920 internal static IList<T> NativeArrayToIList<T>(IntPtr nativeArray) in NativeArrayToIList()
960 internal static void UpdateListFromNativeArray<T>(IList<T> list, IntPtr nativeArray) in UpdateListFromNativeArray()