Home
last modified time | relevance | path

Searched defs:test_runs (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/pagingtest/
Dmmap_test.c10 int mmap_test(int test_runs, unsigned long long alloc_size) { in mmap_test()
Dpageinout_test.c12 int pageinout_test(int test_runs, bool cache, unsigned long long file_size) { in pageinout_test()
Dthrashing_test.c14 int thrashing_test(int test_runs, bool cache) { in thrashing_test()
Dpagingtest.c143 int test_runs = 0; in main() local