Searched refs:check_encoding (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Lib/test/ |
| D | test_string_literals.py | 216 def check_encoding(self, encoding, extra=""): member in TestLiterals 230 self.check_encoding("utf-8", extra) 234 self.assertRaises(SyntaxError, self.check_encoding, "utf-8", extra) 237 self.check_encoding("utf-8") 240 self.check_encoding("iso-8859-1") 243 self.check_encoding("latin-1") 246 self.check_encoding("latin9")
|
| /third_party/flatbuffers/.travis/ |
| D | check-sources.sh.py | 5 def check_encoding(encoding, scan_dir, regex_pattern): function 34 res = check_encoding(sys.argv[1], sys.argv[2], sys.argv[3])
|
| /third_party/vk-gl-cts/scripts/src_util/ |
| D | check_all.py | 27 from check_encoding import checkEncoding
|