Home
last modified time | relevance | path

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

/aosp_15_r20/external/fonttools/Tests/varLib/
H A Dinterpolate_layout_test.py37 def get_test_output(test_file_or_folder): member in InterpolateLayoutTest
124 expected_ttx_path = self.get_test_output("InterpolateLayout.ttx")
147 expected_ttx_path = self.get_test_output("InterpolateLayout2.ttx")
185 expected_ttx_path = self.get_test_output(
214 expected_ttx_path = self.get_test_output("InterpolateLayoutGPOS_1_same.ttx")
246 expected_ttx_path = self.get_test_output("InterpolateLayoutGPOS_1_diff.ttx")
279 expected_ttx_path = self.get_test_output("InterpolateLayoutGPOS_1_diff2.ttx")
308 expected_ttx_path = self.get_test_output(
344 expected_ttx_path = self.get_test_output(
381 expected_ttx_path = self.get_test_output(
[all …]
H A DvarLib_test.py72 def get_test_output(test_file_or_folder): member in BuildTest
161 expected_ttx_path = self.get_test_output(expected_ttx_name + ".ttx")
360 expected_ttx_path = self.get_test_output("TestNonMarkingCFF2.ttx")
383 expected_ttx_path = self.get_test_output("BuildTestCFF2.ttx")
406 expected_ttx_path = self.get_test_output("BuildTestCFF2.ttx")
429 expected_ttx_path = self.get_test_output("TestSparseCFF2VF.ttx")
452 expected_ttx_path = self.get_test_output("test_vpal.ttx")
512 expected_ttx_path = self.get_test_output("BuildMain.ttx")
582 expected_ttx_path = self.get_test_output("DropOnCurves.ttx")
611 expected_ttx_path = self.get_test_output("BuildMain.ttx")
[all …]
H A Dmutator_test.py35 def get_test_output(test_file_or_folder): member in MutatorTest
115 expected_ttx_path = self.get_test_output(varfont_name + ".ttx")
136 expected_ttx_path = self.get_test_output(varfont_name + "-instance.ttx")
158 expected_ttx_path = self.get_test_output(varfont_name + "-instance.ttx")
179 expected_ttx_path = self.get_test_output(expected_ttx_name + ".ttx")
/aosp_15_r20/art/test/970-iface-super-resolution-gen/util-src/
H A Dgenerate_smali.py212 test_output = self.farg.get_test_output().strip())
378 def get_test_output(self): member in TestClass