Home
last modified time | relevance | path

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

12345678910>>...314

/external/valgrind/none/tests/s390x/
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 …]
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 …]
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 …]
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 …]
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.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_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 …]
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_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 …]
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 …]
/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/v8/src/
Dexternal-reference-table.cc66 const char* ExternalReferenceTable::ResolveSymbol(void* address) { in ResolveSymbol() argument
68 return backtrace_symbols(&address, 1)[0]; in ResolveSymbol()
76 Add(ExternalReference::roots_array_start(isolate).address(), in AddReferences()
78 Add(ExternalReference::address_of_stack_limit(isolate).address(), in AddReferences()
80 Add(ExternalReference::address_of_real_stack_limit(isolate).address(), in AddReferences()
82 Add(ExternalReference::new_space_allocation_limit_address(isolate).address(), in AddReferences()
84 Add(ExternalReference::new_space_allocation_top_address(isolate).address(), in AddReferences()
86 Add(ExternalReference::mod_two_doubles_operation(isolate).address(), in AddReferences()
88 Add(ExternalReference::handle_scope_next_address(isolate).address(), in AddReferences()
90 Add(ExternalReference::handle_scope_limit_address(isolate).address(), in AddReferences()
[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/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteSelectorTest.java18 import com.squareup.okhttp.Address;
82 Address address = httpAddress(); in singleRoute() local
83 RouteSelector routeSelector = new RouteSelector(address, routeDatabase); in singleRoute()
87 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in singleRoute() local
99 Address address = httpAddress(); in singleRouteReturnsFailedRoute() local
100 RouteSelector routeSelector = new RouteSelector(address, routeDatabase); in singleRouteReturnsFailedRoute()
106 routeSelector = new RouteSelector(address, routeDatabase); in singleRouteReturnsFailedRoute()
107 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in singleRouteReturnsFailedRoute() local
117 Address address = new Address(uriHost, uriPort, dns, socketFactory, null, null, null, in explicitProxyTriesThatProxysAddressesOnly() local
119 RouteSelector routeSelector = new RouteSelector(address, routeDatabase); in explicitProxyTriesThatProxysAddressesOnly()
[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/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/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h56 using Address = typename Traits::Address; variable
180 using TypedEmitAddr = void (AssemblerX86Base::*)(Type, const Address &);
189 const Address &);
215 using TypedEmitAddrGPR = void (AssemblerX86Base::*)(Type, const Address &,
217 using TypedEmitAddrImm = void (AssemblerX86Base::*)(Type, const Address &,
228 const Address &);
235 using EmitXmmAddr = void (AssemblerX86Base::*)(XmmRegister, const Address &);
236 using EmitAddrXmm = void (AssemblerX86Base::*)(const Address &, XmmRegister);
257 const Address &);
269 const Address &,
[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/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 …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowGeocoder.java3 import android.location.Address;
39 …public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOE… in getFromLocation()
46 Address address = makeAddress(); in getFromLocation() local
47 address.setAddressLine(0, addressLine1); in getFromLocation()
48 address.setLocality(city); in getFromLocation()
49 address.setAdminArea(state); in getFromLocation()
50 address.setPostalCode(zip); in getFromLocation()
51 address.setCountryCode(countryCode); in getFromLocation()
52 return oneElementList(address); in getFromLocation()
56 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName()
[all …]

12345678910>>...314