Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp107 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte()
111 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray()
136 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray()
140 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray()
144 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray()
148 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray()
152 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray()
156 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray()
212 static jshort Memory_peekShortNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekShortNative()
220 static jint Memory_peekIntNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekIntNative()
[all …]
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java748 InetSocketAddress srcAddress = new InetSocketAddress(); in checkSocketPing() local
840 InetSocketAddress srcAddress = new InetSocketAddress(); in test_recvfrom_concurrentShutdown() local
1488 String srcAddress = "127.0.0.1"; in testInetPtonIpv4() local
1494 String srcAddress = "1123:4567:89ab:cdef:fedc:ba98:7654:3210"; in testInetPtonIpv6() local
1500 String srcAddress = "127.0.0.1"; in testInetPtonInvalidFamily() local
1506 String srcAddress = "127.0.0.1"; in testInetPtonWrongFamily() local
1512 String srcAddress = "10.1"; in testInetPtonInvalidData() local
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java593 InetSocketAddress srcAddress = packet != null ? new InetSocketAddress() : null; in recvfrom() local
605 InetSocketAddress srcAddress = packet != null ? new InetSocketAddress() : null; in recvfrom() local
614 …tatic int postRecvfrom(boolean isRead, DatagramPacket packet, InetSocketAddress srcAddress, int by… in postRecvfrom()
DBlockGuardOs.java328 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
333 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
DLinux.java195 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
208 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
212 … fd, Object buffer, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfromBytes()
DOs.java154 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
155 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
DForwardingOs.java181 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
182 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
/libcore/luni/src/main/java/android/system/
DOs.java493 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
498 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()