HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 276 - 300 of 1393) sorted by null

<<11121314151617181920>>

  /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;
  /frameworks/base/telephony/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
56 // An alphanumeric address
59 address = GsmAlphabet.gsm7BitPackedToString(origBytes,
72 address = PhoneNumberUtils.calledPartyBCDToString(origBytes,
81 return address;
85 * Returns true if this is an alphanumeric address
97 * address
105 // - Originating address should be 4 bytes long and alphanumeric
117 // 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) {
DatagramPacket.java 43 InetAddress address; field in class:DatagramPacket
80 * {@code aPort} of the address {@code host}. The {@code length} must be
91 * the address of the target host.
99 address = host;
104 * {@code aPort} of the address {@code host}. The {@code length} must be
113 * the address of the target host.
122 * Gets the sender or destination IP address of this datagram packet.
124 * @return the address from where the datagram was received or to which it
128 return address;
169 * Sets the IP address of the target host
    [all...]
DatagramSocket.java 39 InetAddress address; field in class:DatagramSocket
83 * address {@code addr} on port {@code aPort}. Valid values for {@code
89 * the address to bind on the localhost.
123 address = null;
142 * Gets the {@code InetAddress} instance representing the remote address to
145 * @return the remote address this socket is connected to or {@code null} if
149 return address;
154 * address of this UDP datagram socket.
156 * @return the local address to which this socket is bound to or {@code
272 if (address != null) { // The socket is connecte
    [all...]
InetAddress.java 45 * An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and
53 * <h4>IPv4 numeric address formats</h4>
59 * <h4>IPv6 numeric address formats</h4>
65 * hexadecimal values of the eight 16-bit pieces of the address.
79 * The "::" can only appear once in an address. The "::" can also be
80 * used to compress the leading and/or trailing zeros in an address.
84 * 1080:0:0:0:8:800:200C:417A a unicast address
85 * FF01:0:0:0:0:0:0:101 a multicast address
    [all...]
  /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/Email/emailcommon/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 41 extern int ifc_add_address(const char *name, const char *address,
43 extern int ifc_del_address(const char *name, const char *address,
65 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/dbus/dbus/
dbus-server-socket.c 272 * @param address the server's address
280 const DBusString *address,
319 &socket_vtable, address))
378 * If family is NULL, hostname resolution will try all address
382 * @param host the hostname to report for the listen address
401 DBusString address; local
410 if (!_dbus_string_init (&address))
443 if (!_dbus_string_append (&address, use_nonce ? "nonce-tcp:host=" : "tcp:host=") ||
444 !_dbus_address_append_escaped (&address, &host_str) |
    [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...]
  /external/valgrind/main/drd/tests/
thread_name.stderr.exp 6 The object at address 0x........ is not a mutex.
15 The object at address 0x........ is not a mutex.
24 The object at address 0x........ is not a mutex.
33 The object at address 0x........ is not a mutex.
42 The object at address 0x........ is not a mutex.
51 The object at address 0x........ is not a mutex.
60 The object at address 0x........ is not a mutex.
69 The object at address 0x........ is not a mutex.
78 The object at address 0x........ is not a mutex.
87 The object at address 0x........ is not a mutex
    [all...]
  /frameworks/base/cmds/ip-up-vpn/
ip-up-vpn.c 41 static int set_address(struct sockaddr *sa, const char *address) {
44 return inet_pton(AF_INET, address, &((struct sockaddr_in *)sa)->sin_addr);
61 * is to have an interface configured with the given address and netmask
84 const char *address = env("INTERNAL_ADDR4"); local
120 /* Set the address. */
121 if (!set_address(&ifr.ifr_addr, address) ||
123 LOGE("Cannot set address: %s", strerror(errno));
138 fprintf(state, "%s/%s\n", address, env("INTERNAL_CIDR4"));
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 31 * the actual output address of this instance, if known, or
34 private int address; field in class:DalvInsn
77 * Constructs an instance. The output address of this instance is initially
106 this.address = -1;
143 * Gets whether the address of this instruction is known.
149 return (address >= 0);
153 * Gets the output address of this instruction, if it is known. This throws
158 * @return {@code >= 0;} the output address
161 if (address < 0) {
162 throw new RuntimeException("address not yet known")
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 33 * the actual output address of this instance, if known, or
36 private int address; field in class:DalvInsn
79 * Constructs an instance. The output address of this instance is initially
108 this.address = -1;
145 * Gets whether the address of this instruction is known.
151 return (address >= 0);
155 * Gets the output address of this instruction, if it is known. This throws
160 * @return {@code >= 0;} the output address
163 if (address < 0) {
164 throw new RuntimeException("address not yet known")
    [all...]
  /development/tools/emulator/opengl/tests/event_injector/
sockets.h 172 /* Generic socket address structure. Note that for Unix
181 uint32_t address; member in struct:__anon1361::__anon1362::__anon1363
185 uint8_t address[16]; member in struct:__anon1361::__anon1362::__anon1364
197 /* initialize a new IPv4 socket address, the IP address and port are
202 /* Initialize an IPv6 socket address, the address is in network order
209 /* Intialize a Unix socket address, this will copy the 'path' string into the
216 /* Finalize a socket address, only needed for now for Unix addresses */
221 /* return a static string describing the address */
    [all...]
  /external/qemu/
sockets.h 164 /* Generic socket address structure. Note that for Unix
173 uint32_t address; member in struct:__anon10183::__anon10184::__anon10185
177 uint8_t address[16]; member in struct:__anon10183::__anon10184::__anon10186
189 /* initialize a new IPv4 socket address, the IP address and port are
194 /* Initialize an IPv6 socket address, the address is in network order
201 /* Intialize a Unix socket address, this will copy the 'path' string into the
208 /* Finalize a socket address, only needed for now for Unix addresses */
213 /* return a static string describing the address */
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 81 : address(addr), doc_string(doc), type_name(type), default_value(val) {}
83 T *address; member in struct:FlagDescription
108 bool SetFlag(const string &val, bool *address) const {
110 *address = true;
113 *address = false;
120 bool SetFlag(const string &val, string *address) const {
121 *address = val;
124 bool SetFlag(const string &val, int32 *address) const {
126 *address = strtol(val.c_str(), &p, 0);
129 bool SetFlag(const string &val, int64 *address) const
    [all...]

Completed in 270 milliseconds

<<11121314151617181920>>