Searched refs:getRemoteAddress (Results 1 – 10 of 10) sorted by relevance
/external/apache-http/src/org/apache/http/ |
D | HttpInetConnection.java | 56 InetAddress getRemoteAddress(); in getRemoteAddress() method
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | AbstractClientConnAdapter.java | 310 public InetAddress getRemoteAddress() { in getRemoteAddress() method in AbstractClientConnAdapter 313 return conn.getRemoteAddress(); in getRemoteAddress()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 238 << format("0x%016x", Alloc.getRemoteAddress()) << " (" 241 Client.writeMem(Alloc.getRemoteAddress(), 274 << format("0x%016x", Alloc.getRemoteAddress()) << " (" 277 Client.writeMem(Alloc.getRemoteAddress(), 310 << format("0x%016x", Alloc.getRemoteAddress()) << " (" 313 Client.writeMem(Alloc.getRemoteAddress(), 396 TargetAddress getRemoteAddress() const { return RemoteAddr; } in getRemoteAddress() function
|
/external/apache-http/src/org/apache/http/protocol/ |
D | RequestTargetHost.java | 84 InetAddress address = ((HttpInetConnection) conn).getRemoteAddress(); in process()
|
/external/apache-http/src/org/apache/http/impl/ |
D | SocketHttpClientConnection.java | 143 public InetAddress getRemoteAddress() { in getRemoteAddress() method in SocketHttpClientConnection
|
D | SocketHttpServerConnection.java | 141 public InetAddress getRemoteAddress() { in getRemoteAddress() method in SocketHttpServerConnection
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 240 JITTargetAddress getRemoteAddress() const { return RemoteAddr; } in getRemoteAddress() function 298 << format("0x%016" PRIx64, Alloc.getRemoteAddress()) in copyAndProtect() 301 if (Client.writeMem(Alloc.getRemoteAddress(), Alloc.getLocalAddress(), in copyAndProtect()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 241 JITTargetAddress getRemoteAddress() const { return RemoteAddr; } in getRemoteAddress() function 299 << format("0x%016" PRIx64, Alloc.getRemoteAddress()) in copyAndProtect() 302 if (Client.writeMem(Alloc.getRemoteAddress(), Alloc.getLocalAddress(), in copyAndProtect()
|
/external/apache-http/android/src/android/net/http/ |
D | AndroidHttpClientConnection.java | 172 public InetAddress getRemoteAddress() { in getRemoteAddress() method in AndroidHttpClientConnection
|
/external/apache-http/api/ |
D | current.txt | 55 method public java.net.InetAddress getRemoteAddress(); 960 method @Deprecated public java.net.InetAddress getRemoteAddress(); 2308 method @Deprecated public java.net.InetAddress getRemoteAddress(); 2327 method @Deprecated public java.net.InetAddress getRemoteAddress(); 2676 method @Deprecated public java.net.InetAddress getRemoteAddress();
|