Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/command_processor/
Dcommand_config.py52 def UpdateConfig(self, account_id, branch, targets, config_type, method, argument
68 for target in targets.split(","):
303 targets = ",".join([x.name for x in group if x.name])
304 if targets:
305 command += " --target={}".format(targets)
319 targets = ",".join([
324 if targets:
325 command += " --target={}".format(targets)
Dcommand_build.py46 def UpdateBuild(self, account_id, branch, targets, artifact_type, method, argument
66 for target in targets.split(","):
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py249 def GenerateBuildModel(self, schedule, targets=None): argument
260 if targets is None:
261 targets = ["device", "gsi", "test"]
262 for target in targets:
/test/vts-testcase/kernel/bow/
DBowTest.cpp114 std::vector<DeviceMapper::TargetInfo> targets; in GetTableStatus() local
116 EXPECT_TRUE(dm.GetTableInfo("bow1", &targets)); in GetTableStatus()
117 EXPECT_EQ(targets.size(), 1); in GetTableStatus()
118 return targets[0].data; in GetTableStatus()
/test/vts/tools/build/tasks/list/
Dupdate-lists.sh18 function all-targets() {