Searched refs:tobj (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_asyncore.py | 159 tobj = testobj() 160 self.assertEqual(getattr(tobj, expectedattr), False) 161 asyncore.readwrite(tobj, flag) 166 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | multibytecodec.c | 225 PyObject *retobj = NULL, *retstr = NULL, *tobj; in multibytecodec_encerror() local 310 !PyUnicode_Check((tobj = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_encerror() 320 const Py_UNICODE *uraw = PyUnicode_AS_UNICODE(tobj); in multibytecodec_encerror() 323 PyUnicode_GET_SIZE(tobj), ERROR_STRICT, in multibytecodec_encerror()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | multibytecodec.c | 227 PyObject *retobj = NULL, *retstr = NULL, *tobj; in multibytecodec_encerror() local 312 !PyUnicode_Check((tobj = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_encerror() 322 const Py_UNICODE *uraw = PyUnicode_AS_UNICODE(tobj); in multibytecodec_encerror() 325 PyUnicode_GET_SIZE(tobj), ERROR_STRICT, in multibytecodec_encerror()
|