Home
last modified time | relevance | path

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

/packages/modules/common/build/
Dmainline_modules_sdks_test.py579 def apply_transformations(self, src, transformations, build_release, expected): member in TestAndroidBpTransformations
591 mm.apply_transformations(
613 self.apply_transformations(src, transformations, mm.S, expected)
628 self.apply_transformations(src, transformations, mm.Tiramisu, expected)
644 self.apply_transformations(src, transformations, mm.S, expected)
659 self.apply_transformations(src, transformations, mm.Tiramisu, expected)
674 self.apply_transformations(src, transformations, mm.LATEST, expected)
690 self.apply_transformations(src, transformations, mm.S, expected)
706 self.apply_transformations(src, transformations, mm.S, expected)
724 self.apply_transformations(src, transformations, mm.R, expected)
[all …]
Dmainline_modules_sdks.py1525 apply_transformations(self, tmp_dir, transformations, build_release)
1579 def apply_transformations(producer, tmp_dir, transformations, build_release): function