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.cc
343
total_shards_
(1),
626
&
total_shards_
)) {
639
shard_index_,
total_shards_
);
642
if (!TakeInt32FromEnvironment(kTestTotalShards, &
total_shards_
))
648
shard_index_,
total_shards_
);
652
total_shards_
< 0 ||
653
shard_index_ >=
total_shards_
) {
657
<< ", " << kTestTotalShards << "=" <<
total_shards_
<< ".\n";
local
759
if (num_runnable_tests++ %
total_shards_
!= shard_index_)
[
all
...]
test_launcher.h
145
int32
total_shards_
; // Total number of outer shards, at least one.
member in class:base::TestLauncher
Completed in 31 milliseconds