Home | History | Annotate | Download | only in tests

Lines Matching full:test_incremental

16 test_incremental (gboolean line_break, 
124 test_incremental (FALSE, DATA_SIZE);
125 test_incremental (TRUE, DATA_SIZE);
127 test_incremental (FALSE, DATA_SIZE - 1);
128 test_incremental (TRUE, DATA_SIZE - 1);
130 test_incremental (FALSE, DATA_SIZE - 2);
131 test_incremental (TRUE, DATA_SIZE - 2);
133 test_incremental (FALSE, 1);
134 test_incremental (FALSE, 2);
135 test_incremental (FALSE, 3);