HomeSort by relevance Sort by last modified time
    Searched full:address (Results 51 - 75 of 11852) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
cu24.stdout.exp 11 dst address difference: 0 dst len: 4000
15 dst address difference: 0 dst len: 4000
16 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 4000
20 src address difference: 0 src len: 1
23 dst address difference: 0 dst len: 4000
24 src address difference: 0 src len: 2
27 dst address difference: 0 dst len: 4000
28 src address difference: 0 src len: 3
33 dst address difference: 4 dst len: 399
    [all...]
cu24_1.stdout.exp 11 dst address difference: 0 dst len: 4000
15 dst address difference: 0 dst len: 4000
16 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 4000
20 src address difference: 0 src len: 1
23 dst address difference: 0 dst len: 4000
24 src address difference: 0 src len: 2
27 dst address difference: 0 dst len: 4000
28 src address difference: 0 src len: 3
33 dst address difference: 4 dst len: 399
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 18 import com.squareup.okhttp.Address;
79 Address address = new Address(uriHost, uriPort, null, null, null); local
80 RouteSelector routeSelector = new RouteSelector(address, uri, proxySelector, pool, dns);
84 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false); local
96 Address address = new Address(uriHost, uriPort, null, null, proxyA); local
97 RouteSelector routeSelector = new RouteSelector(address, uri, proxySelector, pool, dns)
101 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort, local
103 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[1], proxyAPort, local
112 Address address = new Address(uriHost, uriPort, null, null, NO_PROXY); local
117 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false); local
118 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[1], uriPort, false); local
126 Address address = new Address(uriHost, uriPort, null, null, null); local
134 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false); local
141 Address address = new Address(uriHost, uriPort, null, null, null); local
146 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false); local
147 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[1], uriPort, false); local
155 Address address = new Address(uriHost, uriPort, null, null, null); local
165 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort, local
167 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[1], proxyAPort, local
174 assertConnection(routeSelector.next(), address, proxyB, dns.inetAddresses[0], proxyBPort, local
181 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false); local
188 Address address = new Address(uriHost, uriPort, null, null, null); local
197 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false); local
204 Address address = new Address(uriHost, uriPort, null, null, null); local
214 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort, local
229 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort, local
235 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false); local
242 Address address = local
248 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, true); local
252 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false); local
259 Address address = new Address(uriHost, uriPort, socketFactory, hostnameVerifier, null); local
266 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort, true); local
268 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort, local
270 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[1], proxyAPort, true); local
271 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[1], proxyAPort, local
276 assertConnection(routeSelector.next(), address, proxyB, dns.inetAddresses[0], proxyBPort, true); local
278 assertConnection(routeSelector.next(), address, proxyB, dns.inetAddresses[0], proxyBPort, local
280 assertConnection(routeSelector.next(), address, proxyB, dns.inetAddresses[1], proxyBPort, true); local
281 assertConnection(routeSelector.next(), address, proxyB, dns.inetAddresses[1], proxyBPort, local
286 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, true); local
288 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false); local
289 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[1], uriPort, true); local
290 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[1], uriPort, false); local
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugRangeList.h 23 // A beginning address offset. This address offset has the size of an
24 // address and is relative to the applicable base address of the
26 // of an address range.
28 // An ending address offset. This address offset again has the size of
29 // an address and is relative to the applicable base address of the
31 // address past the end of the address range. The ending address mus
    [all...]
  /external/smack/src/org/xbill/DNS/
ClientSubnetOption.java 13 * The option is used to convey information about the IP address of the
15 * based on this address, rather than the address of the intermediate
25 * for IPv6), a 1-byte source netmask, a 1-byte scope netmask, and an address
42 private InetAddress address; field in class:ClientSubnetOption
50 int max = Address.addressLength(family) * 8;
60 * the address must not be greater than the supplied source netmask.
67 * @param address The address of the client.
70 ClientSubnetOption(int sourceNetmask, int scopeNetmask, InetAddress address) {
    [all...]
Address.java 15 public final class Address {
21 Address() {}
115 // An IPv4 address must be the last component
121 byte [] v4addr = Address.toByteArray(tokens[i], IPv4);
160 * Convert a string containing an IP address to an array of 4 or 16 integers.
161 * @param s The address, in text format.
162 * @param family The address family.
163 * @return The address
177 * Convert a string containing an IPv4 address to an array of 4 integers.
178 * @param s The address, in text format
    [all...]
  /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/clang/test/SemaCXX/
address-space-newdelete.cpp 9 (void)new int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
10 (void)new __attribute__((address_space(1))) int; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
11 (void)new int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
12 (void)new __attribute__((address_space(1))) int [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
15 (void)new (p) int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
16 (void)new (p) __attribute__((address_space(1))) int; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
17 (void)new (p) int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
18 (void)new (p) __attribute__((address_space(1))) int [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
22 delete ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}}
23 delete [] ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}
    [all...]
warn-func-as-bool.cpp 21 b = f1; // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
22 expected-note {{prefix with the address-of operator to silence this warning}}
23 if (f1) {} // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
24 expected-note {{prefix with the address-of operator to silence this warning}}
25 b = S::f2; // expected-warning {{address of function 'S::f2' will always evaluate to 'true'}} \
26 expected-note {{prefix with the address-of operator to silence this warning}}
27 if (S::f2) {} // expected-warning {{address of function 'S::f2' will always evaluate to 'true'}} \
28 expected-note {{prefix with the address-of operator to silence this warning}}
29 b = f5; // expected-warning {{address of function 'f5' will always evaluate to 'true'}} \
30 expected-note {{prefix with the address-of operator to silence this warning}}
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Address.java 33 * This class represent email address.
35 * RFC822 email address may have following format.
36 * "name" <address> (comment)
37 * "name" <address>
38 * name <address>
39 * address
43 public class Address {
45 * Address part, in the form local_part@domain_part. No surrounding angle brackets.
51 * This must be null if Address has no name part.
55 // Regex that matches address surrounded by '<>' optionally. '^<?([^>]+)>?$
123 String address = token.getAddress(); local
147 String address = token.getAddress(); local
391 Address address; local
420 final String address = getAddress(); local
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcvabits.stderrB.exp 3 Address 0x........ len 10 addressable
4 Address 0x........ is 0 bytes inside data symbol "undefined"
5 Address 0x........ len 10 defined
6 Address 0x........ is 0 bytes inside data symbol "undefined"
8 Address 0x........ len 10 addressable
9 Address 0x........ is 0 bytes inside data symbol "undefined"
10 Address 0x........ len 10 not defined:
12 Address 0x........ is 0 bytes inside data symbol "undefined"
14 Address 0x........ len 10 addressable
15 Address 0x........ is 0 bytes inside data symbol "undefined
    [all...]
  /external/chromium/net/udp/
datagram_socket.h 22 // Copy the remote udp address into |address| and return a network error code.
23 virtual int GetPeerAddress(IPEndPoint* address) const = 0;
25 // Copy the local udp address into |address| and return a network error code.
27 virtual int GetLocalAddress(IPEndPoint* address) const = 0;
  /frameworks/base/core/java/android/net/
LinkAddress.java 28 * Identifies an address of a network link
33 * IPv4 or IPv6 address.
35 private final InetAddress address; field in class:LinkAddress
42 public LinkAddress(InetAddress address, int prefixLength) {
43 if (address == null || prefixLength < 0 ||
44 ((address instanceof Inet4Address) && prefixLength > 32) ||
46 throw new IllegalArgumentException("Bad LinkAddress params " + address +
49 this.address = address;
54 this.address = interfaceAddress.getAddress()
    [all...]
  /external/iptables/extensions/
libip6t_eui64.man 1 This module matches the EUI-64 part of a stateless autoconfigured IPv6 address.
2 It compares the EUI-64 derived from the source MAC address in Ethernet frame
3 with the lower 64 bits of the IPv6 source address. But "Universal/Local"
libipt_NETMAP.man 7 Network address to map to. The resulting address will be constructed in the
8 following way: All 'one' bits in the mask are filled in from the new `address'.
9 All bits that are zero in the mask are filled in from the original address.
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java 47 void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant,
49 mRemoteDevices.sspRequestCallback(address, name, cod, pairingVariant,
52 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] val) {
53 mRemoteDevices.devicePropertyChangedCallback(address, types, val);
56 void deviceFoundCallback(byte[] address) {
57 mRemoteDevices.deviceFoundCallback(address);
60 void pinRequestCallback(byte[] address, byte[] name, int cod) {
61 mRemoteDevices.pinRequestCallback(address, name, cod);
64 void bondStateChangeCallback(int status, byte[] address, int newState) {
65 mBondStateMachine.bondStateChangeCallback(status, address, newState)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
Inet4AddressTest.java 36 // address are: 1110, false otherwise
37 // Make 1 address with 1110, and 1 without
41 assertTrue("Multicast address " + addrName + " not detected.", addr
46 assertTrue("Multicast address " + addrName + " not detected.", addr
49 addrName = "42.42.42.42"; // a non-multicast address
51 assertTrue("Non multicast address " + addrName
52 + " reporting as a multicast address.", !addr
67 addrName = "127.0.0.0"; // a loopback address should be 127.d.d.d
69 assertTrue("Loopback address " + addrName + " not detected.", addr
72 addrName = "127.42.42.42"; // a loopback address should b
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerMIPS.h 52 // For storing address base
99 // may often be a memory location (explictly described using an Address
130 void add32(TrustedImm32 imm, Address address)
132 if (address.offset >= -32768 && address.offset <= 32767
140 m_assembler.lw(dataTempRegister, address.base, address.offset);
151 m_assembler.sw(dataTempRegister, address.base, address.offset)
    [all...]
  /external/clang/test/Sema/
address_spaces.c 7 void bar(_AS2 int a); // expected-error {{parameter may not be qualified with an address space}}
10 _AS1 float b) // expected-error {{parameter may not be qualified with an address space}}
15 int _AS1 _AS2 *Y; // expected-error {{multiple address spaces specified for type}}
16 int *_AS1 _AS2 *Z; // expected-error {{multiple address spaces specified for type}}
18 _AS1 int local; // expected-error {{automatic variable qualified with an address space}}
19 _AS1 int array[5]; // expected-error {{automatic variable qualified with an address space}}
20 _AS1 int arrarr[5][5]; // expected-error {{automatic variable qualified with an address space}}
22 __attribute__((address_space(-1))) int *_boundsA; // expected-error {{address space is negative}}
24 __attribute__((address_space(0x1000000))) int *_boundsC; // expected-error {{address space is larger than the maximum supported}}
26 __attribute__((address_space(4294967500))) int *_boundsD; // expected-error {{address space is larger than the maximum supported}
    [all...]
  /external/kernel-headers/original/asm-generic/
4level-fixup.h 13 #define pmd_alloc(mm, pud, address) \
14 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \
15 NULL: pmd_offset(pud, address))
17 #define pud_alloc(mm, pgd, address) (pgd)
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Email.text 3 * An email address in a list
  /external/nist-sip/java/javax/sip/address/
Hop.java 1 package javax.sip.address;
URI.java 1 package javax.sip.address;
  /external/smack/src/org/jivesoftware/smack/filter/
FromMatchesFilter.java 28 * address is a bare JID then the filter will match any address whose bare JID matches the
29 * specified JID. But if the specified address is a full JID then the filter will only match
36 private String address; field in class:FromMatchesFilter
43 * Creates a "from" filter using the "from" field part. If the specified address is a bare JID
44 * then the filter will match any address whose bare JID matches the specified JID. But if the
45 * specified address is a full JID then the filter will only match if the sender of the packet
48 * @param address the from field value the packet must match. Could be a full or bare JID.
50 public FromMatchesFilter(String address) {
51 if (address == null)
    [all...]
  /hardware/invensense/libsensors_iio/software/core/mpl/
inv_math.h 2 * platforms. This address that */

Completed in 874 milliseconds

1 23 4 5 6 7 8 91011>>