Searched refs:coding_checker (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_codecs.py | 7 def coding_checker(self, coder): function 908 check = coding_checker(self, decode) 2027 check = coding_checker(self, encode) 2042 check = coding_checker(self, decode) 2103 check = coding_checker(self, encode) 2112 check = coding_checker(self, decode)
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_codecs.py | 31 def coding_checker(self, coder): function 1179 check = coding_checker(self, decode) 2396 check = coding_checker(self, encode) 2411 check = coding_checker(self, decode) 2527 check = coding_checker(self, encode) 2536 check = coding_checker(self, decode)
|