Home
last modified time | relevance | path

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

/external/libcups/tools/
Dipptool.c78 int repeat_limit, /* Maximum number of times to repeat */ member
94 int repeat_limit, /* Maximum number of times to repeat */ member
1366 if (data->statuses[i].repeat_match && repeat_count < data->statuses[i].repeat_limit) in do_test()
1374 if (data->statuses[i].repeat_no_match && repeat_count < data->statuses[i].repeat_limit) in do_test()
1397 if (!data->statuses[i].repeat_match || repeat_count >= data->statuses[i].repeat_limit) in do_test()
1469 if (expect->repeat_no_match && repeat_count < expect->repeat_limit) in do_test()
1481 …e && ((!expect->repeat_match && !expect->repeat_no_match) || repeat_count >= expect->repeat_limit)) in do_test()
1488 if (expect->repeat_no_match && repeat_count < expect->repeat_limit) in do_test()
1498 !expect->repeat_match && (!expect->repeat_no_match || repeat_count >= expect->repeat_limit)) in do_test()
1509 repeat_count < expect->repeat_limit) in do_test()
[all …]