Home
last modified time | relevance | path

Searched defs:dstAddress (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp145 static void Memory_pokeByte(JNIEnv*, jclass, jint dstAddress, jbyte value) { in Memory_pokeByte()
149 static void Memory_pokeByteArray(JNIEnv* env, jclass, jint dstAddress, jbyteArray src, jint offset,… in Memory_pokeByteArray()
173 static void Memory_pokeCharArray(JNIEnv* env, jclass, jint dstAddress, jcharArray src, jint srcOffs… in Memory_pokeCharArray()
177 static void Memory_pokeDoubleArray(JNIEnv* env, jclass, jint dstAddress, jdoubleArray src, jint src… in Memory_pokeDoubleArray()
181 static void Memory_pokeFloatArray(JNIEnv* env, jclass, jint dstAddress, jfloatArray src, jint srcOf… in Memory_pokeFloatArray()
185 static void Memory_pokeIntArray(JNIEnv* env, jclass, jint dstAddress, jintArray src, jint srcOffset… in Memory_pokeIntArray()
189 static void Memory_pokeLongArray(JNIEnv* env, jclass, jint dstAddress, jlongArray src, jint srcOffs… in Memory_pokeLongArray()
193 static void Memory_pokeShortArray(JNIEnv* env, jclass, jint dstAddress, jshortArray src, jint srcOf… in Memory_pokeShortArray()
205 static void Memory_pokeShort(JNIEnv*, jclass, jint dstAddress, jshort value, jboolean swap) { in Memory_pokeShort()
220 static void Memory_pokeInt(JNIEnv*, jclass, jint dstAddress, jint value, jboolean swap) { in Memory_pokeInt()
[all …]
/libcore/luni/src/main/java/java/net/
DSocket.java112 InetAddress dstAddress; in tryAllAddresses() local
222 public Socket(InetAddress dstAddress, int dstPort) throws IOException { in Socket()
245 public Socket(InetAddress dstAddress, int dstPort, in Socket()
549 private void startupSocket(InetAddress dstAddress, int dstPort, in startupSocket()