Home
last modified time | relevance | path

Searched refs:CreateBlock (Results 1 – 25 of 28) sorted by relevance

12

/external/pigweed/pw_allocator/bucket/
Dfast_sorted_test.cc61 BlockType& block1 = CreateBlock(kLayout1); in TEST_F()
62 BlockType& block2 = CreateBlock(kLayout2); in TEST_F()
63 BlockType& block3 = CreateBlock(kLayout3); in TEST_F()
87 BlockType& block1 = CreateBlock(kLayout1); in TEST_F()
88 BlockType& block2 = CreateBlock(kLayout2); in TEST_F()
89 BlockType& block3 = CreateBlock(kLayout3); in TEST_F()
Dsorted_test.cc62 BlockType& block1 = CreateBlock(kLayout1); in TEST_F()
63 BlockType& block2 = CreateBlock(kLayout2); in TEST_F()
64 BlockType& block3 = CreateBlock(kLayout3); in TEST_F()
87 BlockType& block1 = CreateBlock(kLayout1); in TEST_F()
88 BlockType& block2 = CreateBlock(kLayout2); in TEST_F()
89 BlockType& block3 = CreateBlock(kLayout3); in TEST_F()
/external/cronet/stable/net/disk_cache/blockfile/
Dblock_files_unittest.cc63 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &addr)); in TEST_F()
71 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[target])); in TEST_F()
89 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &addr)); in TEST_F()
115 EXPECT_TRUE(files.CreateBlock(RANKINGS, size, &address)); in TEST_F()
205 EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address)); in TEST_F()
230 EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address)); in TEST_F()
313 EXPECT_TRUE(files.CreateBlock(BLOCK_1K, block_size, &address[i])); in TEST_F()
Dblock_files.h113 bool CreateBlock(FileType block_type, int block_count, Addr* block_address);
Dentry_impl.h229 bool CreateBlock(int size, Addr* address);
Dbackend_impl.cc565 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntryImpl()
572 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) { in CreateEntryImpl()
755 bool BackendImpl::CreateBlock(FileType block_type, int block_count, in CreateBlock() function in disk_cache::BackendImpl
757 return block_files_.CreateBlock(block_type, block_count, block_address); in CreateBlock()
1415 if (!CreateBlock(file_type, num_blocks, &address)) in InitStats()
Dentry_impl.cc443 if (!CreateBlock(entry_store->key_len + 1, &address)) in CreateEntry()
1164 if (!CreateBlock(size, &address)) in CreateDataBlock()
1172 bool EntryImpl::CreateBlock(int size, Addr* address) { in CreateBlock() function in disk_cache::EntryImpl
1186 if (!backend_->CreateBlock(file_type, num_blocks, address)) in CreateBlock()
Dbackend_impl.h122 bool CreateBlock(FileType block_type, int block_count,
Dblock_files.cc310 bool BlockFiles::CreateBlock(FileType block_type, int block_count, in CreateBlock() function in disk_cache::BlockFiles
/external/cronet/tot/net/disk_cache/blockfile/
Dblock_files_unittest.cc63 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &addr)); in TEST_F()
71 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[target])); in TEST_F()
89 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &addr)); in TEST_F()
115 EXPECT_TRUE(files.CreateBlock(RANKINGS, size, &address)); in TEST_F()
205 EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address)); in TEST_F()
230 EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address)); in TEST_F()
313 EXPECT_TRUE(files.CreateBlock(BLOCK_1K, block_size, &address[i])); in TEST_F()
Dblock_files.h113 bool CreateBlock(FileType block_type, int block_count, Addr* block_address);
Dentry_impl.h229 bool CreateBlock(int size, Addr* address);
Dbackend_impl.cc565 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntryImpl()
572 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) { in CreateEntryImpl()
755 bool BackendImpl::CreateBlock(FileType block_type, int block_count, in CreateBlock() function in disk_cache::BackendImpl
757 return block_files_.CreateBlock(block_type, block_count, block_address); in CreateBlock()
1415 if (!CreateBlock(file_type, num_blocks, &address)) in InitStats()
Dentry_impl.cc443 if (!CreateBlock(entry_store->key_len + 1, &address)) in CreateEntry()
1164 if (!CreateBlock(size, &address)) in CreateDataBlock()
1172 bool EntryImpl::CreateBlock(int size, Addr* address) { in CreateBlock() function in disk_cache::EntryImpl
1186 if (!backend_->CreateBlock(file_type, num_blocks, address)) in CreateBlock()
Dbackend_impl.h122 bool CreateBlock(FileType block_type, int block_count,
Dblock_files.cc310 bool BlockFiles::CreateBlock(FileType block_type, int block_count, in CreateBlock() function in disk_cache::BlockFiles
/external/pigweed/pw_allocator/bucket/public/pw_allocator/bucket/
Dtesting.h66 BlockType& CreateBlock(Layout layout) { in CreateBlock() function
85 BlockType& block = CreateBlock(layout); in CreateBlockAndAddToBucket()
111 BlockType& block = CreateBlock(Layout(1, 1)); in FailsToAddWhenBlockIsTooSmall()
/external/cronet/tot/net/disk_cache/
Ddisk_cache_perftest.cc558 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, block_size, &addr)); in TEST_F()
571 files.CreateBlock(disk_cache::RANKINGS, block_size, &address[entry])); in TEST_F()
/external/cronet/stable/net/disk_cache/
Ddisk_cache_perftest.cc558 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, block_size, &addr)); in TEST_F()
571 files.CreateBlock(disk_cache::RANKINGS, block_size, &address[entry])); in TEST_F()
/external/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h1043 long CreateBlock(long long id, long long pos, long long size,
Dmkvparser.cc6560 status = CreateBlock(libwebm::kMkvSimpleBlock, block_start, block_size, in ParseSimpleBlock()
6770 status = CreateBlock(libwebm::kMkvBlockGroup, payload_start, payload_size, in ParseBlockGroup()
7156 long Cluster::CreateBlock(long long id, in CreateBlock() function in mkvparser::Cluster
/external/libwebm/mkvparser/
Dmkvparser.h1043 long CreateBlock(long long id, long long pos, long long size,
Dmkvparser.cc6559 status = CreateBlock(libwebm::kMkvSimpleBlock, block_start, block_size, in ParseSimpleBlock()
6769 status = CreateBlock(libwebm::kMkvBlockGroup, payload_start, payload_size, in ParseBlockGroup()
7155 long Cluster::CreateBlock(long long id, in CreateBlock() function in mkvparser::Cluster
/external/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h1043 long CreateBlock(long long id, long long pos, long long size,
Dmkvparser.cc6560 status = CreateBlock(libwebm::kMkvSimpleBlock, block_start, block_size, in ParseSimpleBlock()
6770 status = CreateBlock(libwebm::kMkvBlockGroup, payload_start, payload_size, in ParseBlockGroup()
7156 long Cluster::CreateBlock(long long id, in CreateBlock() function in mkvparser::Cluster

12