Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java130 protected TestDescription[] getFilterDescriptions(Map<String, String> testCommands) { in getFilterDescriptions() argument
131 return testCommands.keySet().stream() in getFilterDescriptions()
194 Map<String, String> testCommands = getAllTestCommands(); in run() local
195 TestDescription[] testDescriptions = getFilterDescriptions(testCommands); in run()
210 String cmd = testCommands.get(testName); in run()
357 Map<String, String> testCommands = new LinkedHashMap<>(mTestCommands); in splitByTestCommand() local
358 for (String testName : testCommands.keySet()) { in splitByTestCommand()
359 String cmd = testCommands.get(testName); in splitByTestCommand()
368 List<Map.Entry<String, String>> testCommands = new ArrayList<>(mTestCommands.entrySet()); in splitByShardCount() local
381 testCommands.get(runningTestCount - mBinaryPaths.size()); in splitByShardCount()
[all …]
/tools/netsim/src/hci/
Dbluetooth_facade.cc246 auto testCommands = rootcanal::TestCommandHandler(*gTestModel); in Start() local
247 testCommands.RegisterSendResponse([](const std::string &) {}); in Start()
248 testCommands.SetTimerPeriod({"5"}); in Start()
249 testCommands.StartTimer({}); in Start()