OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_page_size
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/minzip/
SysUtil.c
24
#define
DEFAULT_PAGE_SIZE
4096
170
adjust = start %
DEFAULT_PAGE_SIZE
;
/external/chromium_org/sql/
connection_unittest.cc
340
int
default_page_size
= 0;
local
344
default_page_size
= s.ColumnInt(0);
346
ASSERT_GT(
default_page_size
, 0);
347
const int kPageSize = 2 *
default_page_size
;
/external/chromium_org/third_party/sqlite/src/src/
test_config.c
569
LINKVAR(
DEFAULT_PAGE_SIZE
);
Completed in 79 milliseconds