Searched refs:y0 (Results 1 - 3 of 3) sorted by relevance
/developtools/profiler/device/services/profiler_service/test/unittest/ |
H A D | profiler_data_repeater_test.cpp | 94 int y0 = f(x0); in HWTEST_F() local 97 EXPECT_EQ(y, y0); in HWTEST_F() 139 int y0 = f(x0); in HWTEST_F() local 140 yVec.push_back(y0); in HWTEST_F()
|
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/ |
H A D | simple_excel_writer.py | 72 def write_merge(self, x0: int, y0: int, x1: int, y1: int, content: typing.Any, 79 sheet.write_merge(x0, x1, y0, y1, content, style=self.__content_style)
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
H A D | simple_excel_writer.py | 70 def write_merge(self, x0: int, y0: int, x1: int, y1: int, content: typing.Any, 77 sheet.write_merge(x0, x1, y0, y1, content, style=self.__content_style)
|
Completed in 2 milliseconds