Searched refs:batch_limit (Results 1 – 4 of 4) sorted by relevance
99 let batch_limit = in draw_line() localVariable105 for x in batch_start..=batch_limit { in draw_line()112 if to.0 >= batch_limit + 1 && y < f64::from(to.1) { in draw_line()113 let x = batch_limit as i32 + 1; in draw_line()
239 int batch_limit = default_batch_limit; in LaunchUnitTestsInternal() local240 if (!GetSwitchValueAsInt(switches::kTestLauncherBatchLimit, &batch_limit)) in LaunchUnitTestsInternal()257 &platform_delegate, batch_limit, use_job_objects); in LaunchUnitTestsInternal()692 size_t batch_limit, in UnitTestLauncherDelegate() argument695 batch_limit_(batch_limit), in UnitTestLauncherDelegate()
105 size_t batch_limit,
1009 &output](int64 batch_start, int64 batch_limit) { in operator ()() argument1120 for (int64 b = batch_start; b < batch_limit; ++b) { in operator ()()