mask_ 111 cc/trees/layer_tree_host_unittest_occlusion.cc scoped_refptr<TestLayer> mask_; mask_ 231 cc/trees/layer_tree_host_unittest_occlusion.cc child_->SetMaskLayer(mask_.get()); mask_ 265 cc/trees/layer_tree_host_unittest_occlusion.cc child_->SetMaskLayer(mask_.get()); mask_ 256 chromeos/network/onc/onc_utils.cc : mask_(mask) { mask_ 266 chromeos/network/onc/onc_utils.cc return scoped_ptr<base::Value>(new base::StringValue(mask_)); mask_ 274 chromeos/network/onc/onc_utils.cc std::string mask_; mask_ 21 mojo/public/cpp/bindings/lib/array_internal.cc *storage_ |= mask_; mask_ 23 mojo/public/cpp/bindings/lib/array_internal.cc *storage_ &= ~mask_; mask_ 34 mojo/public/cpp/bindings/lib/array_internal.cc return (*storage_ & mask_) != 0; mask_ 77 mojo/public/cpp/bindings/lib/array_internal.h uint8_t mask_; mask_ 1983 net/disk_cache/backend_unittest.cc EXPECT_TRUE(CheckCacheIntegrity(cache_path_, new_eviction_, mask_)); mask_ 117 net/disk_cache/blockfile/backend_impl.cc mask_(0), mask_ 143 net/disk_cache/blockfile/backend_impl.cc mask_(mask), mask_ 521 net/disk_cache/blockfile/backend_impl.cc Addr entry_address(data_->table[hash & mask_]); mask_ 534 net/disk_cache/blockfile/backend_impl.cc } else if (data_->table[hash & mask_]) { mask_ 596 net/disk_cache/blockfile/backend_impl.cc data_->table[hash & mask_] = entry_address.value(); mask_ 728 net/disk_cache/blockfile/backend_impl.cc if (data_->table[hash & mask_]) mask_ 731 net/disk_cache/blockfile/backend_impl.cc data_->table[hash & mask_] = address.value(); mask_ 759 net/disk_cache/blockfile/backend_impl.cc data_->table[hash & mask_] = child; mask_ 783 net/disk_cache/blockfile/backend_impl.cc uint32 i = entry->GetHash() & mask_; mask_ 1419 net/disk_cache/blockfile/backend_impl.cc mask_ = 0; mask_ 1515 net/disk_cache/blockfile/backend_impl.cc Addr address(data_->table[hash & mask_]); mask_ 1555 net/disk_cache/blockfile/backend_impl.cc data_->table[hash & mask_] = child.value(); mask_ 1571 net/disk_cache/blockfile/backend_impl.cc address.set_value(data_->table[hash & mask_]); mask_ 1576 net/disk_cache/blockfile/backend_impl.cc DCHECK_EQ(hash & mask_, cache_entry->entry()->Data()->hash & mask_); mask_ 1925 net/disk_cache/blockfile/backend_impl.cc data_->header.num_entries * 100 / (mask_ + 1)); mask_ 2013 net/disk_cache/blockfile/backend_impl.cc if (!mask_) mask_ 2014 net/disk_cache/blockfile/backend_impl.cc mask_ = data_->header.table_len - 1; mask_ 2023 net/disk_cache/blockfile/backend_impl.cc DCHECK(mask_ < kuint32max); mask_ 2024 net/disk_cache/blockfile/backend_impl.cc for (unsigned int i = 0; i <= mask_; i++) { mask_ 2045 net/disk_cache/blockfile/backend_impl.cc DCHECK_EQ(i, cache_entry->entry()->Data()->hash & mask_); mask_ 364 net/disk_cache/blockfile/backend_impl.h uint32 mask_; // Binary mask to map a hash to the hash table. mask_ 159 net/disk_cache/blockfile/backend_impl_v3.cc data_->table[hash & mask_] = child; mask_ 487 net/disk_cache/blockfile/backend_impl_v3.cc Addr entry_address(data_->table[hash & mask_]); mask_ 500 net/disk_cache/blockfile/backend_impl_v3.cc } else if (data_->table[hash & mask_]) { mask_ 562 net/disk_cache/blockfile/backend_impl_v3.cc data_->table[hash & mask_] = entry_address.value(); mask_ 1214 net/disk_cache/blockfile/backend_impl_v3.cc Addr entry_address(data_->table[hash & mask_]); mask_ 1227 net/disk_cache/blockfile/backend_impl_v3.cc } else if (data_->table[hash & mask_]) { mask_ 1289 net/disk_cache/blockfile/backend_impl_v3.cc data_->table[hash & mask_] = entry_address.value(); mask_ 1459 net/disk_cache/blockfile/backend_impl_v3.cc if (!mask_) mask_ 1460 net/disk_cache/blockfile/backend_impl_v3.cc mask_ = data_->header.table_len - 1; mask_ 1470 net/disk_cache/blockfile/backend_impl_v3.cc DCHECK(mask_ < kuint32max); mask_ 1471 net/disk_cache/blockfile/backend_impl_v3.cc for (unsigned int i = 0; i <= mask_; i++) { mask_ 1492 net/disk_cache/blockfile/backend_impl_v3.cc DCHECK_EQ(i, cache_entry->entry()->Data()->hash & mask_); mask_ 213 net/disk_cache/blockfile/backend_worker_v3.cc mask_ = 0; mask_ 413 net/disk_cache/blockfile/backend_worker_v3.cc if (!mask_) mask_ 414 net/disk_cache/blockfile/backend_worker_v3.cc mask_ = data_->header.table_len - 1; mask_ 90 net/disk_cache/blockfile/eviction.cc index_size_ = backend->mask_ + 1; mask_ 467 net/disk_cache/blockfile/index_table_v3.cc int extra_size = (header()->max_bucket - mask_) * kCellsPerBucket; mask_ 499 net/disk_cache/blockfile/index_table_v3.cc mask_ = ((kBaseTableLen / kCellsPerBucket) << extra_bits_) - 1; mask_ 512 net/disk_cache/blockfile/index_table_v3.cc int old_main_table_bit_words = ((mask_ >> 1) + 1) * kCellsPerBucket / 32; mask_ 579 net/disk_cache/blockfile/index_table_v3.cc int bucket_num = static_cast<int>(hash & mask_); mask_ 597 net/disk_cache/blockfile/index_table_v3.cc HandleMisplacedCell(current_cell, cell_num, hash & mask_); mask_ 608 net/disk_cache/blockfile/index_table_v3.cc bucket_num = GetNextBucket(mask_ + 1, header()->max_bucket, extra_table_, mask_ 618 net/disk_cache/blockfile/index_table_v3.cc int bucket_num = static_cast<int>(hash & mask_); mask_ 633 net/disk_cache/blockfile/index_table_v3.cc bucket_num = GetNextBucket(mask_ + 1, header()->max_bucket, extra_table_, mask_ 642 net/disk_cache/blockfile/index_table_v3.cc bucket = &extra_table_[bucket_num - (mask_ + 1)]; mask_ 643 net/disk_cache/blockfile/index_table_v3.cc bucket->hash = hash & mask_; mask_ 797 net/disk_cache/blockfile/index_table_v3.cc int bucket_num = static_cast<int>(hash & mask_); mask_ 818 net/disk_cache/blockfile/index_table_v3.cc bucket_num = GetNextBucket(mask_ + 1, header()->max_bucket, extra_table_, mask_ 850 net/disk_cache/blockfile/index_table_v3.cc if (bucket_num < static_cast<int32>(mask_ + 1)) { mask_ 854 net/disk_cache/blockfile/index_table_v3.cc bucket = &extra_table_[bucket_num - (mask_ + 1)]; mask_ 891 net/disk_cache/blockfile/index_table_v3.cc for (int i = 0; i < static_cast<int32>(mask_ + 1); i++) { mask_ 897 net/disk_cache/blockfile/index_table_v3.cc bucket_num = GetNextBucket(mask_ + 1, header()->max_bucket, extra_table_, mask_ 951 net/disk_cache/blockfile/index_table_v3.cc int max_hash = (mask_ + 1) / 2; mask_ 953 net/disk_cache/blockfile/index_table_v3.cc header()->max_bucket = mask_; mask_ 1077 net/disk_cache/blockfile/index_table_v3.cc CheckBucketList(hash & mask_); mask_ 1106 net/disk_cache/blockfile/index_table_v3.cc bucket_num = GetNextBucket(mask_ + 1, header()->max_bucket, extra_table_, mask_ 269 net/disk_cache/blockfile/index_table_v3.h uint32 mask_; // Binary mask to map a hash to the hash table. mask_ 57 net/disk_cache/disk_cache_test_base.cc mask_(0), mask_ 93 net/disk_cache/disk_cache_test_base.cc EXPECT_TRUE(CheckCacheIntegrity(cache_path_, new_eviction_, mask_)); mask_ 251 net/disk_cache/disk_cache_test_base.cc EXPECT_TRUE(CheckCacheIntegrity(cache_path_, new_eviction_, mask_)); mask_ 307 net/disk_cache/disk_cache_test_base.cc if (mask_) mask_ 308 net/disk_cache/disk_cache_test_base.cc cache_impl_ = new disk_cache::BackendImpl(cache_path_, mask_, runner, NULL); mask_ 78 net/disk_cache/disk_cache_test_base.h mask_ = mask; mask_ 154 net/disk_cache/disk_cache_test_base.h uint32 mask_; mask_ 814 net/tools/epoll_server/epoll_server.h fd_(fd), mask_(mask), function_(function) {} mask_ 818 net/tools/epoll_server/epoll_server.h if (mask_ != 0) { mask_ 819 net/tools/epoll_server/epoll_server.h (*os) << "\tmask: " << EventMaskToString(mask_); mask_ 823 net/tools/epoll_server/epoll_server.h int mask_; mask_ 124 sandbox/win/src/sidestep/mini_disassembler.cpp current_byte = current_byte & table.mask_; // Mask out the bits we will use mask_ 176 sandbox/win/src/sidestep/mini_disassembler.cpp if (table.mask_ != 0xff) { mask_ 174 sandbox/win/src/sidestep/mini_disassembler_types.h unsigned char mask_; mask_ 317 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh inline void set_mask (hb_mask_t mask_) { mask = mask_; } mask_ 228 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc (pthread_sigmask(SIG_BLOCK, &all, &this->mask_) == 0); mask_ 240 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc pthread_sigmask(SIG_SETMASK, &this->mask_, 0); mask_ 249 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc sigset_t mask_; // old mask of blocked signals mask_ 157 third_party/tcmalloc/chromium/src/windows/mini_disassembler.cc current_byte = current_byte & table.mask_; // Mask out the bits we will use mask_ 208 third_party/tcmalloc/chromium/src/windows/mini_disassembler.cc if (table.mask_ != 0xff) { mask_ 213 third_party/tcmalloc/chromium/src/windows/mini_disassembler_types.h unsigned char mask_; mask_ 228 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc (pthread_sigmask(SIG_BLOCK, &all, &this->mask_) == 0); mask_ 240 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc pthread_sigmask(SIG_SETMASK, &this->mask_, 0); mask_ 249 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc sigset_t mask_; // old mask of blocked signals mask_ 157 third_party/tcmalloc/vendor/src/windows/mini_disassembler.cc current_byte = current_byte & table.mask_; // Mask out the bits we will use mask_ 208 third_party/tcmalloc/vendor/src/windows/mini_disassembler.cc if (table.mask_ != 0xff) { mask_ 213 third_party/tcmalloc/vendor/src/windows/mini_disassembler_types.h unsigned char mask_; mask_ 122 tools/memory_watcher/mini_disassembler.cc current_byte = current_byte & table.mask_; // Mask out the bits we will use mask_ 173 tools/memory_watcher/mini_disassembler.cc if (table.mask_ != 0xff) { mask_ 176 tools/memory_watcher/mini_disassembler_types.h unsigned char mask_; mask_ 145 tools/traceline/traceline/sidestep/mini_disassembler.cc current_byte = current_byte & table.mask_; // Mask out the bits we will use mask_ 197 tools/traceline/traceline/sidestep/mini_disassembler.cc if (table.mask_ != 0xff) { mask_ 174 tools/traceline/traceline/sidestep/mini_disassembler_types.h unsigned char mask_; mask_ 288 ui/gfx/image/image_skia_operations.cc ImageSkiaRep mask_rep = mask_.GetRepresentation(scale); mask_ 291 ui/gfx/image/image_skia_operations.cc mask_rep = mask_.GetRepresentation(1.0f); mask_ 302 ui/gfx/image/image_skia_operations.cc const ImageSkia mask_;