HomeSort by relevance Sort by last modified time
    Searched refs:GetStorageSize (Results 1 - 11 of 11) sorted by null

  /art/compiler/utils/
arena_allocator_test.cc 28 EXPECT_EQ(1U, bv.GetStorageSize());
30 EXPECT_EQ(2U, bv.GetStorageSize());
  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter_unittest.cc 229 EXPECT_EQ(0u, cookie_counter_->GetStorageSize()); // No activities on add.
236 EXPECT_EQ(6u, cookie_counter_->GetStorageSize()); // Storing all evictions.
243 EXPECT_EQ(0u, cookie_counter_->GetStorageSize()); // Everything is removed.
260 EXPECT_EQ(0u, cookie_counter_->GetStorageSize());
266 EXPECT_EQ(0u, cookie_counter_->GetStorageSize());
283 EXPECT_EQ(6u, cookie_counter_->GetStorageSize());
290 EXPECT_EQ(0u, cookie_counter_->GetStorageSize());
307 EXPECT_EQ(4u, cookie_counter_->GetStorageSize()); // Reached capacity.
310 EXPECT_EQ(2u, cookie_counter_->GetStorageSize());
313 EXPECT_EQ(3u, cookie_counter_->GetStorageSize());
    [all...]
evicted_domain_cookie_counter.h 87 size_t GetStorageSize() const;
evicted_domain_cookie_counter.cc 93 size_t EvictedDomainCookieCounter::GetStorageSize() const {
  /art/runtime/base/
bit_vector.h 170 return (storage_size_ == src->GetStorageSize()) &&
190 uint32_t GetStorageSize() const { return storage_size_; }
bit_vector_test.cc 28 EXPECT_EQ(1U, bv.GetStorageSize());
74 EXPECT_EQ(kWords, bv.GetStorageSize());
bit_vector.cc 220 uint32_t not_in_size = not_in->GetStorageSize();
  /external/chromium_org/mojo/public/cpp/bindings/lib/
array_internal.h 47 static uint32_t GetStorageSize(uint32_t num_elements) {
68 static uint32_t GetStorageSize(uint32_t num_elements) {
89 static uint32_t GetStorageSize(uint32_t num_elements) {
131 static uint32_t GetStorageSize(uint32_t num_elements) {
342 Traits::GetStorageSize(static_cast<uint32_t>(num_elements));
361 header->num_bytes < Traits::GetStorageSize(header->num_elements)) {
  /art/compiler/dex/
ssa_transformation.cc 440 if (dest->GetStorageSize() != src1->GetStorageSize() ||
441 dest->GetStorageSize() != src2->GetStorageSize() ||
448 for (idx = 0; idx < dest->GetStorageSize(); idx++) {
  /external/chromium_org/components/storage_monitor/
storage_monitor_linux_unittest.cc 243 uint64 GetStorageSize(const base::FilePath& path) {
668 GetStorageSize(test_path_a));
670 GetStorageSize(test_path_b));
672 GetStorageSize(base::FilePath(kInvalidPath)));
storage_monitor_chromeos_unittest.cc 485 TEST_F(StorageMonitorCrosTest, GetStorageSize) {

Completed in 750 milliseconds