HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 376 - 400 of 1958) sorted by null

<<11121314151617181920>>

  /external/qemu/android/
async-console.c 57 const SockAddress* address,
61 acc->address = address[0];
81 status = asyncConnector_init(acc->connector, &acc->address, acc->io);
async-socket-connector.h 31 * async_socket_connector_new routine, supplying there address of the socket
90 * address - Initialized socket address to connect to.
103 extern AsyncSocketConnector* async_socket_connector_new(const SockAddress* address,
  /external/v8/test/cctest/
test-platform-win32.cc 19 void* block_addr = vm->address();
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSocket.java 61 * Creates a TCP socket connection to the specified address at the specified
64 * @param address
65 * the address to connect to.
71 protected SSLSocket(InetAddress address, int port) throws IOException {
72 super(address, port);
79 * port with the client side bound to the specified address and port.
86 * the client address to bind to
102 * Creates a TCP socket connection to the specified address at the specified
103 * port with the client side bound to the specified address and port.
105 * @param address
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
RequestTargetHost.java 78 // inet address of the target host
79 InetAddress address = ((HttpInetConnection) conn).getRemoteAddress(); local
81 if (address != null) {
82 targethost = new HttpHost(address.getHostName(), port);
  /external/chromium/chrome/browser/autofill/
address.cc 5 #include "chrome/browser/autofill/address.h"
33 Address::Address() {}
35 Address::Address(const Address& address) : FormGroup() {
36 *this = address;
39 Address::~Address() {}
    [all...]
  /external/chromium/net/disk_cache/
block_files.h 35 // Returns the file that stores a given address.
36 MappedFile* GetFile(Addr address);
40 // blocks to allocate, and block_address is the address of the new entry.
46 void DeleteBlock(Addr address, bool deep);
55 // Returns true if the blocks pointed by a given address are currently used.
57 bool IsValid(Addr address);
  /external/nist-sip/java/gov/nist/javax/sip/address/
GenericURI.java 26 package gov.nist.javax.sip.address;
29 import javax.sip.address.URI;
39 public class GenericURI extends NetObject implements javax.sip.address.URI {
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallInfo.java 30 import gov.nist.javax.sip.address.*;
92 public javax.sip.address.URI getInfo() {
113 public void setInfo(javax.sip.address.URI info) {
ErrorInfo.java 31 import gov.nist.javax.sip.address.*;
33 import javax.sip.address.*;
93 public void setErrorInfo(javax.sip.address.URI errorInfo) {
HeaderFactoryImpl.java 35 import javax.sip.address.*;
39 import gov.nist.javax.sip.address.*;
59 * Determines whether or not we should tolerate and strip address scope
60 * zones from IPv6 addresses. Address scope zones are sometimes returned
292 * Creates a new ContactHeader based on the newly supplied address value.
294 * @param address - the new Address value of the address.
297 public ContactHeader createContactHeader(Address address) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContactParser.java 26 import gov.nist.javax.sip.address.AddressImpl;
27 import gov.nist.javax.sip.address.SipUri;
32 import javax.sip.address.URI;
  /external/smack/src/org/jivesoftware/smack/util/dns/
HostAddress.java 84 final HostAddress address = (HostAddress) o; local
86 if (!fqdn.equals(address.fqdn)) {
89 return port == address.port;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java 33 * New GsmSmsAddress from TS 23.040 9.1.2.5 Address Field
35 * @param offset the offset of the Address-Length byte
58 // An alphanumeric address
61 address = GsmAlphabet.gsm7BitPackedToString(origBytes,
74 address = PhoneNumberUtils.calledPartyBCDToString(origBytes,
84 return address;
88 * Returns true if this is an alphanumeric address
102 * address
110 // - Originating address should be 4 bytes long and alphanumeric
122 // Remember, since the alpha address is stored in 7-bit compact form
    [all...]
  /libcore/luni/src/main/java/java/net/
Inet4Address.java 26 * An IPv4 address. See {@link InetAddress}.
74 int address = Memory.peekInt(ipaddress, 0, ByteOrder.BIG_ENDIAN); local
76 * Now check the boundaries of the global space if we have an address
81 if (address >>> 8 < 0xE00001) {
90 if (address >>> 24 > 0xEE) {
  /libcore/luni/src/main/java/java/nio/channels/
SocketChannel.java 85 * Creates a socket channel and connects it to a socket address.
90 * @param address
91 * the socket address to be connected to.
101 * if the address is not resolved.
103 * if the address type is not supported.
107 public static SocketChannel open(SocketAddress address) throws IOException {
110 socketChannel.connect(address);
153 * Connects this channel's socket with a remote address.
165 * @param address
166 * the address to connect with
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 44 String address; field in class:ContextMap.Connection
47 Connection(int connId, String address,int appId) {
49 this.address = address;
141 void addConnection(int id, int connId, String address) {
145 mConnections.add(new Connection(connId, address, id));
200 addresses.add(connection.address);
220 * Returns a connection ID for a given device address.
222 Integer connIdByAddress(int id, String address) {
229 if (connection.address.equals(address) && connection.appId == id
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/
MailboxListField.java 26 import org.apache.james.mime4j.field.address.AddressList;
27 import org.apache.james.mime4j.field.address.MailboxList;
28 import org.apache.james.mime4j.field.address.parser.ParseException;
  /system/core/include/netutils/
ifc.h 44 extern int ifc_add_address(const char *name, const char *address,
46 extern int ifc_del_address(const char *name, const char *address,
68 extern int ifc_configure(const char *ifname, in_addr_t address,
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 77 /** current decoding state: bytecode address */
78 private int address = 0; field in class:DebugInfoDecoder
130 /** bytecode address */
131 public int address; field in class:DebugInfoDecoder.PositionEntry
136 public PositionEntry(int address, int line) {
137 this.address = address;
146 /** address of event */
147 public int address; field in class:DebugInfoDecoder.LocalEntry
164 public LocalEntry(int address, boolean isStart, int reg, int nameIndex
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 78 /** current decoding state: bytecode address */
79 private int address = 0; field in class:DebugInfoDecoder
131 /** bytecode address */
132 public int address; field in class:DebugInfoDecoder.PositionEntry
137 public PositionEntry(int address, int line) {
138 this.address = address;
147 /** address of event */
148 public int address; field in class:DebugInfoDecoder.LocalEntry
165 public LocalEntry(int address, boolean isStart, int reg, int nameIndex
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 78 /** current decoding state: bytecode address */
79 private int address = 0; field in class:DebugInfoDecoder
131 /** bytecode address */
132 public int address; field in class:DebugInfoDecoder.PositionEntry
137 public PositionEntry(int address, int line) {
138 this.address = address;
147 /** address of event */
148 public int address; field in class:DebugInfoDecoder.LocalEntry
165 public LocalEntry(int address, boolean isStart, int reg, int nameIndex
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 474 bda.address[0], bda.address[1], bda.address[2], bda.address[3], bda.address[4], bda.address[5]);
479 if (btif_hh_cb.added_devices[i].bd_addr.address[0] == 0 &&
480 btif_hh_cb.added_devices[i].bd_addr.address[1] == 0 &&
481 btif_hh_cb.added_devices[i].bd_addr.address[2] == 0 &&
482 btif_hh_cb.added_devices[i].bd_addr.address[3] == 0 &
    [all...]
  /external/qemu/telephony/
sms.c 285 sms_address_from_str( SmsAddress address, const char* src, int srclen )
289 bytes_t data = address->data;
291 address->len = 0;
292 address->toa = 0x81;
298 address->toa = 0x91;
303 memset( address->data, 0, sizeof(address->data) );
311 data >= address->data + sizeof(address->data) )
325 address->len = len
751 SmsAddressRec address; local
915 SmsAddressRec address; local
948 SmsAddressRec address; local
    [all...]
  /external/chromium/third_party/libevent/
evhttp.h 76 * Binds an HTTP server on the specified address and port.
82 * @param address a string containing the IP address to listen(2) on
87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
166 * Start an HTTP server on the specified address and port
170 * @param address the address to which the HTTP server should be bound
174 struct evhttp *evhttp_start(const char *address, u_short port);
207 /* address of the remote host and the port connection came from */
261 const char *address, unsigned short port)
    [all...]

Completed in 756 milliseconds

<<11121314151617181920>>