Home
last modified time | relevance | path

Searched refs:page_from_end (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/tests/
H A DlogdataPerfTest.cpp
H A DlogfiltereddataPerfTest.cpp
/glogg/tests/
H A DlogdataPerfTest.cpp121 int page_from_end = (VBL_NB_LINES/VBL_LINE_PER_PAGE) - page - 1; in TEST_F() local
122 list = log_data.getLines( page_from_end*VBL_LINE_PER_PAGE, VBL_LINE_PER_PAGE ); in TEST_F()
140 int page_from_end = (VBL_NB_LINES/VBL_LINE_PER_PAGE) - page - 1; in TEST_F() local
141 list = log_data.getExpandedLines( page_from_end*VBL_LINE_PER_PAGE, VBL_LINE_PER_PAGE ); in TEST_F()
H A DlogfiltereddataPerfTest.cpp115 int page_from_end = (nb_results/VBL_LINE_PER_PAGE) - page - 1; in TEST_F() local
117 page_from_end * VBL_LINE_PER_PAGE, VBL_LINE_PER_PAGE ); in TEST_F()