Home | History | Annotate | Download | only in unit_test

Lines Matching refs:repeat

30 DEFINE_int32(libyuv_repeat, 0, "number of times to repeat test.");
54 const char* repeat = getenv("LIBYUV_REPEAT");
55 if (repeat) {
56 benchmark_iterations_ = atoi(repeat); // NOLINT
113 const char* repeat = getenv("LIBYUV_REPEAT");
114 if (repeat) {
115 benchmark_iterations_ = atoi(repeat); // NOLINT
172 const char* repeat = getenv("LIBYUV_REPEAT");
173 if (repeat) {
174 benchmark_iterations_ = atoi(repeat); // NOLINT
231 const char* repeat = getenv("LIBYUV_REPEAT");
232 if (repeat) {
233 benchmark_iterations_ = atoi(repeat); // NOLINT
290 const char* repeat = getenv("LIBYUV_REPEAT");
291 if (repeat) {
292 benchmark_iterations_ = atoi(repeat); // NOLINT
349 const char* repeat = getenv("LIBYUV_REPEAT");
350 if (repeat) {
351 benchmark_iterations_ = atoi(repeat); // NOLINT