HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 276 - 300 of 991) sorted by null

<<11121314151617181920>>

  /external/v8/src/
spaces.h 51 // address of the next page and its ownership information. The second word may
52 // have the allocation top address of this page. The next 248 bytes are
68 #define ASSERT_PAGE_ALIGNED(address) \
69 ASSERT((OffsetFrom(address) & Page::kPageAlignmentMask) == 0)
71 #define ASSERT_OBJECT_ALIGNED(address) \
72 ASSERT((OffsetFrom(address) & kObjectAlignmentMask) == 0)
74 #define ASSERT_MAP_ALIGNED(address) \
75 ASSERT((OffsetFrom(address) & kMapAlignmentMask) == 0)
94 // address is always aligned to the 8K page size. A page is divided into
100 // for a pointer in the remembered set. Given an address, its remembered se
142 Address address() { return reinterpret_cast<Address>(this); } function in class:v8::internal::Page
554 Address address() { return address_; } function in class:v8::internal::MemoryAllocator::BASE_EMBEDDED
1923 Address address() { return reinterpret_cast<Address>(this); } function in class:v8::internal::LargeObjectChunk
    [all...]
platform-linux.cc 195 static void UpdateAllocatedSpaceLimits(void* address, int size) {
196 lowest_ever_allocated = Min(lowest_ever_allocated, address);
199 reinterpret_cast<void*>(reinterpret_cast<char*>(address) + size));
203 bool OS::IsOutsideAllocatedSpace(void* address) {
204 return address < lowest_ever_allocated || address >= highest_ever_allocated;
229 void OS::Free(void* address, const size_t size) {
231 int result = munmap(address, size);
239 void OS::Protect(void* address, size_t size) {
241 mprotect(address, size, PROT_READ)
    [all...]
platform.h 181 // Returns the address of allocated memory, or NULL if failed.
185 static void Free(void* address, const size_t size);
191 static void Protect(void* address, size_t size);
192 static void Unprotect(void* address, size_t size, bool is_executable);
216 void* address; member in struct:v8::internal::OS::StackFrame
290 // Returns the start address of the reserved memory.
291 void* address() { function in class:v8::internal::VirtualMemory
300 bool Commit(void* address, size_t size, bool is_executable);
303 bool Uncommit(void* address, size_t size);
306 void* address_; // Start address of the virtual memory
    [all...]
assembler.h 98 // Relocation information consists of the address (pc) of the datum
133 EXTERNAL_REFERENCE, // The address of an external C++ function.
134 INTERNAL_REFERENCE, // An address inside the same function.
192 INLINE(Address target_address());
193 INLINE(void set_target_address(Address target));
199 // Read the address of the word containing the target_address. Can only
201 INLINE(Address target_address_address());
205 INLINE(Address* target_reference_address());
207 // Read/modify the address of a call instruction. This is used to relocate
210 INLINE(Address call_address())
447 Address address() const {return reinterpret_cast<Address>(address_);} function in class:v8::internal::BASE_EMBEDDED
494 void* address = reinterpret_cast<void*>(address_arg); local
    [all...]
  /libcore/luni/src/main/native/
NativeConverter.cpp 61 static UConverter* toUConverter(jlong address) {
62 return reinterpret_cast<UConverter*>(static_cast<uintptr_t>(address));
76 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) {
77 ucnv_close(toUConverter(address));
80 static jint NativeConverter_encode(JNIEnv* env, jclass, jlong address,
84 UConverter* cnv = toUConverter(address);
132 static jint NativeConverter_decode(JNIEnv* env, jclass, jlong address,
136 UConverter* cnv = toUConverter(address);
183 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) {
184 UConverter* cnv = toUConverter(address);
    [all...]
  /external/freetype/src/base/
ftdbgmem.c 93 FT_Byte* address; member in struct:FT_MemNodeRec_
285 hash = FT_MEM_VAL( node->address ) % new_size;
371 "leaked memory block at address %p, size %8ld in (%s:%ld)\n",
372 node->address, node->size,
379 ft_mem_table_free( table, node->address );
382 node->address = NULL;
431 FT_Byte* address )
437 hash = FT_MEM_VAL( address );
446 if ( node->address == address )
    [all...]
  /external/dbus/dbus/
dbus-transport.c 30 #include "dbus-address.h"
88 * @param address the address of the transport
95 const DBusString *address)
126 _dbus_assert (address == NULL);
131 _dbus_assert (address != NULL);
133 if (!_dbus_string_copy_data (address, &address_copy))
152 transport->address = address_copy;
174 if (transport->address)
175 _dbus_verbose ("Initialized transport on address %s\n", transport->address)
248 DBusString address; local
    [all...]
dbus-server-protected.h 30 #include <dbus/dbus-address.h>
69 char *address; /**< Address this server is listening on. */ member in struct:DBusServer
95 const DBusString *address);
117 DBUS_SERVER_LISTEN_NOT_HANDLED, /**< we aren't in charge of this address type */
119 DBUS_SERVER_LISTEN_BAD_ADDRESS, /**< malformed address */
120 DBUS_SERVER_LISTEN_DID_NOT_CONNECT /**< well-formed address but failed to set it up */
dbus-server.c 31 #include "dbus-address.h"
55 /* this is a little fragile since it assumes the address doesn't
59 copy_address_with_guid_appended (const DBusString *address,
68 if (!_dbus_string_copy (address, 0, &with_guid,
92 * @param address the server's address
98 const DBusString *address)
103 server->address = NULL;
115 server->address = copy_address_with_guid_appended (address,
    [all...]
dbus.h 30 #include <dbus/dbus-address.h>
  /frameworks/base/core/java/android/provider/
Telephony.java 80 * The address of the other party
83 public static final String ADDRESS = "address";
205 * @param address the address of the sender
214 Uri uri, String address, String body, String subject,
216 return addMessageToUri(resolver, uri, address, body, subject,
225 * @param address the address of the sender
235 Uri uri, String address, String body, String subject
    [all...]
  /external/qemu/
sockets.h 164 /* Generic socket address structure. Note that for Unix
173 uint32_t address; member in struct:__anon6409::__anon6410::__anon6411
177 uint8_t address[16]; member in struct:__anon6409::__anon6410::__anon6412
189 /* initialize a new IPv4 socket address, the IP address and port are
194 /* Initialize an IPv6 socket address, the address is in network order
201 /* Intialize a Unix socket address, this will copy the 'path' string into the
208 /* Finalize a socket address, only needed for now for Unix addresses */
218 /* return a static string describing the address */
    [all...]
sockets.c 82 EE(WSAEFAULT,EFAULT,"bad address") \
89 EE(WSAEDESTADDRREQ,EDESTADDRREQ,"destination address required") \
93 EE(WSAEADDRINUSE,EADDRINUSE,"address already in use") \
94 EE(WSAEADDRNOTAVAIL,EADDRNOTAVAIL,"cannot assign requested address") \
241 a->u.inet.address = ip;
249 memcpy( a->u.in6.address, ip6, sizeof(a->u.in6.address) );
373 buf = format_ip4( buf, end, a->u.inet.address );
379 buf = format_ip6( buf, end, a->u.in6.address );
403 return (a->u.inet.address == b->u.inet.address &
    [all...]
  /frameworks/base/core/java/android/text/util/
Rfc822Tokenizer.java 26 * address list fields, and also provides a method for converting
47 StringBuilder address = new StringBuilder(); local
65 if (address.length() > 0) {
67 address.toString(),
76 address.setLength(0);
135 address.append(c);
150 if (address.length() > 0) {
152 address.toString(),
306 * Terminates the specified address with a comma and space.
  /external/webkit/WebCore/html/
ValidityState.cpp 166 bool ValidityState::isValidEmailAddress(const String& address)
168 int addressLength = address.length();
175 int matchOffset = regExp.match(address, 0, &matchLength);
  /frameworks/base/core/java/android/bluetooth/
ScoSocket.java 86 /** Connect this SCO socket to the given BT address.
89 public synchronized boolean connect(String address, String name) {
96 if (connectNative(address, name)) {
105 private native boolean connectNative(String address, String name);
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 281 transient int address; field in class:Pattern
400 address = compileImpl(icuPattern, icuFlags);
437 closeImpl(address);
  /bionic/libc/kernel/common/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /development/ndk/platforms/android-3/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /external/dbus/bus/
activation.h 32 const DBusString *address,
  /external/ipsec-tools/src/racoon/
plog.h 48 #define plog(level, location, address, ...) \
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObjectList.java 29 package gov.nist.javax.sip.address;
RFC2396UrlDecoder.java 26 package gov.nist.javax.sip.address;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ErrorInfoParser.java 29 import gov.nist.javax.sip.address.*;
108 * Fix for issue #230, restructured the code such that parsing for any address appearing without '<' '>'
131 * CVS: address here. If this is your work then delete this line.
170 * CVS: address here. If this is your work then delete this line.
  /external/nist-sip/java/javax/sip/
SipStack.java 5 import javax.sip.address.Router;

Completed in 2609 milliseconds

<<11121314151617181920>>