HomeSort by relevance Sort by last modified time
    Searched full:address (Results 1626 - 1650 of 19436) sorted by null

<<61626364656667686970>>

  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 687 GetAssembler()->LockCmpxchgl(x86_64::Address(
690 GetAssembler()->LockCmpxchgl(x86_64::Address(
693 GetAssembler()->LockCmpxchgl(x86_64::Address(
696 GetAssembler()->LockCmpxchgl(x86_64::Address(
698 GetAssembler()->LockCmpxchgl(x86_64::Address(
712 GetAssembler()->LockCmpxchgq(x86_64::Address(
715 GetAssembler()->LockCmpxchgq(x86_64::Address(
718 GetAssembler()->LockCmpxchgq(x86_64::Address(
721 GetAssembler()->LockCmpxchgq(x86_64::Address(
723 GetAssembler()->LockCmpxchgq(x86_64::Address(
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 22 #include "Address.h"
37 /// address of an aggregate value in memory.
69 /// getAggregateAddr() - Return the Value* of the address of the aggregate.
70 Address getAggregateAddress() const {
73 return Address(V1.getPointer(), CharUnits::fromQuantity(align));
106 static RValue getAggregate(Address addr, bool isVolatile = false) {
127 /// equivalently strong, like the address of an array allocated by a
141 /// Given that the base address has the given alignment source, what's
331 Address getAddress() const { return Address(getPointer(), getAlignment());
    [all...]
  /external/v8/src/heap/
spaces.cc 42 void HeapObjectIterator::Initialize(PagedSpace* space, Address cur, Address end,
91 // in a kMaximalCodeRangeSize range of virtual address space, so that
122 Address base = reinterpret_cast<Address>(code_range_->address());
135 Address aligned_base = RoundUp(base, MemoryChunk::kAlignment);
141 LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested));
196 Address CodeRange::AllocateRawMemory(const size_t requested_size,
221 bool CodeRange::CommitRawMemory(Address start, size_t length)
2796 Address address = page->OffsetToAddress(Page::kPageSize - size); local
3244 Address address = object->address(); local
    [all...]
  /external/avahi/avahi-dnsconfd/
main.c 43 #include <avahi-common/address.h>
84 char *address; member in struct:DNSServerInfo
93 avahi_free(i->address);
99 static DNSServerInfo* get_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) {
101 assert(address);
106 strcmp(i->address, address) == 0)
112 static DNSServerInfo* new_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) {
115 assert(address);
120 i->address = avahi_strdup(address)
365 char *address = avahi_strdup(servers->address); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 65 * <li>Server Name Indication (SNI) enables one IP address to negotiate secure
159 Address address = route.getAddress(); local
161 if (route.address.getSslSocketFactory() == null
170 ? address.getSocketFactory().createSocket()
198 if (route.address.getSslSocketFactory() != null) {
204 framedConnection = new FramedConnection.Builder(route.address.uriHost, true, socket)
218 Address address = route.getAddress(); local
219 SSLSocketFactory sslSocketFactory = address.getSslSocketFactory()
    [all...]
  /external/toybox/toys/other/
ifconfig.c 26 ADDRESS[/NETMASK] - set IPv4 address (1.2.3.4/5)
27 default - unset ipv4 address
28 add|del ADDRESS[/PREFIXLEN] - add/remove IPv6 address (1111::8888/128)
32 netmask|broadcast|pointopoint ADDRESS - set more IPv4 characteristics
33 hw ether|infiniband ADDRESS - set LAN hardware address (AA:BB:CC...)
38 arp - don't use Address Resolution Protocol to map LAN routes
39 promisc - don't discard packets that aren't to this LAN hardware address
    [all...]
  /system/core/libnetutils/
ifc_utils.c 252 * Adds or deletes an IP address on an interface.
255 * - RTM_NEWADDR (to add a new address)
256 * - RTM_DELADDR (to delete an existing address)
260 int ifc_act_on_address(int action, const char *name, const char *address,
270 // Allow for IPv6 address, headers, IPv4 broadcast addr and padding.
291 ret = string_to_ip(address, &ss);
296 // Determine address type and length.
318 // Interface address message header.
323 // Routing attribute. Contains the actual IP address.
369 int ifc_add_address(const char *name, const char *address, int prefixlen)
    [all...]
  /prebuilts/go/darwin-x86/src/net/
listen_test.go 35 address string
60 // listener with same address family, same listening address and
69 if !testableListenArgs(tt.network, JoinHostPort(tt.address, "0"), "") {
70 t.Logf("skipping %s test", tt.network+" "+tt.address)
74 ln1, err := Listen(tt.network, JoinHostPort(tt.address, "0"))
82 ln2, err := Listen(tt.network, JoinHostPort(tt.address, ln1.(*TCPListener).port()))
86 if err := checkSecondListener(tt.network, tt.address, err); err != nil {
96 address string
121 // listener with same address family, same listening address an
    [all...]
  /prebuilts/go/linux-x86/src/net/
listen_test.go 35 address string
60 // listener with same address family, same listening address and
69 if !testableListenArgs(tt.network, JoinHostPort(tt.address, "0"), "") {
70 t.Logf("skipping %s test", tt.network+" "+tt.address)
74 ln1, err := Listen(tt.network, JoinHostPort(tt.address, "0"))
82 ln2, err := Listen(tt.network, JoinHostPort(tt.address, ln1.(*TCPListener).port()))
86 if err := checkSecondListener(tt.network, tt.address, err); err != nil {
96 address string
121 // listener with same address family, same listening address an
    [all...]
  /external/avahi/avahi-core/
iface-linux.c 133 /* Fill in hardware (MAC) address */
155 * _workstation._tcp record containing the MAC address) */
178 /* An address has been added, modified or removed */
192 * interface this address is assigned to. If ther is no object
193 * for this interface, we ignore this address. */
197 /* Fill in address family for our new address */
220 /* Fill in local address data. Usually this is
222 * since this refers to the local address of a PPP
253 /* This address is new or has been modified, so let's get an object for it *
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
ip4.py 2 """IP4 address range set implementation.
31 """IP4 address range class with efficient storage of address ranges.
45 Passing an integer or long means passing an IPv4-address that's already
47 an address where this conversion still has to be done. A string
48 address may be in the following formats:
50 - 1.2.3.4 - a plain address, interpreted as a single address
52 - localhost - hostname to look up, interpreted as single address
56 Only the first three notations are valid if you use a string address i
    [all...]
  /external/clang/test/Driver/
windows-cross.c 46 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -fuse-ld=lld-link2 -shared -o shared.dll -fsanitize=address -x c++ %s 2>&1 \
47 // RUN: | FileCheck %s --check-prefix CHECK-SANITIZE-ADDRESS
49 // CHECK-SANITIZE-ADDRESS: "-fsanitize=address"
50 // CHECK-SANITIZE-ADDRESS: "{{.*}}clang_rt.asan_dll_thunk-arm.lib"
52 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -fuse-ld=lld-link2 -o test.exe -fsanitize=address -x c++ %s 2>&1 \
53 // RUN: | FileCheck %s --check-prefix CHECK-SANITIZE-ADDRESS-EXE
55 // CHECK-SANITIZE-ADDRESS-EXE: "-fsanitize=address"
56 // CHECK-SANITIZE-ADDRESS-EXE: "{{.*}}clang_rt.asan_dynamic-arm.lib" "{{.*}}clang_rt.asan_dynamic_runtime_thunk-arm.lib" "-- (…)
    [all...]
  /system/bt/btif/src/
btif_hh.c 443 bda.address[0], bda.address[1], bda.address[2], bda.address[3], bda.address[4], bda.address[5]);
448 if (btif_hh_cb.added_devices[i].bd_addr.address[0] == 0 &&
449 btif_hh_cb.added_devices[i].bd_addr.address[1] == 0 &&
450 btif_hh_cb.added_devices[i].bd_addr.address[2] == 0 &&
451 btif_hh_cb.added_devices[i].bd_addr.address[3] == 0 &
    [all...]
  /system/extras/tests/net_test/
net_test.py 186 raise ValueError("Unknown hardware address length %d" % len(hwaddr))
217 # Compress the address.
218 address = inet_ntop(AF_INET6, inet_pton(AF_INET6, formatted))
219 return address
222 def FormatSockStatAddress(address):
223 if ":" in address:
227 binary = inet_pton(family, address)
236 for address in addresses:
237 address = [s for s in address.strip().split(" ") if s
    [all...]
  /bionic/libc/include/
netdb.h 84 int h_addrtype; /* host address type */
85 int h_length; /* length of address */
87 #define h_addr h_addr_list[0] /* address, for backward compatibility */
93 int n_addrtype; /* net address type */
117 struct sockaddr *ai_addr; /* binary address */
132 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
137 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
143 #define EAI_NODATA 7 /* no address associated with hostname */
156 #define AI_PASSIVE 0x00000001 /* get address to use bind() */
167 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned *
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java 37 String address = ADDRESS_PREFIX + "_testLocalConnections"; local
39 LocalServerSocket localServerSocket = new LocalServerSocket(address);
43 LocalSocketAddress locSockAddr = new LocalSocketAddress(address);
120 String address = ADDRESS_PREFIX + "_testAccessors"; local
122 LocalSocketAddress addr = new LocalSocketAddress(address);
181 String address = ADDRESS_PREFIX + "_testAvailable"; local
182 LocalServerSocket localServerSocket = new LocalServerSocket(address);
186 LocalSocketAddress locSockAddr = new LocalSocketAddress(address);
211 String address = ADDRESS_PREFIX + "_testFlush"; local
212 LocalServerSocket localServerSocket = new LocalServerSocket(address);
    [all...]
  /external/google-breakpad/src/processor/
contained_range_map_unittest.cc 111 // RetrieveRange on an address.
226 for (unsigned int address = 0; address < test_high; ++address) {
228 if (!crm.RetrieveRange(address, &value))
233 // |address|, and the line number will always be the same. That makes
235 if (value != test_data[address]) {
237 address, test_data[address], value, __FILE__, __LINE__);
242 address == test_high - 1 ? ' ' : ','
    [all...]
map_serializers.h 58 // Writes the serialized data to memory with start address = dest,
59 // and returns the "end" of data, i.e., return the address follow the final
87 // of data, i.e., return the address after the final byte of data.
109 template<typename Address, typename Entry>
113 size_t SizeOf(const RangeMap<Address, Entry> &m) const;
116 // of data, i.e., return the address after the final byte of data.
118 char* Write(const RangeMap<Address, Entry> &m, char* dest) const;
124 char* Serialize(const RangeMap<Address, Entry> &m, unsigned int *size) const;
128 typedef typename RangeMap<Address, Entry>::Range Range;
131 SimpleSerializer<Address> address_serializer_
    [all...]
  /external/iproute2/include/linux/
atm.h 77 /* "PVC" address (also for SVCs); get only */
168 #define ATM_ITF_ANY -1 /* "magic" PVC address values */
176 unsigned short sap_family; /* address family, AF_ATMPVC */
177 struct { /* PVC address */
181 } sap_addr __ATM_API_ALIGN; /* PVC address */
186 #define ATM_ESA_LEN 20 /* ATM End System Address length */
206 unsigned short sas_family; /* address family, AF_ATMSVC */
207 struct { /* SVC address */
208 unsigned char prv[ATM_ESA_LEN];/* private ATM address */
209 char pub[ATM_E164_LEN+1]; /* public address (E.164) *
    [all...]
  /external/kernel-headers/original/uapi/linux/
atm.h 77 /* "PVC" address (also for SVCs); get only */
168 #define ATM_ITF_ANY -1 /* "magic" PVC address values */
176 unsigned short sap_family; /* address family, AF_ATMPVC */
177 struct { /* PVC address */
181 } sap_addr __ATM_API_ALIGN; /* PVC address */
186 #define ATM_ESA_LEN 20 /* ATM End System Address length */
206 unsigned short sas_family; /* address family, AF_ATMSVC */
207 struct { /* SVC address */
208 unsigned char prv[ATM_ESA_LEN];/* private ATM address */
209 char pub[ATM_E164_LEN+1]; /* public address (E.164) *
    [all...]
  /external/selinux/secilc/docs/
cil_network_labeling_statements.md 7 Declares a named IP address in IPv4 or IPv6 format that may be referenced by other CIL statements (i.e. [`netifcon`](cil_network_labeling_statements.md#netifcon)).
11 - CIL statements utilising an IP address may reference a named IP address or use an anonymous address, the examples will show each option.
33 <td align="left"><p>The IP address identifier.</p></td>
37 <td align="left"><p>A correctly formatted IP address in IPv4 or IPv6 format.</p></td>
44 This example declares a named IP address and also passes an 'explicit anonymously declared' IP address to a macro:
106 Label network address objects that represent IPv4 or IPv6 IP addresses and network masks.
128 <td align="left"><p>A previously declared <code>ipaddr</code> identifier, or an anonymous IPv4 or IPv6 formatted address.</p></td
    [all...]
  /external/webrtc/webrtc/p2p/base/
stunport.h 28 // Communicates using the address on the outside of a NAT.
84 virtual Connection* CreateConnection(const Candidate& address,
138 const rtc::SocketAddress& address);
149 // This method will send STUN binding request if STUN server address is set.
154 // Helper function which will set |addr|'s IP to the default local address if
155 // |addr| is the "any" address and |emit_local_for_anyaddress_| is true. When
157 // address shouldn't be used by any candidate.
163 // resolve one address per instance.
169 void Resolve(const rtc::SocketAddress& address);
174 // The signal is sent when resolving the specified address is finished. Th
    [all...]
  /frameworks/base/core/java/android/net/
LinkProperties.java 204 * Returns all the addresses on this link. We often think of a link having a single address,
207 * prefix lengths for each address. This is a simplified utility alternative to
236 private int findLinkAddressIndex(LinkAddress address) {
238 if (mLinkAddresses.get(i).isSameAddressAs(address)) {
247 * same address/prefix does not already exist. If it does exist it is replaced.
248 * @param address The {@code LinkAddress} to add.
249 * @return true if {@code address} was added or updated, false otherwise.
252 public boolean addLinkAddress(LinkAddress address) {
253 if (address == null) {
256 int i = findLinkAddressIndex(address);
    [all...]
  /libcore/ojluni/src/main/java/java/net/
Inet6AddressImpl.java 42 * IPv4/IPv6 stack. {@code #anyLocalAddress()} will always return an IPv6 address.
64 // Is it a numeric address?
69 throw new UnknownHostException("Deprecated IPv4 address format: " + host);
102 // If we don't specify a socket type, every address will appear twice, once
108 for (InetAddress address : addresses) {
109 address.holder().hostName = host;
148 * Let's make sure we bind to an address of the proper family.
150 * be either an IPv6 address or an IPv4 address (case of a dual
166 // Interface doesn't support the address family o
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm.h 77 /* "PVC" address (also for SVCs); get only */
168 #define ATM_ITF_ANY -1 /* "magic" PVC address values */
176 unsigned short sap_family; /* address family, AF_ATMPVC */
177 struct { /* PVC address */
181 } sap_addr __ATM_API_ALIGN; /* PVC address */
186 #define ATM_ESA_LEN 20 /* ATM End System Address length */
206 unsigned short sas_family; /* address family, AF_ATMSVC */
207 struct { /* SVC address */
208 unsigned char prv[ATM_ESA_LEN];/* private ATM address */
209 char pub[ATM_E164_LEN+1]; /* public address (E.164) *
    [all...]

Completed in 1295 milliseconds

<<61626364656667686970>>