Searched defs:job_count (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp336 int iteration_count, size_t job_count) {
351 job_count, (job_count == 1) ? "job" : "jobs");
883 int iteration_count, size_t job_count,
899 OnTestIterationStartPrint(testcase_list, iteration, iteration_count, job_count);
903 // Run up to job_count tests in parallel, each test in a child process.
915 // run up to job_count child processes.
916 while (child_proc_list.size() < job_count && next_testcase_id < testcase_list.size()) {
997 size_t job_count; member in struct:IsolationTestOptions
1076 options.job_count
335 OnTestIterationStartPrint(const std::vector<TestCase>& testcase_list, size_t iteration, int iteration_count, size_t job_count) argument
882 RunTestInSeparateProc(int argc, char** argv, std::vector<TestCase>& testcase_list, int iteration_count, size_t job_count, const std::string& xml_output_filename) argument
[all...]

Completed in 18 milliseconds