OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_shards_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/test/launcher/
test_launcher.h
137
int32
total_shards_
; // Total number of outer shards, at least one.
member in class:base::TestLauncher
test_launcher.cc
324
total_shards_
(1),
589
&
total_shards_
)) {
602
shard_index_,
total_shards_
);
605
if (!TakeInt32FromEnvironment(kTestTotalShards, &
total_shards_
))
611
shard_index_,
total_shards_
);
615
total_shards_
< 0 ||
616
shard_index_ >=
total_shards_
) {
620
<< ", " << kTestTotalShards << "=" <<
total_shards_
<< ".\n";
local
829
if (base::Hash(test_name) %
total_shards_
!=
[
all
...]
Completed in 297 milliseconds