OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mshards
(Results
1 - 1
of
1
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java
126
private int
mShards
= 1;
721
if (
mShards
<= 1) {
735
for (int i = 0; i <
mShards
&& i < allTests.size(); i++) {
Completed in 551 milliseconds