Searched refs:targets (Results 1 – 3 of 3) sorted by relevance
249 def GenerateBuildModel(self, schedule, targets=None): argument260 if targets is None:261 targets = ["device", "gsi", "test"]262 for target in targets:
114 std::vector<DeviceMapper::TargetInfo> targets; in GetTableStatus() local116 EXPECT_TRUE(dm.GetTableInfo("bow1", &targets)); in GetTableStatus()117 EXPECT_EQ(targets.size(), 1); in GetTableStatus()118 return targets[0].data; in GetTableStatus()
39 To run the tests use the specific targets available in the build_and_run_benchmark.sh script.