Home
last modified time | relevance | path

Searched full:address (Results 1 – 25 of 7410) sorted by relevance

12345678910>>...297

/external/valgrind/none/tests/s390x/
Dcu12.stdout.exp7 dst address difference: 12 dst len: 1988
8 src address difference: 6 src len: 0
14 dst address difference: 0 dst len: 2000
15 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 2000
20 src address difference: 0 src len: 1
24 dst address difference: 0 dst len: 2000
25 src address difference: 0 src len: 1
29 dst address difference: 0 dst len: 2000
30 src address difference: 0 src len: 1
[all …]
Dcu12_1.stdout.exp7 dst address difference: 12 dst len: 1988
8 src address difference: 6 src len: 0
14 dst address difference: 0 dst len: 2000
15 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 2000
20 src address difference: 0 src len: 1
24 dst address difference: 0 dst len: 2000
25 src address difference: 0 src len: 1
29 dst address difference: 0 dst len: 2000
30 src address difference: 0 src len: 1
[all …]
Dcu14.stdout.exp7 dst address difference: 24 dst len: 1976
8 src address difference: 6 src len: 0
14 dst address difference: 0 dst len: 2000
15 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 2000
20 src address difference: 0 src len: 1
24 dst address difference: 0 dst len: 2000
25 src address difference: 0 src len: 1
29 dst address difference: 0 dst len: 2000
30 src address difference: 0 src len: 1
[all …]
Dcu14_1.stdout.exp7 dst address difference: 24 dst len: 1976
8 src address difference: 6 src len: 0
14 dst address difference: 0 dst len: 2000
15 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 2000
20 src address difference: 0 src len: 1
24 dst address difference: 0 dst len: 2000
25 src address difference: 0 src len: 1
29 dst address difference: 0 dst len: 2000
30 src address difference: 0 src len: 1
[all …]
Dcu41.stdout.exp11 dst address difference: 0 dst len: 1000
15 dst address difference: 0 dst len: 1000
19 dst address difference: 0 dst len: 1000
23 dst address difference: 0 dst len: 1000
27 dst address difference: 0 dst len: 1000
28 src address difference: 0 src len: 0
31 dst address difference: 0 dst len: 1000
32 src address difference: 0 src len: 1
35 dst address difference: 0 dst len: 1000
36 src address difference: 0 src len: 2
[all …]
Dcu21_1.stdout.exp11 dst address difference: 0 dst len: 1000
15 dst address difference: 0 dst len: 1000
16 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 1000
20 src address difference: 0 src len: 1
23 dst address difference: 0 dst len: 1000
24 src address difference: 0 src len: 1
27 dst address difference: 0 dst len: 1000
28 src address difference: 0 src len: 1
31 dst address difference: 0 dst len: 1000
[all …]
Dcu21.stdout.exp11 dst address difference: 0 dst len: 1000
15 dst address difference: 0 dst len: 1000
16 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 1000
20 src address difference: 0 src len: 1
23 dst address difference: 0 dst len: 1000
24 src address difference: 0 src len: 1
27 dst address difference: 0 dst len: 1000
28 src address difference: 0 src len: 1
31 dst address difference: 0 dst len: 1000
[all …]
Dcu42.stdout.exp11 dst address difference: 0 dst len: 2000
15 dst address difference: 0 dst len: 2000
19 dst address difference: 0 dst len: 2000
23 dst address difference: 0 dst len: 2000
27 dst address difference: 0 dst len: 2000
28 src address difference: 0 src len: 0
31 dst address difference: 0 dst len: 2000
32 src address difference: 0 src len: 1
35 dst address difference: 0 dst len: 2000
36 src address difference: 0 src len: 2
[all …]
Dcu24.stdout.exp11 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: 3996
[all …]
Dcu24_1.stdout.exp11 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: 3996
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Daddress.hpp2 // ip/address.hpp
29 * The asio::ip::address class provides the ability to use either IP
36 class address class
40 ASIO_DECL address();
42 /// Construct an address from an IPv4 address.
43 ASIO_DECL address(const asio::ip::address_v4& ipv4_address);
45 /// Construct an address from an IPv6 address.
46 ASIO_DECL address(const asio::ip::address_v6& ipv6_address);
49 ASIO_DECL address(const address& other);
52 ASIO_DECL address(address&& other);
[all …]
Daddress_v6.hpp41 /// The type used to represent an address as an array of bytes.
51 /// Construct an address from raw bytes and scope ID.
61 /// Assign from another address.
64 /// Move-assign from another address.
67 /// The scope ID of the address.
69 * Returns the scope ID associated with the IPv6 address.
76 /// The scope ID of the address.
78 * Modifies the scope ID associated with the IPv6 address.
85 /// Get the address in bytes, in network byte order.
88 /// Get the address as a string.
[all …]
Daddress_v4.hpp40 /// The type used to represent an address as an array of bytes.
53 /// Construct an address from raw bytes.
56 /// Construct an address from a unsigned long in host byte order.
71 /// Assign from another address.
78 /// Move-assign from another address.
85 /// Get the address in bytes, in network byte order.
88 /// Get the address as an unsigned long in host byte order
91 /// Get the address as a string in dotted decimal format.
94 /// Get the address as a string in dotted decimal format.
97 /// Create an address from an IP address string in dotted decimal form.
[all …]
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp39 ArrayRef<uint8_t> Bytes, uint64_t Address,
45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() argument
57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument
78 uint64_t Address,
83 uint64_t Address,
87 uint64_t Address, const void *Decoder);
90 uint64_t Address, const void *Decoder);
94 uint64_t Address,
99 uint64_t Address,
104 uint64_t Address,
[all …]
/external/iproute2/man/man8/
Dip-address.8.in1 .TH "IP\-ADDRESS" 8 "20 Dec 2011" "iproute2" "Linux"
3 ip-address \- protocol address management
11 .B address
85 .B address
86 is a protocol (IPv4 or IPv6) address attached
87 to a network device. Each device must have at least one address
95 .B ip address
99 .SS ip address add - add new protocol address.
103 the name of the device to add the address to.
106 .BI local " ADDRESS " (default)
[all …]
/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressImpl.java29 package gov.nist.javax.sip.address;
31 import javax.sip.address.*;
37 * Address structure. Imbeds a URI and adds a display name.
48 implements javax.sip.address.Address {
71 /** address field
73 protected GenericURI address; field in AddressImpl
75 /** Match on the address only.
83 if (!(other instanceof Address)) in match()
92 return address.match(that.address); in match()
95 && address.match(that.address); in match()
[all …]
/external/llvm/test/MC/Mips/
Dmips-bad-branches.s3 # CHECK: error: branch to misaligned address
5 # CHECK: error: branch to misaligned address
7 # CHECK: error: branch to misaligned address
11 # CHECK: error: branch to misaligned address
13 # CHECK: error: branch to misaligned address
15 # CHECK: error: branch to misaligned address
20 # CHECK: error: branch to misaligned address
22 # CHECK: error: branch to misaligned address
24 # CHECK: error: branch to misaligned address
28 # CHECK: error: branch to misaligned address
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/ip/impl/
Daddress.ipp2 // ip/impl/address.ipp
20 #include "asio/ip/address.hpp"
28 address::address()
35 address::address(const asio::ip::address_v4& ipv4_address)
42 address::address(const asio::ip::address_v6& ipv6_address)
49 address::address(const address& other)
56 address::address(address&& other)
63 address& address::operator=(const address& other)
71 address& address::operator=(address&& other)
79 address& address::operator=(const asio::ip::address_v4& ipv4_address)
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_address.py3 from boto.ec2.address import Address
8 self.address = Address()
9 self.address.connection = mock.Mock()
10 self.address.public_ip = "192.168.1.1"
13 self.address.endElement(name, value, None)
14 self.assertEqual(getattr(self.address, attribute), value)
26 self.address.release()
27 self.address.connection.release_address.assert_called_with(
33 self.address.associate(1)
34 self.address.connection.associate_address.assert_called_with(
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DIPAddress.java9 * Validate the given IPv4 or IPv6 address.
11 * @param address the IP address as a String.
13 * @return true if a valid address, false otherwise
16 String address) in isValid() argument
18 return isValidIPv4(address) || isValidIPv6(address); in isValid()
22 * Validate the given IPv4 or IPv6 address and netmask.
24 * @param address the IP address as a String.
26 * @return true if a valid address with netmask, false otherwise
29 String address) in isValidWithNetMask() argument
31 return isValidIPv4WithNetmask(address) || isValidIPv6WithNetmask(address); in isValidWithNetMask()
[all …]
/external/valgrind/gdbserver_tests/
Dmcvabits.stderrB.exp3 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"
12 Address 0x........ len 10 addressable
13 Address 0x........ is 0 bytes inside data symbol "undefined"
14 Address 0x........ len 10 not defined:
16 Address 0x........ is 0 bytes inside data symbol "undefined"
18 Address 0x........ len 10 addressable
19 Address 0x........ is 0 bytes inside data symbol "undefined"
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteSelectorTest.java18 import com.squareup.okhttp.Address;
110 Address address = httpAddress(); in singleRoute() local
111 RouteSelector routeSelector = RouteSelector.get(address, httpRequest, client); in singleRoute()
115 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); in singleRoute() local
127 Address address = httpAddress(); in singleRouteReturnsFailedRoute() local
128 RouteSelector routeSelector = RouteSelector.get(address, httpRequest, client); in singleRouteReturnsFailedRoute()
134 routeSelector = RouteSelector.get(address, httpRequest, client); in singleRouteReturnsFailedRoute()
135 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); in singleRouteReturnsFailedRoute() local
145 Address address = new Address(uriHost, uriPort, socketFactory, null, null, null, authenticator, in explicitProxyTriesThatProxysAddressesOnly() local
148 RouteSelector routeSelector = RouteSelector.get(address, httpRequest, client); in explicitProxyTriesThatProxysAddressesOnly()
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp97 ArrayRef<uint8_t> Bytes, uint64_t Address,
112 ArrayRef<uint8_t> Bytes, uint64_t Address,
142 uint64_t Address, const void *Decoder);
144 unsigned RegNo, uint64_t Address,
147 unsigned RegNo, uint64_t Address,
150 uint64_t Address, const void *Decoder);
152 uint64_t Address, const void *Decoder);
154 uint64_t Address, const void *Decoder);
156 uint64_t Address, const void *Decoder);
158 uint64_t Address, const void *Decoder);
[all …]
/external/tcpdump/tests/
Disis_3-v.out7 Area address(es) TLV #1, length: 4
8 Area address (length: 3): 49.0014
9 IPv4 Interface address(es) TLV #132, length: 4
10 IPv4 interface address: 10.0.0.2
25 Area address(es) TLV #1, length: 4
26 Area address (length: 3): 49.0014
27 IPv4 Interface address(es) TLV #132, length: 4
28 IPv4 interface address: 10.0.0.2
43 Area address(es) TLV #1, length: 4
44 Area address (length: 3): 49.0014
[all …]
/external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
Dbluetooth_Sanity_ValidAddress.py13 Verify that the client Bluetooth adapter has a valid address.
22 # Read the address both via BlueZ and via the kernel mgmt_ops interface.
27 if bluez_properties['Address'] != controller_info[0]:
29 'BlueZ and Kernel adapter address differ: %s != %s' %
30 (bluez_properties['Address'], controller_info[0]))
32 address = controller_info[0]
33 logging.debug('Bluetooth address of adapter is %s', address)
35 # Sanity check the address
36 if address == '00:00:00:00:00:00':
37 raise error.TestFail('Adapter address is all zeros')
[all …]

12345678910>>...297