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

<<21222324252627282930>>

  /external/v8/src/heap/
store-buffer.h 34 inline void Mark(Address addr);
38 inline void MarkSynchronized(Address addr);
54 inline void EnterDirectlyIntoStoreBuffer(Address addr);
63 static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address);
79 old_top_ = reinterpret_cast<Address*>(top);
105 Address* start_;
106 Address* limit_;
108 Address* old_start_;
109 Address* old_limit_;
110 Address* old_top_
    [all...]
spaces.h 81 #define DCHECK_PAGE_ALIGNED(address) \
82 DCHECK((OffsetFrom(address) & Page::kPageAlignmentMask) == 0)
84 #define DCHECK_OBJECT_ALIGNED(address) \
85 DCHECK((OffsetFrom(address) & kObjectAlignmentMask) == 0)
188 INLINE(Address address()) { return reinterpret_cast<Address>(this); } function in class:v8::internal::Bitmap
190 INLINE(static Bitmap* FromAddress(Address addr)) {
394 + kPointerSize // Address area_start_
395 + kPointerSize // Address area_end
476 Address address() { return reinterpret_cast<Address>(this); } function in class:v8::internal::MemoryChunk
2308 Address address() { return reinterpret_cast<Address>(this); } function in class:v8::internal::NewSpacePage
    [all...]
  /external/valgrind/coregrind/
link_tool_exe_linux.in 4 # statically and at an alternative load address.
9 # address is needed because Valgrind itself will load the client at
10 # whatever address it specifies, which is almost invariably the
11 # default load address. Hence we can't allow Valgrind itself (viz,
12 # the tool executable) to be loaded at that address.
15 # alternative address', so these link_tool_exe_*.in scripts handle
20 # the alternative load address
33 # set the text segment address if that is all we have. We really
35 # (like the build-id) don't get at the desired address. But older
42 # load address and so defeats our attempts to keep that address clea
    [all...]
  /external/valgrind/memcheck/tests/solaris/
name_service_door.stderr.exp-amd64 6 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
12 Address 0x........ is 12 bytes after a block of size 4 alloc'd
18 Address 0x........ is 32 bytes before an unallocated block of size 4,194,048 in arena "client"
22 Address 0x........ is 24 bytes before an unallocated block of size 4,194,048 in arena "client"
26 Address 0x........ is 16 bytes before an unallocated block of size 4,194,048 in arena "client"
30 Address 0x........ is 8 bytes before an unallocated block of size 4,194,048 in arena "client"
34 Address 0x........ is 0 bytes inside an unallocated block of size 4,194,048 in arena "client"
38 Address 0x........ is 8 bytes inside an unallocated block of size 4,194,048 in arena "client"
42 Address 0x........ is 24 bytes after a block of size 16 in arena "client"
46 Address 0x........ is 0 bytes after a block of size 4 alloc'
    [all...]
scalar_spawn.stderr.exp 21 Address 0x........ is not stack'd, malloc'd or (recently) free'd
25 Address 0x........ is not stack'd, malloc'd or (recently) free'd
29 Address 0x........ is not stack'd, malloc'd or (recently) free'd
33 Address 0x........ is not stack'd, malloc'd or (recently) free'd
37 Address 0x........ is not stack'd, malloc'd or (recently) free'd
41 Address 0x........ is not stack'd, malloc'd or (recently) free'd
45 Address 0x........ is not stack'd, malloc'd or (recently) free'd
64 Address 0x........ is not stack'd, malloc'd or (recently) free'd
68 Address 0x........ is on thread 1's stack
72 Address 0x........ is on thread 1's stac
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp 131 char address[65]; local
136 while (sscanf(addresses, " %64[^/]/%d %n", address, &prefix, &chars) == 2) {
139 if (strchr(address, ':')) {
140 // Add an IPv6 address.
141 if (inet_pton(AF_INET6, address, &ifr6.ifr6_addr) != 1 ||
153 // Add an IPv4 address.
154 if (inet_pton(AF_INET, address, as_in_addr(&ifr4.ifr_addr)) != 1 ||
175 ALOGD("Address added on %s: %s/%d", name, address, prefix);
180 ALOGE("Invalid address: %s/%d", address, prefix)
221 const char *address = jAddress ? env->GetStringUTFChars(jAddress, NULL) : NULL; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 24 // mapping an IPv4 address inside an IPv6 address at transport
32 // isIPv4 returns true if the Addr contains an IPv4 address.
45 // first returns the first address which satisfies strategy, or if
46 // none do, then the first address of any kind.
56 // partition divides an address list into two categories, using a
57 // strategy function to assign a boolean label to each address.
58 // The first address, and any with a matching label, are returned as
76 var errNoSuitableAddress = errors.New("no suitable address found")
80 // and ipv6only. It returns every address when the filter is nil
    [all...]
  /prebuilts/go/linux-x86/src/net/
ipsock.go 24 // mapping an IPv4 address inside an IPv6 address at transport
32 // isIPv4 returns true if the Addr contains an IPv4 address.
45 // first returns the first address which satisfies strategy, or if
46 // none do, then the first address of any kind.
56 // partition divides an address list into two categories, using a
57 // strategy function to assign a boolean label to each address.
58 // The first address, and any with a matching label, are returned as
76 var errNoSuitableAddress = errors.New("no suitable address found")
80 // and ipv6only. It returns every address when the filter is nil
    [all...]
  /external/google-breakpad/src/common/
dwarf_line_to_module.h 67 // line parser will call AddLine with a series of lines starting at address
72 // Extended opcode 2: set Address to 0x0
75 // Special opcode 48: advance Address by 3 to 0x3 and Line by 1 to 16
76 // Special opcode 119: advance Address by 8 to 0xb and Line by 2 to 18
80 // Extended opcode 2: set Address to 0x0
83 // Special opcode 48: advance Address by 3 to 0x3 and Line by 1 to 16
84 // Special opcode 119: advance Address by 8 to 0xb and Line by 2 to 18
88 // Extended opcode 2: set Address to 0x0
91 // Special opcode 48: advance Address by 3 to 0x3 and Line by 1 to 21
92 // Special opcode 76: advance Address by 5 to 0x8 and Line by 1 to 2
    [all...]
  /external/toybox/toys/other/
netcat.c 19 -s local ipv4 address
59 char *source_address; // -s Bind to a specific source address.
77 // Translate x.x.x.x numeric IPv4 address, or else DNS lookup an IPv4 name.
111 struct sockaddr_in address; local
118 memset(&address, 0, sizeof(address));
119 address.sin_family = AF_INET;
121 address.sin_port = SWAP_BE16(TT.port);
123 lookup_name(TT.source_address, (uint32_t *)&address.sin_addr);
124 if (bind(sockfd, (struct sockaddr *)&address, sizeof(address))
    [all...]
  /external/v8/src/base/platform/
platform-cygwin.cc 103 // No library name found, just record the raw address range.
138 // For exectutable pages try and randomize the allocation address
144 // After three attempts give up and let the OS find an address to use.
163 void* address = ReserveRegion(request_size); local
164 if (address == NULL) return;
165 uint8_t* base = RoundUp(static_cast<uint8_t*>(address), alignment);
167 bool result = ReleaseRegion(address, request_size);
170 address = VirtualAlloc(base, size, MEM_RESERVE, PAGE_NOACCESS);
171 if (address != NULL) {
173 DCHECK(base == static_cast<uint8_t*>(address));
    [all...]
  /external/webrtc/webrtc/base/
autodetectproxy.cc 54 Url<char> url(proxy_.address.HostAsURIString());
57 proxy_.address.SetIP(url.host());
59 LOG(LS_INFO) << "AutoDetectProxy found proxy at " << proxy_.address;
100 proxy().address.hostname(),
103 IPAddress address_ip = proxy().address.ipaddr();
105 uint16_t address_port = proxy().address.port();
137 LOG(LS_VERBOSE) << "Resolved " << proxy_.address << " to "
138 << resolver_->address();
139 proxy_.address = resolver_->address();
    [all...]
  /system/connectivity/shill/net/
ip_address_unittest.cc 62 EXPECT_TRUE(good_addr.address().Equals(good_bytes));
143 EXPECT_TRUE(addr4.address().IsZero());
144 EXPECT_TRUE(addr4.address().Equals(ByteString(4)));
153 EXPECT_TRUE(addr6.address().IsZero());
154 EXPECT_TRUE(addr6.address().Equals(ByteString(16)));
173 IPAddress address(IPAddress::kFamilyIPv4);
176 EXPECT_FALSE(address.SetAddressAndPrefixFromString(""));
177 EXPECT_FALSE(address.SetAddressAndPrefixFromString(kString1));
178 EXPECT_FALSE(address.SetAddressAndPrefixFromString(kString1 + "/"));
179 EXPECT_FALSE(address.SetAddressAndPrefixFromString(kString1 + "/10x"))
225 IPAddress address = IPAddress::GetAddressMaskFromPrefix(GetParam().family, local
343 string address; member in struct:shill::NetworkPartMapping
403 string address; member in struct:shill::MinPrefixLengthMapping
    [all...]
  /external/google-breakpad/src/processor/
basic_source_line_resolver.cc 144 // StoreRange will fail if the function has an invalid address or size.
147 functions_.StoreRange(cur_func->address, cur_func->size, cur_func);
176 cur_func->lines.StoreRange(line->address, line->size,
191 MemAddr address = frame->instruction - frame->module->base_address(); local
193 // First, look for a FUNC record that covers address. Use
197 // need to check that address indeed falls within the function we
204 if (functions_.RetrieveNearestRange(address, &func,
206 address >= function_base && address - function_base < function_size) {
212 if (func->lines.RetrieveRange(address, &line, &line_base, NULL))
230 MemAddr address = frame->instruction - frame->module->base_address(); local
279 MemAddr address = frame->instruction - frame->module->base_address(); local
323 uint64_t address; local
336 uint64_t address; local
349 uint64_t address; local
    [all...]
  /external/v8/src/ppc/
assembler-ppc-inl.h 57 Address target = Memory::Address_at(pc_);
62 Address target = Assembler::target_address_at(pc_, host_);
69 Address RelocInfo::target_internal_reference() {
81 Address RelocInfo::target_internal_reference_address() {
83 return reinterpret_cast<Address>(pc_);
87 Address RelocInfo::target_address() {
93 Address RelocInfo::target_address_address() {
100 // by the serializer and expects the address to reside within the code
102 return reinterpret_cast<Address>(pc_);
105 // Read the address of the word containing the target_address in a
234 Address address = Memory::Address_at(pc_); local
248 Address address = cell->address() + Cell::kValueOffset; local
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
memory_region.h 52 // The base address of this memory region.
58 // Access to data of various sizes within the memory region. address
60 // defined by its base address and size. The location pointed to by
61 // value is set to the value at address. Byte-swapping is performed
63 // program. Returns true on success. Fails and returns false if address
66 virtual bool GetMemoryAtAddress(uint64_t address, uint8_t* value) const = 0;
67 virtual bool GetMemoryAtAddress(uint64_t address, uint16_t* value) const = 0;
68 virtual bool GetMemoryAtAddress(uint64_t address, uint32_t* value) const = 0;
69 virtual bool GetMemoryAtAddress(uint64_t address, uint64_t* value) const = 0;
  /external/libnl/src/
nl-addr-delete.c 22 "Usage: nl-addr-delete [OPTION]... [ADDRESS]\n"
31 "Address Options\n"
32 " -a, --local=ADDR Local address.\n"
34 " --family=FAMILY Family of local address.\n"
35 " --label=STRING Address label (IPv4).\n"
36 " --peer=ADDR Peer address (IPv4).\n"
37 " --scope=SCOPE Address scope (IPv4).\n"
38 " --broadcast=ADDR Broadcast address of network (IPv4).\n"
60 nl_cli_fatal(err, "Unable to delete address: %s\n",
  /external/llvm/tools/lli/
RemoteTargetMessage.h 43 // Child: { LLI_AllocationResult, 8, Address }
46 // Parent: { LLI_LoadDataSection, 8+Size, Address, Data }
50 // Parent: { LLI_LoadCodeSection, 8+Size, Address, Code }
54 // Parent: { LLI_Execute, 8, Address }
65 LLI_AllocationResult, // Data = uint64_t Address (child memory space)
67 LLI_LoadCodeSection, // Data = uint64_t Address, void * SectionData
68 LLI_LoadDataSection, // Data = uint64_t Address, void * SectionData
71 LLI_Execute, // Data = uint64_t Address
79 LLI_Status_NotAllocated, // Address+Size not allocated in child space
  /external/valgrind/memcheck/tests/
holey_buffer_too_small.stderr.exp 2 ---- part defined, address error at end ----
6 Address 0x........ is 4 bytes inside a block of size 8 alloc'd
15 Address 0x........ is 0 bytes after a block of size 8 alloc'd
20 ---- part defined, address error at start ----
24 Address 0x........ is 1 bytes before a block of size 8 alloc'd
29 ---- fully defined, address error at end ----
33 Address 0x........ is 0 bytes after a block of size 8 alloc'd
38 ---- fully defined, address error at start ----
42 Address 0x........ is 1 bytes before a block of size 8 alloc'd
  /frameworks/base/telecomm/java/android/telecom/
GatewayInfo.java 25 * Encapsulated gateway address information for outgoing call. When calls are made, the system
26 * provides a facility to specify two addresses for the call: one to display as the address being
27 * dialed and a separate (gateway) address to actually dial. Telecom provides this information to
30 * The data consists of an address to call, an address to display and the package name of the
33 * <li> Call the appropriate gateway address.
51 * This can be used to identify the gateway address source and to load an appropriate icon when
59 * Returns the gateway address to dial when placing the call.
66 * Returns the address that the user is trying to connect to via the gateway.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
if_ether.h 66 * Ethernet Address Resolution Protocol.
74 u_int8_t arp_sha[ETH_ALEN]; /* sender hardware address */
75 u_int8_t arp_spa[4]; /* sender protocol address */
76 u_int8_t arp_tha[ETH_ALEN]; /* target hardware address */
77 u_int8_t arp_tpa[4]; /* target protocol address */
86 * Macro to map an IP multicast address to an Ethernet multicast address.
87 * The high-order 25 bits of the Ethernet address are statically assigned,
88 * and the low-order 23 bits are taken from the low end of the IP address.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_ether.h 66 * Ethernet Address Resolution Protocol.
74 u_int8_t arp_sha[ETH_ALEN]; /* sender hardware address */
75 u_int8_t arp_spa[4]; /* sender protocol address */
76 u_int8_t arp_tha[ETH_ALEN]; /* target hardware address */
77 u_int8_t arp_tpa[4]; /* target protocol address */
86 * Macro to map an IP multicast address to an Ethernet multicast address.
87 * The high-order 25 bits of the Ethernet address are statically assigned,
88 * and the low-order 23 bits are taken from the low end of the IP address.
  /system/bt/service/doc/
IBluetoothLowEnergy.txt 40 /* Initiates a BLE connection do device with address |address|. If
44 boolean Connect(in int client_id, in const char* address,
47 /* Disconnect from previously connected BLE device with address |address|.
50 boolean Disconnect(in int client_id, in const char* address);
53 * Sends request to set MTU to |mtu| for the device with address |address|.
57 boolean setMtu(in int client_id, in char* address, int mtu);
  /external/android-clat/
setif.c 32 * adds an IP address to/from an interface, returns 0 on success and <0 on failure
34 * family - address family (AF_INET, AF_INET6)
35 * address - pointer to a struct in_addr or in6_addr
37 * broadcast - broadcast address (only for AF_INET, ignored for AF_INET6)
39 int add_address(const char *ifname, int family, const void *address, int prefixlen, const void *broadcast) {
66 if(nla_put(msg, IFA_LOCAL, addr_size, address) < 0) {
72 if(nla_put(msg, IFA_ADDRESS, addr_size, address) < 0) {
156 * adds an anycast IPv6 address to an interface, returns 0 on success and <0 on failure
157 * sock - the socket to add the address to
158 * addr - the IP address to ad
    [all...]
  /external/dbus/dbus/
dbus-server-unix.c 43 * Tries to interpret the address entry in a platform-specific
47 * @param entry an address entry
49 * @param error location to store rationale for failure on bad address
153 DBusString address; local
162 _dbus_string_init_const (&address, "systemd:");
164 *server_p = _dbus_server_new_for_socket (fds, n, &address, NULL);
231 DBusString address; local
237 if (!_dbus_string_init (&address))
245 !_dbus_string_append (&address, "unix:abstract=")) ||
247 !_dbus_string_append (&address, "unix:path=")) |
    [all...]

Completed in 758 milliseconds

<<21222324252627282930>>