Searched refs:bytes_in_use (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory.h106 size_t bytes_in_use() const { function in class:gpu::MemoryChunk
107 return allocator_.bytes_in_use();
173 size_t bytes_in_use() const { function in class:gpu::MappedMemoryManager
174 size_t bytes_in_use = 0; local
177 bytes_in_use += chunk->bytes_in_use();
179 return bytes_in_use;
H A Dfenced_allocator.h91 size_t bytes_in_use() const { return bytes_in_use_; } function in class:gpu::FencedAllocator
256 size_t bytes_in_use() const { return allocator_.bytes_in_use(); } function in class:gpu::FencedAllocatorWrapper
H A Dbuffer_tracker_unittest.cc141 EXPECT_EQ(mapped_memory_->bytes_in_use(), static_cast<size_t>(size));
146 EXPECT_EQ(mapped_memory_->bytes_in_use(), static_cast<size_t>(size));
149 EXPECT_EQ(mapped_memory_->bytes_in_use(), static_cast<size_t>(0));
H A Dmapped_memory_unittest.cc431 EXPECT_EQ(manager_->bytes_in_use(), kSize);
437 EXPECT_EQ(manager_->bytes_in_use(), kSize * 2);
449 EXPECT_EQ(manager_->bytes_in_use(), kSize * 2);
453 EXPECT_EQ(manager_->bytes_in_use(), static_cast<size_t>(0));
H A Dfenced_allocator_test.cc429 EXPECT_EQ(allocator->bytes_in_use(), kAllocSize * 2);
435 EXPECT_EQ(allocator->bytes_in_use(), kAllocSize * 2);
447 EXPECT_EQ(allocator->bytes_in_use(), kAllocSize * 1);
454 EXPECT_EQ(allocator->bytes_in_use(), 0u);
H A Dmapped_memory.cc55 total_bytes_in_use += chunk->bytes_in_use();
/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_api.cc226 size_t bytes_in_use = 0;
230 bytes_in_use = storage->GetBytesInUse();
236 bytes_in_use = storage->GetBytesInUse(as_string);
244 bytes_in_use = storage->GetBytesInUse(as_string_list);
253 new base::FundamentalValue(static_cast<int>(bytes_in_use)));
/external/e2fsprogs/lib/blkid/
H A Dprobe.h475 __u32 bytes_in_use; member in struct:master_file_table_record

Completed in 464 milliseconds