Searched defs:ptr (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/test/java/libcore/libcore/io/ |
D | MemoryTest.java | 40 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/ |
D | libcore_libcore_util_NativeAllocationRegistryTest.cpp | 75 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/ |
D | libcore_util_NativeAllocationRegistry.cpp | 25 jlong ptr) { in NativeAllocationRegistry_applyFreeFunction()
|
D | libcore_io_Linux.cpp | 319 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/ |
D | UnixFileSystem_md.c | 308 struct dirent64 *ptr; in Java_java_io_UnixFileSystem_list0() local
|
D | UnixNativeDispatcher.c | 746 struct dirent64* ptr; in Java_sun_nio_fs_UnixNativeDispatcher_readdir() local
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixSecureDirectoryStream.java | 126 long ptr = 0L; in newDirectoryStream() local
|
D | UnixFileSystemProvider.java | 409 long ptr = opendir(dir); in newDirectoryStream() local
|