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

<<11121314151617181920>>

  /external/chromium/net/disk_cache/
backend_impl.h 95 FilePath GetFileName(Addr address) const;
97 // Returns the actual file used to store a given (non-external) address.
98 MappedFile* File(Addr address);
101 bool CreateExternalFile(Addr* address);
128 // |address| is the cache address of the entry.
129 void CacheEntryDestroyed(Addr address);
223 int NewEntry(Addr address, EntryImpl** entry, bool* dirty);
disk_cache_perftest.cc 217 disk_cache::Addr* address = new disk_cache::Addr[kNumEntries]; local
224 &address[i]));
235 files.DeleteBlock(address[entry], false);
237 &address[entry]));
242 delete[] address;
  /external/v8/src/
platform-nullos.cc 169 bool OS::IsOutsideAllocatedSpace(void* address) {
197 void OS::Protect(void* address, size_t size) {
202 void OS::Unprotect(void* address, size_t size, bool is_executable) {
259 bool VirtualMemory::Commit(void* address, size_t size, bool executable) {
265 bool VirtualMemory::Uncommit(void* address, size_t size) {
spaces.cc 59 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, Address start) {
64 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, Address start,
70 void HeapObjectIterator::Initialize(Address cur, Address end,
170 LOG(NewEvent("CodeRange", code_range_->address(), requested));
171 allocation_list_.Add(FreeBlock(code_range_->address(), code_range_->size()));
256 void CodeRange::FreeRawMemory(void* address, size_t length) {
257 free_list_.Add(FreeBlock(address, length));
258 code_range_->Uncommit(address, length);
329 if (chunks_[i].address() != NULL) DeleteChunk(i)
2750 Address address = object->address(); local
    [all...]
zone.cc 36 Address Zone::position_ = 0;
37 Address Zone::limit_ = 0;
45 // Segments represent chunks of memory: They have starting address
59 Address start() const { return address(sizeof(Segment)); }
60 Address end() const { return address(size_); }
87 // Computes the address of the nth byte in this segment.
88 Address address(int n) const function in class:v8::internal::Segment
    [all...]
  /libcore/luni/src/main/java/java/nio/
ReadWriteDirectByteBuffer.java 57 ReadWriteDirectByteBuffer(SafeAddress address, int capacity, int offset) {
58 super(address, capacity, offset);
61 ReadWriteDirectByteBuffer(PlatformAddress address, int aCapacity,
63 super(new SafeAddress(address), aCapacity, anOffset);
68 return this.safeAddress.address.toInt();
  /libcore/luni/src/main/native/
ifaddrs-android.h 51 // Interface network address.
98 // Netlink gives us the address family in the header, and the
103 // Set the address proper...
127 // Returns a pointer to the first byte in the address data (which is
172 // Ask for the address information.
197 ifaddrmsg* address = reinterpret_cast<ifaddrmsg*>(NLMSG_DATA(hdr)); local
198 rtattr* rta = IFA_RTA(address);
202 int family = address->ifa_family;
205 if (!(*result)->setNameAndFlagsByIndex(address->ifa_index)) {
209 (*result)->setNetmask(family, address->ifa_prefixlen)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 99 mAddress = (EditText) findViewById(R.id.address);
206 WebAddress address; local
208 address = new WebAddress(unfilteredUrl);
212 if (address.mHost.length() == 0) {
215 url = address.toString();
  /external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java 197 // convert the socket address to an HttpHost
198 if (!(p.address() instanceof InetSocketAddress)) {
200 ("Unable to handle non-Inet proxy address: "+p.address());
202 final InetSocketAddress isa = (InetSocketAddress) p.address();
214 * @param isa the socket address
217 * as a literal IP address string
  /external/chromium/base/
pe_image.h 31 // function is the actual address of the symbol. If forward is not null, it
40 // name_table and iat point to the imports name table and address table for
72 PVOID address, PVOID cookie);
107 // Returns the address of a given directory entry.
110 // Returns the section header for a given address.
114 PIMAGE_SECTION_HEADER GetImageSectionFromAddr(PVOID address) const;
133 // Returns the address for a given exported symbol.
207 // Converts an rva value to the appropriate address.
214 // Converts an address to an offset on disk.
216 bool ImageAddrToOnDiskOffset(LPVOID address, DWORD *on_disk_offset) const
    [all...]
pe_image.cc 90 PIMAGE_SECTION_HEADER PEImage::GetImageSectionFromAddr(PVOID address) const {
91 PBYTE target = reinterpret_cast<PBYTE>(address);
300 PVOID address = RVAToAddr(base->VirtualAddress + (*reloc & 0x0FFF)); local
302 if (!callback(*this, type, address, cookie))
382 PIMAGE_THUNK_DATA bound_iat; // address of the optional bound IAT
383 PIMAGE_THUNK_DATA unload_iat; // address of optional copy of original IAT
497 LPVOID address = RVAToAddr(rva); local
498 return ImageAddrToOnDiskOffset(address, on_disk_offset);
501 bool PEImage::ImageAddrToOnDiskOffset(LPVOID address,
503 if (NULL == address)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 67 import javax.sip.address.Router;
300 * getHostByName. Specifying your own address resolver allows you to customize
301 * address lookup. The default address resolver is a pass-through address
535 String address = configurationProperties local
538 /** Retrieve the stack IP address */
539 if (address != null) {
540 // In version 1.2 of the spec the IP address is
543 super.setHostAddress(address);
    [all...]
Utils.java 135 public synchronized String generateCallIdentifier(String address) {
142 return cidString + "@" + address;
  /external/qemu/proxy/
proxy_http_connector.c 58 sock_address_to_string(&root->address));
177 SockAddress* address )
192 proxy_connection_init( conn->root, s, address, service->root,
  /frameworks/base/core/jni/
android_bluetooth_ScoSocket.cpp 87 static int connect_work(const char *address, uint16_t sco_pkt_type);
93 static uint16_t getScoType(char *address, const char *name);
123 char address[BTADDR_SIZE]; // BT addres as string member in struct:android::thread_data_t
246 static uint16_t getScoType(char *address, const char *name) {
365 static jboolean connectNative(JNIEnv *env, jobject object, jstring address,
402 c_address = env->GetStringUTFChars(address, NULL);
403 strlcpy(data->address, c_address, BTADDR_SIZE);
404 env->ReleaseStringUTFChars(address, c_address);
413 data->sco_pkt_type = getScoType(data->address, c_name);
467 sk = connect_work(data->address, data->sco_pkt_type)
    [all...]
  /frameworks/base/services/java/com/android/server/
DockObserver.java 149 String address = BluetoothService.readDockBluetoothAddress();
150 if (address != null)
152 BluetoothAdapter.getDefaultAdapter().getRemoteDevice(address));
  /external/iproute2/doc/
ip-cref.tex 113 \item \verb|address| --- protocol (IP or IPv6) address on a device
117 \item \verb|maddress| --- multicast address
123 abbreviated form, f.e.\ \verb|address| is abbreviated as \verb|addr|
164 IP address {\em et al\/}. In this case \verb|ip| prints an error message
281 \item \verb|address LLADDRESS|
283 --- change the station address of the interface.
287 --- change the link layer broadcast address or the peer address when
293 broadcast address will break networking
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 163 printf("Unable to load entry at address 0x%x\n", next_addr_);
180 printf("Unable to load entry at address 0x%x\n", index_->table[i]);
189 disk_cache::Addr address(addr);
190 disk_cache::MappedFile* file = block_files_.GetFile(address);
194 disk_cache::CacheEntryBlock entry_block(file, address);
205 disk_cache::Addr address(addr);
206 disk_cache::MappedFile* file = block_files_.GetFile(address);
210 disk_cache::CacheRankingsBlock rank_block(file, address);
  /external/quake/quake/src/WinQuake/
net_udp.cpp 59 // 2) It doesn't handle the IP address changing over time
152 // determine my name & address
233 } address; local
242 address.in.sin_family = AF_INET;
243 address.in.sin_addr.s_addr = INADDR_ANY;
244 address.in.sin_port = htons(port);
245 if( bind (newsocket, &address.sockaddr, sizeof(address.in)) == -1)
270 this lets you type only as much of the net address as required, using
  /bionic/libc/kernel/arch-sh/asm/
processor_64.h 96 unsigned long address; member in struct:thread_struct
103 #define INIT_THREAD { .sp = sizeof(init_stack) + (long) &init_stack, .pc = 0, .kregs = &fake_swapper_regs, .uregs = NULL, .trap_no = 0, .error_code = 0, .address = 0, .fpu = { { { 0, } }, } }
  /development/tools/monkeyrunner/etc/
monkeyrunner 59 java_debug=-agentlib:jdwp=transport=dt_socket,server=y,address=8050,suspend=y
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 93 * @param localAddress local address
134 for (InetAddress address: addresses) {
136 sock.connect(new InetSocketAddress(address, port), timeout);
  /external/bluetooth/bluez/plugins/
echo.c 68 char address[18]; local
83 ba2str(&addr.rc_bdaddr, address);
  /external/kernel-headers/original/asm-x86/
mpspec_32.h 29 extern void mp_register_lapic_address (u64 address);
30 extern void mp_register_ioapic (u8 id, u32 address, u32 gsi_base);
  /external/libvpx/vp8/common/
textblit.c 14 void vp8_blit_text(const char *msg, unsigned char *address, const int pitch)
17 unsigned char *output_pos = address;

Completed in 1762 milliseconds

<<11121314151617181920>>