OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_4K
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/disk_cache/
addr.h
21
BLOCK_4K
,
104
case
BLOCK_4K
:
117
return
BLOCK_4K
;
addr_unittest.cc
29
Addr addr3(
BLOCK_4K
, 0x44, 0x41508, 0x952536);
30
EXPECT_EQ(
BLOCK_4K
, addr3.file_type());
block_files.cc
244
if (block_type < RANKINGS || block_type >
BLOCK_4K
||
281
zero_buffer_ = new char[Addr::BlockSizeForFileType(
BLOCK_4K
) * 4];
282
memset(zero_buffer_, 0, Addr::BlockSizeForFileType(
BLOCK_4K
) * 4);
358
buffer.reset(new char[Addr::BlockSizeForFileType(
BLOCK_4K
) * 4]);
/external/chromium_org/net/disk_cache/
addr_unittest.cc
29
Addr addr3(
BLOCK_4K
, 0x44, 0x41508, 0x952536);
30
EXPECT_EQ(
BLOCK_4K
, addr3.file_type());
addr.h
21
BLOCK_4K
= 4,
127
case
BLOCK_4K
:
146
return
BLOCK_4K
;
addr.cc
33
if (file_type() >
BLOCK_4K
)
block_files.cc
353
zero_buffer_ = new char[Addr::BlockSizeForFileType(
BLOCK_4K
) * 4];
354
memset(zero_buffer_, 0, Addr::BlockSizeForFileType(
BLOCK_4K
) * 4);
433
buffer.reset(new char[Addr::BlockSizeForFileType(
BLOCK_4K
) * 4]);
Completed in 25 milliseconds