Searched refs:decode (Results 1 – 3 of 3) sorted by relevance
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 58 def decode(var, encoding): function 67 ret = var.decode(encoding) 132 test_suite_attributes["name"] = decode(self.name, encoding) 138 test_suite_attributes["hostname"] = decode(self.hostname, encoding) 140 test_suite_attributes["id"] = decode(self.id, encoding) 142 test_suite_attributes["package"] = decode(self.package, encoding) 144 test_suite_attributes["timestamp"] = decode(self.timestamp, encoding) 146 test_suite_attributes["file"] = decode(self.file, encoding) 148 test_suite_attributes["log"] = decode(self.log, encoding) 150 test_suite_attributes["url"] = decode(self.url, encoding) [all …]
|
| /libCEED/tests/ |
| H A D | junit_common.py | 247 return 'not found' not in proc.stderr.decode('utf-8') 501 return proc.stderr.decode('utf-8') + proc.stdout.decode('utf-8') 637 stdout=proc.stdout.decode('utf-8'), 638 stderr=proc.stderr.decode('utf-8'),
|
| /libCEED/python/ |
| H A D | ceed.py | 76 raise Exception(ffi.string(message[0]).decode("UTF-8")) 90 return ffi.string(resource[0]).decode("UTF-8")
|