Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/io/
DMemoryTest.java40 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses. in testSetIntArray() local
62 private void assertIntsEqual(int[] expectedValues, long ptr, boolean swap) { in assertIntsEqual()
81 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses. in testSetLongArray() local
103 private void assertLongsEqual(long[] expectedValues, long ptr, boolean swap) { in assertLongsEqual()
119 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses. in testSetShortArray() local
141 private void assertShortsEqual(short[] expectedValues, long ptr, boolean swap) { in assertShortsEqual()
/libcore/luni/src/test/native/
Dlibcore_libcore_util_NativeAllocationRegistryTest.cpp75 static void finalize(uint64_t* ptr) { in finalize()
92 uint64_t* ptr = new uint64_t; in Java_libcore_libcore_util_NativeAllocationRegistryTest_doNativeAllocation() local
/libcore/luni/src/main/native/
Dlibcore_util_NativeAllocationRegistry.cpp25 jlong ptr) { in NativeAllocationRegistry_applyFreeFunction()
Dlibcore_io_Linux.cpp319 jbyte* ptr = const_cast<jbyte*>(mScopedBuffers.back()->get()); in init() local
1875 void* ptr = reinterpret_cast<void*>(static_cast<uintptr_t>(address)); in Linux_mincore() local
1897 void* ptr = reinterpret_cast<void*>(static_cast<uintptr_t>(address)); in Linux_mlock() local
1904 void* ptr = mmap64(suggestedPtr, byteCount, prot, flags, fd, offset); in Linux_mmap() local
1912 void* ptr = reinterpret_cast<void*>(static_cast<uintptr_t>(address)); in Linux_msync() local
1917 void* ptr = reinterpret_cast<void*>(static_cast<uintptr_t>(address)); in Linux_munlock() local
1922 void* ptr = reinterpret_cast<void*>(static_cast<uintptr_t>(address)); in Linux_munmap() local
/libcore/ojluni/src/main/native/
DUnixFileSystem_md.c308 struct dirent64 *ptr; in Java_java_io_UnixFileSystem_list0() local
DUnixNativeDispatcher.c746 struct dirent64* ptr; in Java_sun_nio_fs_UnixNativeDispatcher_readdir() local
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixSecureDirectoryStream.java126 long ptr = 0L; in newDirectoryStream() local
DUnixFileSystemProvider.java409 long ptr = opendir(dir); in newDirectoryStream() local