Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DIsolate.cpp101 size_t total_shards = options_.total_shards(); in EnumerateTests() local
102 bool sharded = total_shards > 1; in EnumerateTests()
153 test_count = total_shards; in EnumerateTests()
712 bool sharding_enabled = options_.total_shards() > 1; in Run()
714 (options_.shard_index() < 0 || options_.shard_index() >= options_.total_shards())) { in Run()
719 options_.shard_index(), options_.total_shards()); in Run()
731 options_.shard_index() + 1, options_.total_shards()); in Run()
DOptions.h44 uint64_t total_shards() const { return numerics_.at("gtest_total_shards"); } in total_shards() function
/system/testing/gtest_extras/tests/
DOptionsTest.cpp75 EXPECT_EQ(0ULL, options.total_shards()); in TEST()
352 TEST(OptionsTest, total_shards) { in TEST() argument
359 EXPECT_EQ(500ULL, options.total_shards()); in TEST()
364 EXPECT_EQ(0ULL, options.total_shards()); in TEST()