OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shardIndex
(Results
1 - 5
of
5
) sorted by null
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java
270
int
shardIndex
= 0;
276
splittedModules.get(
shardIndex
).add(module);
278
shardTimes[
shardIndex
] += module.second;
279
shardIndex
+= increment;
281
if (
shardIndex
== shards) {
283
shardIndex
= shards - 1;
285
if (
shardIndex
== -1) {
287
shardIndex
= 0;
290
shardIndex
= 0;
295
shardIndex
, TimeUtil.formatElapsedTime(shardTimes[shardIndex])))
[
all
...]
/prebuilts/misc/common/android-support-test/runner/
runner-0.5-release-no-dep.jar
runner-0.5-release.jar
/prebuilts/misc/common/android-support-test/rules/
rules-0.5-release.jar
/prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar
Completed in 1987 milliseconds