Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java76 private List<String> mBinaryPaths = new ArrayList<>(); field in ExecutableBaseTest
338 int testCount = mBinaryPaths.size() + mTestCommands.size(); in split()
354 for (String path : mBinaryPaths) { in splitByTestCommand()
377 if (runningTestCount < mBinaryPaths.size()) { in splitByShardCount()
378 binaryPathsInShard.add(mBinaryPaths.get(runningTestCount)); in splitByShardCount()
381 testCommands.get(runningTestCount - mBinaryPaths.size()); in splitByShardCount()
412 shard.mBinaryPaths.clear(); in getTestShard()
416 shard.mBinaryPaths.add(binaryPath); in getTestShard()
448 for (String binary : mBinaryPaths) { in getAllTestCommands()
457 deps.addAll(mBinaryPaths); in reportDependencies()