Searched defs:address (Results 126 - 150 of 877) sorted by relevance

1234567891011>>

/external/lldb/include/lldb/Expression/
H A DClangUtilityFunction.h86 ContainsAddress (lldb::addr_t address) argument
90 return (address >= m_jit_start_addr && address < m_jit_end_addr);
/external/ltrace/
H A Dvalue.h53 void *address; /* VAL_LOC_COPY, VAL_LOC_SHARED */ member in union:value::__anon26682
92 void value_in_inferior(struct value *valp, arch_addr_t address);
/external/lzma/C/
H A DAlloc.c38 void MyFree(void *address) argument
41 if (address != 0)
42 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address);
44 free(address);
59 void MidFree(void *address) argument
62 if (address != 0)
65 if (address == 0)
67 VirtualFree(address, 0, MEM_RELEASE);
115 void BigFree(void *address) argument
118 if (address !
[all...]
H A DLzma86Dec.c11 static void SzFree(void *p, void *address) { p = p; MyFree(address); } argument
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.h21 /* Resources, if mapped into the GPU's address space, are guaranteed to
24 * The address of a resource will lie within the nouveau_bo referenced,
31 uint64_t address; /* virtual address (nv50+) */ member in struct:nv04_resource
73 /* is resource mapped into the GPU's address space (i.e. VRAM or GART) ? */
92 /* Copy data to a scratch buffer and return address & bo the data resides in.
/external/nist-sip/java/gov/nist/core/net/
H A DDefaultNetworkLayer.java74 public Socket createSocket(InetAddress address, int port) argument
76 return new Socket(address, port);
105 public SSLSocket createSSLSocket(InetAddress address, int port) argument
107 return (SSLSocket) sslSocketFactory.createSocket(address, port);
111 public SSLSocket createSSLSocket(InetAddress address, int port, argument
113 return (SSLSocket) sslSocketFactory.createSocket(address, port,
117 public Socket createSocket(InetAddress address, int port, argument
120 return new Socket(address, port, myAddress, 0);
122 return new Socket(address, port);
127 * address
141 createSocket(InetAddress address, int port, InetAddress myAddress, int myPort) argument
[all...]
H A DNetworkLayer.java49 * Creates a server with the specified port, listen backlog, and local IP address to bind to.
61 * Creates an SSL server with the specified port, listen backlog, and local IP address to bind to.
73 * Creates a stream socket and connects it to the specified port number at the specified IP address.
74 * comparable to "new java.net.Socket(address, port);"
76 * @param address
80 public Socket createSocket(InetAddress address, int port) throws IOException; argument
83 * Creates a stream socket and connects it to the specified port number at the specified IP address.
84 * comparable to "new java.net.Socket(address, port,localaddress);"
86 * @param address
91 public Socket createSocket(InetAddress address, in argument
109 createSocket(InetAddress address, int port, InetAddress myAddress, int myPort) argument
121 createSSLSocket(InetAddress address, int port) argument
132 createSSLSocket(InetAddress address, int port, InetAddress localAddress) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPServedUser.java30 import gov.nist.javax.sip.address.AddressImpl;
45 public PServedUser(AddressImpl address) argument
48 this.address = address;
130 retval.append(address.encode());
/external/nist-sip/java/javax/sip/address/
H A DTelURL.java1 package javax.sip.address;
/external/smack/src/org/jivesoftware/smack/proxy/
H A DSocks5ProxySocketFactory.java66 public Socket createSocket( InetAddress address, int port, argument
71 return socks5ProxifiedSocket(address.getHostAddress(),port);
237 o ATYP address type of following address
238 o IP V4 address: X'01'
240 o IP V6 address: X'04'
241 o DST.ADDR desired destination address
289 o ATYP address type of following address
290 o IP V4 address
[all...]
/external/android-clat/
H A Dsetif.c32 * adds an IP address to/from an interface, returns 0 on success and <0 on failure
34 * family - address family (AF_INET, AF_INET6)
35 * address - pointer to a struct in_addr or in6_addr
37 * broadcast - broadcast address (only for AF_INET, ignored for AF_INET6)
39 int add_address(const char *ifname, int family, const void *address, int prefixlen, const void *broadcast) { argument
66 if(nla_put(msg, IFA_LOCAL, addr_size, address) < 0) {
72 if(nla_put(msg, IFA_ADDRESS, addr_size, address) < 0) {
156 * adds an anycast IPv6 address to an interface, returns 0 on success and <0 on failure
157 * sock - the socket to add the address to
158 * addr - the IP address t
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java54 * Starts listening for connection on given or default address.
56 * @param address address to listen or null for default address
57 * @return string representation of listening address
59 public String startListening(String address) throws IOException { argument
63 if (address != null) {
65 int i = address.indexOf(':');
67 portName = address;
69 hostName = address
135 attach(String address, long attachTimeout, long handshakeTimeout) argument
[all...]
H A DTransportWrapper.java40 * Starts listening for connection on given or default address.
42 * @param address address to listen or null for default address
43 * @return string representation of listening address
45 public String startListening(String address) throws IOException; argument
48 * Stops listening for connection on current address.
53 * Accepts transport connection for currently listened address and performs handshaking
62 * Attaches transport connection to given address and performs handshaking
65 * @param address addres
69 attach(String address, long attachTimeout, long handshakeTimeout) argument
[all...]
/external/chromium_org/base/debug/
H A Dstack_trace_android.cc80 // relocatable address and library names so host computers can use tools to
100 // Subtract one as return address of function may be in the next
102 uintptr_t address = reinterpret_cast<uintptr_t>(trace_[i]) - 1; local
106 if (address >= iter->start && address < iter->end &&
113 *os << base::StringPrintf("#%02zd " FMT_ADDR " ", i, address);
116 uintptr_t rel_pc = address - iter->start + iter->offset;
/external/chromium_org/base/memory/
H A Ddiscardable_memory_mac.cc24 // address space usage gets too high (e.g. 512 MBytes).
79 return reinterpret_cast<void*>(memory_.address());
87 vm_address_t address = 0; variable
90 &address,
94 memory_.reset(address, bytes_);
106 memory_.address(),
116 memory_.address(),
129 memory_.address(),
136 memory_.address(),
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id.cc57 unsigned char address[MAC_LENGTH]; member in struct:__anon3774::InvalidMacEntry
62 // Empty address
75 // Marvell sometimes uses this as a dummy address
167 if (memcmp(invalidAddresses[i].address, bytes, count) == 0) {
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dudp_socket_unittest.cc29 const std::string& address,
98 FAIL() << "Failed to connect to multicast address. Error code: " << result;
135 EXPECT_TRUE(packet_received) << "Failed to receive from multicast address";
27 OnCompleted(int bytes_read, scoped_refptr<net::IOBuffer> io_buffer, const std::string& address, int port) argument
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_asynchronous_factory_impl.cc17 std::string IPAddressToHostString(const net::IPAddressNumber& address) { argument
18 std::string address_str = net::IPAddressToString(address);
21 if (address.size() == net::kIPv6AddressSize) {
43 const net::HostPortPair& address,
47 address,
55 const net::HostPortPair& address,
60 hostport_(address),
70 address.host(),
96 net::IPAddressNumber address = address_ipv4; local
97 if (address
41 CreatePrivetHTTP( const std::string& name, const net::HostPortPair& address, const ResultCallback& callback) argument
53 ResolutionImpl( const std::string& name, const net::HostPortPair& address, const ResultCallback& callback, ServiceDiscoveryClient* service_discovery_client, net::URLRequestContextGetter* request_context) argument
[all...]
/external/chromium_org/chrome/browser/media/
H A Dwv_test_license_server_config.cc104 net::IPAddressNumber address; local
105 net::ParseIPLiteralToNumber("127.0.0.1", &address);
112 if (sock.Listen(net::IPEndPoint(address, try_port), 1) == net::OK) {
/external/chromium_org/chrome/test/chromedriver/net/
H A Dtest_http_server.cc137 net::IPEndPoint address; local
138 int error = server_->GetLocalAddress(&address);
143 address.port()));
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.h27 // The Bluetooth device address of the adapter. Read-only.
28 dbus::Property<std::string> address; member in struct:chromeos::BluetoothAdapterClient::Properties
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp_server.cc56 LOG(ERROR) << "P2PSocketHostTcpServer::Init(): can't to get local address: "
61 VLOG(1) << "Local address: " << local_address_.ToString();
64 // NOTE: Remote address can be empty as socket is just listening
99 net::IPEndPoint address; local
100 if (accept_socket_->GetPeerAddress(&address) != net::OK) {
101 LOG(ERROR) << "Failed to get address of an accepted socket.";
105 AcceptedSocketsMap::iterator it = accepted_sockets_.find(address);
109 accepted_sockets_[address] = accept_socket_.release();
111 new P2PMsg_OnIncomingTcpConnection(id_, address));
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_socket_utils.cc32 std::vector<unsigned char> address; local
34 net_addr, &address, &port);
/external/chromium_org/content/renderer/p2p/
H A Dipc_network_manager.cc81 if (it->address.size() == net::kIPv4AddressSize) {
82 uint32 address; local
83 memcpy(&address, &it->address[0], sizeof(uint32));
84 address = rtc::NetworkToHost32(address);
86 rtc::TruncateIP(rtc::IPAddress(address), it->network_prefix);
93 network->AddIP(rtc::IPAddress(address));
96 } else if (it->address.size() == net::kIPv6AddressSize) {
97 in6_addr address; local
[all...]
/external/chromium_org/courgette/
H A Ddisassembler.h20 // A Relative Virtual Address is the address in the image file after it is
21 // loaded into memory relative to the image load address.
58 uint16 ReadU16(const uint8* address, size_t offset) { argument
59 return *reinterpret_cast<const uint16*>(address + offset);
62 uint32 ReadU32(const uint8* address, size_t offset) { argument
63 return *reinterpret_cast<const uint32*>(address + offset);
66 uint64 ReadU64(const uint8* address, size_t offset) { argument
67 return *reinterpret_cast<const uint64*>(address + offset);
70 static uint32 Read32LittleEndian(const void* address) { argument
71 return *reinterpret_cast<const uint32*>(address);
74 Read16LittleEndian(const void* address) argument
[all...]

Completed in 296 milliseconds

1234567891011>>