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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
endian.h 25 from low addresses to high addresses. The value is what you get by
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
endian.h 25 from low addresses to high addresses. The value is what you get by
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
endian.h 25 from low addresses to high addresses. The value is what you get by
  /dalvik/vm/alloc/
HeapSource.h 73 * Returns the base and inclusive max addresses of the heap source
120 * amount of reclaimed storage. The list must contain addresses all
184 * Marks all objects inside the immune region of the heap. Addresses
185 * at or above this pointer are threatened, addresses below this
192 * heap. Addresses at or above this pointer are threatened, addresses
  /external/chromium/net/spdy/
spdy_session_pool.h 149 // Does a DNS cache lookup for |pair|, and returns the |addresses| found.
150 // Returns true if addresses found, false otherwise.
152 AddressList* addresses) const;
154 // Add a set of |addresses| as IP-equivalent addresses for |pair|.
155 void AddAliases(const AddressList& addresses, const HostPortProxyPair& pair);
  /external/chromium_org/base/debug/
crash_logging.cc 99 const void* const* addresses = trace.Addresses(&count); local
100 SetCrashKeyFromAddresses(key, addresses, count);
104 const void* const* addresses,
107 if (addresses && count) {
114 std::string s = base::StringPrintf("%p", addresses[i]);
  /external/smack/src/org/xbill/DNS/spi/
DNSJavaNameService.java 96 InetAddress[] addresses; local
97 addresses = this.lookupAllHostAddr((String) args[0]);
101 return addresses;
104 int naddrs = addresses.length;
108 addr = addresses[i].getAddress();
126 * @return All the ip addresses found for the host name.
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 66 public List<LinkAddress> addresses = new ArrayList<LinkAddress>(); field in class:VpnConfig
92 String[] addresses = addressesStr.trim().split(" "); local
93 for (String address : addresses) {
98 this.addresses.add(addr);
113 out.writeTypedList(addresses);
131 in.readTypedList(config.addresses, LinkAddress.CREATOR);
  /libcore/luni/src/test/java/libcore/java/net/
NetworkInterfaceTest.java 48 List<InetAddress> addresses = new ArrayList<InetAddress>(1); local
51 NetworkInterface.collectIpv6Addresses("wlan0", 1, addresses,
53 assertEquals(1, addresses.size());
64 List<InetAddress> addresses = new ArrayList<InetAddress>(1); local
67 NetworkInterface.collectIpv6Addresses("wlan0", 1, addresses,
69 assertEquals(1, addresses.size());
  /external/chromium_org/third_party/libjingle/source/talk/base/
socketaddress.h 103 // Returns 0 for non-v4 addresses.
114 // necessary addition to IPv6 link-local addresses, with different network
115 // interfaces having different scope-ids for their link-local addresses.
123 // is preferred. IPv6 addresses are enclosed in square brackets ('[' and ']').
126 // Same as HostAsURIString but anonymizes IP addresses by hiding the last
151 // For v4 addresses this means the address is in the range 127.0.0.0/8.
152 // For v6 addresses this means the address is ::1.
190 // Dual stack version always sets family to AF_INET6, and maps v4 addresses.
192 // v4 or mapped addresses, and AF_INET6 addresses for others
    [all...]
win32.cc 68 // Note that our inet_ntop will output normal 'dotted' v4 addresses only.
81 // Helper function for inet_ntop for IPv4 addresses.
97 // Helper function for inet_ntop for IPv6 addresses.
139 // Print IPv4 compatible and IPv4 mapped addresses using the IPv4 helper.
140 // These addresses have an initial run of either eight zero-bytes followed
173 // Helper function for inet_pton for IPv4 addresses.
217 // Helper function for inet_pton for IPv6 addresses.
238 // Addresses that start with "::" (i.e., a run of initial zeros) or
239 // "::ffff:" can potentially be IPv4 mapped or compatibility addresses.
240 // These have dotted-style IPv4 addresses on the end (e.g. "::192.168.7.1")
    [all...]
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 55 * <p>Examples of IP addresses and their byte representations:
75 * <p>A few notes about IPv6 "IPv4 mapped" addresses and their observed
78 * "IPv4 mapped" addresses were originally a representation of IPv4
79 * addresses for use on an IPv6 socket that could receive both IPv4
82 * these "mapped" addresses were never supposed to be seen on the
90 * address: all "mapped" addresses return {@link Inet4Address} objects.
95 * recommend discarding any packets with source or destination addresses
158 * sequences should be valid IP addresses.
200 * sequences should be valid IP addresses.
376 * <p>For IPv4 addresses, this is identical t
    [all...]
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 84 final Set<String> addresses = new HashSet<String>(); local
88 addresses.add(token.getAddress());
91 return updateWithAddress(addresses);
96 * Update usage statistics information using a list of email addresses.
105 public boolean updateWithAddress(Collection<String> addresses) {
107 Log.d(TAG, "updateWithAddress: " + Arrays.toString(addresses.toArray()));
109 if (addresses != null && !addresses.isEmpty()) {
112 final String[] questionMarks = new String[addresses.size()];
114 whereArgs.addAll(addresses);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-addr2line.1 133 addr2line \- convert addresses into file names and line numbers.
136 addr2line [\fB\-a\fR|\fB\-\-addresses\fR]
148 \&\fBaddr2line\fR translates addresses into file names and line numbers.
159 In the first, hexadecimal addresses are specified on the command line,
163 In the second, \fBaddr2line\fR reads hexadecimal addresses from
166 in a pipe to convert dynamically chosen addresses.
185 .IP "\fB\-\-addresses\fR" 4
186 .IX Item "--addresses"
216 Specify the name of the executable for which addresses should be
250 Read offsets relative to the specified section instead of absolute addresses
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-addr2line.1 133 addr2line \- convert addresses into file names and line numbers.
136 addr2line [\fB\-a\fR|\fB\-\-addresses\fR]
148 \&\fBaddr2line\fR translates addresses into file names and line numbers.
159 In the first, hexadecimal addresses are specified on the command line,
163 In the second, \fBaddr2line\fR reads hexadecimal addresses from
166 in a pipe to convert dynamically chosen addresses.
185 .IP "\fB\-\-addresses\fR" 4
186 .IX Item "--addresses"
216 Specify the name of the executable for which addresses should be
250 Read offsets relative to the specified section instead of absolute addresses
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-addr2line.1 133 addr2line \- convert addresses into file names and line numbers.
136 addr2line [\fB\-a\fR|\fB\-\-addresses\fR]
148 \&\fBaddr2line\fR translates addresses into file names and line numbers.
159 In the first, hexadecimal addresses are specified on the command line,
163 In the second, \fBaddr2line\fR reads hexadecimal addresses from
166 in a pipe to convert dynamically chosen addresses.
185 .IP "\fB\-\-addresses\fR" 4
186 .IX Item "--addresses"
216 Specify the name of the executable for which addresses should be
250 Read offsets relative to the specified section instead of absolute addresses
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-addr2line.1 133 addr2line \- convert addresses into file names and line numbers.
136 addr2line [\fB\-a\fR|\fB\-\-addresses\fR]
148 \&\fBaddr2line\fR translates addresses into file names and line numbers.
159 In the first, hexadecimal addresses are specified on the command line,
163 In the second, \fBaddr2line\fR reads hexadecimal addresses from
166 in a pipe to convert dynamically chosen addresses.
185 .IP "\fB\-\-addresses\fR" 4
186 .IX Item "--addresses"
216 Specify the name of the executable for which addresses should be
250 Read offsets relative to the specified section instead of absolute addresses
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
Inet4AddressTest.java 34 // Create 2 IP v4 addresses and call "isMulticastAddress()"
63 // Create some IP V4 addresses and test if they are local...
92 // There are no link local addresses for IPv4
107 // There are no site local addresses for IPv4
124 // global multicast addresses
170 // node-local multicast addresses
196 // link-local multicast addresses
234 // site-local multicast addresses
278 // organization-local multicast addresses
  /external/chromium_org/net/dns/
host_resolver_impl.h 135 AddressList* addresses,
140 AddressList* addresses,
170 AddressList* addresses,
178 AddressList* addresses);
181 // true, sets |net_error| to the cached error code and fills |addresses|
186 AddressList* addresses);
189 // HOSTS file, returns true and fills |addresses|. Otherwise returns false.
192 AddressList* addresses);
287 // addresses using ADDRESS_FAMILY_UNSPECIFIED. Reset on IP address change.
address_sorter_win.cc 60 // Addresses must be sockaddr_in6.
114 // Unmap V4MAPPED IPv6 addresses so that Happy Eyeballs works.
154 // addresses but always puts them at the end of the list. Needed because the
155 // SIO_ADDRESS_LIST_SORT does not support IPv4 addresses on Windows XP.
177 NOTREACHED() << "Should not be called with IPv4-only addresses.";
  /external/e2fsprogs/
RELEASE-NOTES 24 been fixed. (Addresses Sourceforge Bug: #3138115)
27 to its callback function in the case of sparse files. (Addresses
42 (which specifies where to find the external journal). (Addresses
57 warning but will continue. (Addresses Debian Bug #594609)
60 shrinking is not supported at all. (Addresses Debian Bug #599786)
63 displayed. (Addresses Debian Bug #555456)
68 (Addresses Debian Bug #587531)
96 displaying its progress bar. (Addresses Gentoo Bug #309909; Addresses
113 architectures with unsigned chars. (Addresses Gentoo Bug: #299386
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/lib/
symbol.py 102 """Finds corresponding symbols from addresses.
117 """Caches mapping from actually used addresses to symbols.
133 exists. Unresolved addresses are then resolved and added to the cache
157 LOGGER.info('No need to resolve any more addresses.')
161 LOGGER.info('Loading %d unresolved addresses.' %
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PChargingFunctionAddressesParser.java 43 * P-Charging-Function-Addresses header parser.
47 * P-Charging-Addr = "P-Charging-Function-Addresses" HCOLON
149 "P-Charging-Function-Addresses: ccf=\"test str\"; ecf=token\n",
150 "P-Charging-Function-Addresses: ccf=192.1.1.1; ccf=192.1.1.2; ecf=192.1.1.3; ecf=192.1.1.4\n",
151 "P-Charging-Function-Addresses: ccf=[5555::b99:c88:d77:e66]; ccf=[5555::a55:b44:c33:d22]; " +
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
OkHostnameVerifier.java 42 * Quick and dirty pattern to differentiate IP addresses from hostnames. This
45 * <p>This matches IPv6 addresses as a hex string containing at least one
47 * addresses as strings containing only decimal digits and dots. This pattern
48 * matches strings like "a:.23" and "54" that are neither IP addresses nor
49 * hostnames; they will be verified as IP addresses (which is a more strict
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
VeiledAddressMatcher.java 31 * might be throw-away, or temporary. For these veiled addresses, we want to display some alternate
37 * Resource for the regex pattern that specifies a veiled addresses.
47 * Similar to {@link #VEILED_ALTERNATE_TEXT} except this is for addresses where we don't have
96 * Loads the regular expression that corresponds to veiled addresses. It is safe to call this
136 * Returns true if the given email address is a throw-away (or veiled) address. Such addresses

Completed in 611 milliseconds

1 2 3 4 5 6 78 91011>>