HomeSort by relevance Sort by last modified time
    Searched full:addresses (Results 326 - 350 of 3304) sorted by null

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMessage.java 251 * Returns a list of the given recipient type from this message. If no addresses are
277 public void setRecipients(RecipientType type, Address[] addresses) throws MessagingException {
282 if (addresses == null || addresses.length == 0) {
286 setHeader("To", MimeUtility.fold(Address.toHeader(addresses), TO_LENGTH));
287 this.mTo = addresses;
290 if (addresses == null || addresses.length == 0) {
294 setHeader("CC", MimeUtility.fold(Address.toHeader(addresses), CC_LENGTH));
295 this.mCc = addresses;
    [all...]
  /libcore/luni/src/main/java/java/net/
MulticastSocket.java 33 * translation to an interface index is lossy because an interface can have multiple addresses.
88 Enumeration<InetAddress> addresses = theInterface.getInetAddresses(); local
89 if (addresses != null) {
90 while (addresses.hasMoreElements()) {
91 InetAddress nextAddress = addresses.nextElement();
193 * the network interface on which the addresses should be
  /external/bison/m4/
alloca.m4 115 STACK_DIRECTION > 0 => grows toward higher addresses
116 STACK_DIRECTION < 0 => grows toward lower addresses
  /external/chromium/net/base/
address_list.h 49 // Sets the port of all addresses in the list to |port| (that is the
54 // was previously used on this list, then all the addresses will have this
  /external/chromium/net/socket/
client_socket_factory.cc 56 const AddressList& addresses,
59 return new TCPClientSocket(addresses, net_log, source);
tcp_client_socket_win.h 26 TCPClientSocketWin(const AddressList& addresses,
106 // The list of addresses we should try in order to establish a connection.
  /external/chromium_org/base/debug/
crash_logging.h 36 // Formats |count| instruction pointers from |addresses| using %p and
40 const void* const* addresses,
stack_trace.h 39 // pointers (such as returned by Addresses()). |count| will be
56 const void* const* Addresses(size_t* count) const;
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_monitor_host.cc 103 network_copy.addresses.resize(
106 network.address, 0, &(network_copy.addresses[0]));
  /external/chromium_org/courgette/
disassembler_win32_x64.h 45 bool ParseRelocs(std::vector<RVA> *addresses);
76 // Most addresses are represented as 32-bit RVAs. The one address we can't
disassembler_win32_x86.h 45 bool ParseRelocs(std::vector<RVA> *addresses);
76 // Most addresses are represented as 32-bit RVAs. The one address we can't
  /external/chromium_org/net/dns/
dns_config_service_win.h 67 // GetNetworkParams does not include IPv6 addresses.
68 scoped_ptr_malloc<IP_ADAPTER_ADDRESSES> addresses; member in struct:net::internal::DnsSystemSettings
single_request_host_resolver_unittest.cc 35 AddressList* addresses,
49 AddressList* addresses,
  /external/chromium_org/net/socket/
client_socket_factory.cc 80 const AddressList& addresses,
84 new TCPClientSocket(addresses, net_log, source));
tcp_client_socket.h 26 TCPClientSocket(const AddressList& addresses,
97 // The list of addresses we should try in order to establish a connection.
  /external/chromium_org/ppapi/api/
ppb_net_address.idl 65 * addresses.
120 * http://tools.ietf.org/html/rfc3986#section-3.2 for IPv4 and IPv6 addresses
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
OriginAccessEntry.cpp 68 // Special case: Include subdomains and empty host means "all hosts, including ip addresses".
80 // Don't try to do subdomain matching on IP addresses (except for testing).
  /external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.h 56 // Allocate one or more pages. Addresses in the range will be readable and
73 // Subsequently accessing any address in the range will fault, the addresses
  /external/chromium_org/third_party/skia/include/utils/
SkWGL.h 16 * have a GL context to get the proc addresses, but you want to use the procs to
18 * get the proc addresses.
  /external/dnsmasq/contrib/webmin/
README 7 addresses or names, they will go straight into the config file
8 although we do check for things like IP addresses being of
  /external/iproute2/man/man8/
ip-neighbour.8 40 objects that establish bindings between protocol addresses and
41 link layer addresses for hosts sharing the same link.
ip-route.8 184 - the destinations are broadcast addresses. The packets are sent as
202 are considered to be dummy (or external) addresses which require translation
203 to real (or internal) ones before forwarding. The addresses to translate to
215 addresses assigned to this host. They are mainly equivalent
218 with one difference: such addresses are invalid when used
242 consists of routes for local and broadcast addresses. The kernel maintains
622 only list routes with preferred source addresses selected
735 Adds a default route (for all addresses) via the local gateway 192.168.1.1 that can
ip-route.8.in 184 - the destinations are broadcast addresses. The packets are sent as
202 are considered to be dummy (or external) addresses which require translation
203 to real (or internal) ones before forwarding. The addresses to translate to
215 addresses assigned to this host. They are mainly equivalent
218 with one difference: such addresses are invalid when used
242 consists of routes for local and broadcast addresses. The kernel maintains
622 only list routes with preferred source addresses selected
735 Adds a default route (for all addresses) via the local gateway 192.168.1.1 that can
ip.8 48 Zero (0) means loop until all addresses are removed.
99 host addresses.
  /external/iputils/ninfod/
icmp6_nodeinfo.h 65 #define NI_QTYPE_NODEADDR 3 /* Node Addresses */
66 #define NI_QTYPE_IPV4ADDR 4 /* IPv4 Addresses */

Completed in 1357 milliseconds

<<11121314151617181920>>