Searched refs:check_format (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/test/test_capi/ |
H A D | test_unicode.py | 33 def check_format(expected, format, *args): function 38 check_format('ascii\x7f=unicode\xe9', 49 check_format('\uabcd', 51 check_format('\U0010ffff', 56 check_format('\U00010000\U00100000', 60 check_format('%', 62 check_format('%', 64 check_format('%s', 66 check_format('[%]', 68 check_format(' [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | consistency_tools.py | 236 self.check_format() 386 def check_format(self): member in XMLChecker
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | xml_consistency.py | 708 def check_format(self): member in Checker 783 super().check_format()
|
Completed in 3 milliseconds