Searched
full:addresses (Results
401 -
425 of
3304) sorted by null
<<11121314151617181920>>
/art/runtime/gc/accounting/ |
card_table.h | 44 // non-NULL values to heap addresses should go through an entry in 144 // Value used to compute card table addresses from object addresses, see GetBiasedBegin
|
/external/chromium/net/proxy/ |
sync_host_resolver_bridge_unittest.cc | 34 AddressList* addresses, 95 AddressList addresses; local 97 host_resolver_->Resolve(info, &addresses, NULL, NULL, BoundNetLog());
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_host_resolver_message_filter.cc | 190 const net::AddressList& addresses, 195 const std::string& canonical_name = addresses.canonical_name(); 197 CreateNetAddressListFromAddressList(addresses, &net_address_list);
|
/external/chromium_org/net/dns/ |
host_resolver.h | 123 // |addresses| object upon success. The |info.port| parameter will be set as 142 AddressList* addresses, 152 AddressList* addresses,
|
/external/chromium_org/net/socket/ |
tcp_socket_libevent.h | 76 // TCPClientSocket may attempt to connect to multiple addresses until it 84 void StartLoggingMultipleConnectAttempts(const AddressList& addresses); 164 void LogConnectBegin(const AddressList& addresses);
|
/external/chromium_org/ppapi/c/ |
ppb_host_resolver.h | 114 * addresses. 144 * Gets the number of network addresses. 149 * @return The number of available network addresses on success; 0 if there is
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
ipaddress.h | 110 // Maps v4 addresses (as ::ffff:a.b.c.d), returns v6 addresses unchanged. 136 // These are only really applicable for IPv6 addresses.
|
/external/dnsmasq/ |
doc.html | 11 server and allows machines with DHCP-allocated addresses 56 Dnsmasq caches internet addresses (A records and AAAA records) and address-to-name 61 Dnsmasq can be configured to automatically pick up the addresses of
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
Mailer.java | 39 Address[] addresses = new Address[recipients.countTokens()]; local 43 addresses[i++] = new InternetAddress(recipients.nextToken()); 48 return addresses;
|
/external/elfutils/libdw/ |
libdw_visit_scopes.c | 63 /* DIEs with addresses we can try to match. */ 81 /* DIEs without addresses that can own DIEs with addresses. */
|
/external/grub/netboot/ |
README.netboot | 50 addresses; increasing the address by one (0x300 -> 0x301) will force 105 addresses. 141 List of I/O addresses to probe.
|
/external/iptables/extensions/ |
libxt_recent.man | 1 Allows you to dynamically create a list of IP addresses and then match against 71 \fB/proc/net/xt_recent/*\fP are the current lists of addresses and information 89 Number of addresses remembered per table.
|
/external/kernel-headers/original/linux/ |
if_arp.h | 131 #define ATF_DONTPUB 0x40 /* don't answer this addresses */ 166 /* ARP header, plus 2 device addresses, plus 2 IP addresses. */
|
/external/libppp/src/ |
ipcp.h | 64 struct in_addr dns[2]; /* DNS addresses offered */ 66 struct in_addr nbns[2]; /* NetBIOS NS addresses offered */ 80 struct in_addr dns[2]; /* Current DNS addresses */
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITMemoryManagerTest.cpp | 40 // Verify the data (this is checking for overlaps in the addresses) 73 // Verify the data (this is checking for overlaps in the addresses) 106 // Verify the data (this is checking for overlaps in the addresses)
|
/external/openssh/ |
ssh-keyscan.0 | 25 -4 Forces ssh-keyscan to use IPv4 addresses only. 27 -6 Forces ssh-keyscan to use IPv6 addresses only. 34 -H Hash all hostnames and addresses in the output. Hashed names may
|
ssh-keyscan.1 | 52 to use IPv4 addresses only. 56 to use IPv6 addresses only. 69 Hash all hostnames and addresses in the output.
|
/external/valgrind/main/include/ |
pub_tool_stacktrace.h | 34 // The basic stack trace type: just an array of code addresses. 38 // for thread 'tid'. Maximum of 'n_ips' addresses put into 'ips'; 44 // The specific meaning of the returned addresses is:
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/ |
LVREV.h | 151 /* base addresses. */ 157 /* memory table returns the allocated memory and base addresses used during */ 191 /* region base addresses in the memory table before calling this function. */
|
/frameworks/base/docs/html/google/play-services/ |
wallet.jd | 52 <p>Google Wallet provides auto-completion of addresses, minimizing user data entry. You can also 53 retrieve billing and shipping addresses directly from the user?s Wallet to-do form pre-fills.<br /> 56 billing addresses</a>.</p>
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSExecutable.cpp | 61 // Resolve addresses of RS export vars. 78 // Resolve addresses of RS export functions. 95 // Resolve addresses of expanded RS foreach function.
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
MessageModification.java | 48 * @param toAddresses the new to addresses 58 * @param ccAddresses the new cc addresses 68 * @param bccAddresses the new bcc addresses
|
/system/netd/ |
InterfaceController.cpp | 128 // addresses and routes and disables IPv6 on the interface. 134 // 0: disable IPv6 privacy addresses 135 // 0: enable IPv6 privacy addresses and prefer them over non-privacy ones.
|
/development/scripts/ |
symbol.py | 127 """Look up symbol information for a set of addresses from the given library. 131 unique_addrs: set of hexidecimal addresses 175 """Look up line and symbol information for a set of addresses. 179 unique_addrs: set of string hexidecimal addresses look up. 252 unique_addrs: set of string hexidecimal addresses to find the functions for.
|
/external/apache-http/src/org/apache/http/impl/conn/ |
DefaultClientConnectionOperator.java | 137 InetAddress[] addresses = InetAddress.getAllByName(target.getHostName()); local 139 for (int i = 0; i < addresses.length; ++i) { 145 addresses[i].getHostAddress(), 180 if (i == addresses.length - 1) { 187 if (i == addresses.length - 1) {
|
Completed in 1610 milliseconds
<<11121314151617181920>>