Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp443 size_t job_count = options_.job_count(); in RunAllTests() local
445 running_.resize(job_count); in RunAllTests()
446 running_pollfds_.resize(job_count); in RunAllTests()
449 for (size_t i = 0; i < job_count; i++) { in RunAllTests()
807 PluralizeString(options_.job_count(), " job") + ")."); in Run()
DOptions.h37 size_t job_count() const { return job_count_; } in job_count() function
/system/testing/gtest_extras/gtest_isolated/tests/
DOptionsTest.cpp89 EXPECT_LT(0U, options.job_count()); in TEST_F()
127 EXPECT_EQ(11U, options.job_count()); in TEST_F()
135 EXPECT_EQ(23U, options.job_count()); in TEST_F()
679 EXPECT_LT(0U, options.job_count()); in TEST_F()
DSystemTests.cpp219 bool job_count = false; in RunTest() local
222 job_count = true; in RunTest()
226 if (!job_count) { in RunTest()