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.cpp210 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte()
214 static void Memory_pokeByteArray(JNIEnv* env, jclass, jlong dstAddress, jbyteArray src, jint offset… in Memory_pokeByteArray()
238 static void Memory_pokeCharArray(JNIEnv* env, jclass, jlong dstAddress, jcharArray src, jint srcOff… in Memory_pokeCharArray()
242 static void Memory_pokeDoubleArray(JNIEnv* env, jclass, jlong dstAddress, jdoubleArray src, jint sr… in Memory_pokeDoubleArray()
246 static void Memory_pokeFloatArray(JNIEnv* env, jclass, jlong dstAddress, jfloatArray src, jint srcO… in Memory_pokeFloatArray()
250 static void Memory_pokeIntArray(JNIEnv* env, jclass, jlong dstAddress, jintArray src, jint srcOffse… in Memory_pokeIntArray()
254 static void Memory_pokeLongArray(JNIEnv* env, jclass, jlong dstAddress, jlongArray src, jint srcOff… in Memory_pokeLongArray()
258 static void Memory_pokeShortArray(JNIEnv* env, jclass, jlong dstAddress, jshortArray src, jint srcO… in Memory_pokeShortArray()
270 static void Memory_pokeShort(JNIEnv*, jclass, jlong dstAddress, jshort value, jboolean swap) { in Memory_pokeShort()
285 static void Memory_pokeInt(JNIEnv*, jclass, jlong 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()