OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMap
(Results
1 - 11
of
11
) sorted by null
/external/chromium/net/disk_cache/
bitmap.h
65
void
SetMap
(const uint32* map, int size);
bitmap.cc
131
void Bitmap::
SetMap
(const uint32* map, int size) {
bitmap_unittest.cc
97
bitmap.
SetMap
(reinterpret_cast<uint32*>(local_map), kMapSize / 4);
sparse_control.cc
98
children_map_.
SetMap
(data->bitmap, num_bits / 32);
424
children_map_.
SetMap
(reinterpret_cast<uint32*>(buf->data()), map_len);
/external/chromium_org/net/disk_cache/
bitmap.h
65
void
SetMap
(const uint32* map, int size);
bitmap.cc
131
void Bitmap::
SetMap
(const uint32* map, int size) {
bitmap_unittest.cc
97
bitmap.
SetMap
(reinterpret_cast<uint32*>(local_map), kMapSize / 4);
sparse_control.cc
99
children_map_.
SetMap
(data->bitmap, num_bits / 32);
438
children_map_.
SetMap
(reinterpret_cast<uint32*>(buf->data()), map_len);
/art/runtime/
elf_file.cc
84
if (!
SetMap
(MemMap::MapFile(elf_header_size, prot, flags, file_->Fd(), 0))) {
95
if (!
SetMap
(MemMap::MapFile(program_header_size, prot, flags, file_->Fd(), 0))) {
101
if (!
SetMap
(MemMap::MapFile(file_->GetLength(), prot, flags, file_->Fd(), 0))) {
172
bool ElfFile::
SetMap
(MemMap* map) {
elf_file.h
125
bool
SetMap
(MemMap* map);
/external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc
99
children_map_.
SetMap
(data->bitmap, num_bits / 32);
442
children_map_.
SetMap
(reinterpret_cast<uint32*>(buf->data()), map_len);
Completed in 575 milliseconds