| /external/chromium_org/third_party/markdown/ |
| serializers.py | 113 def _encode(text, encoding): function 236 return _encode("".join(data))
|
| /external/markdown/markdown/ |
| html4.py | 74 def _encode(text, encoding): function 170 write(_encode(text, encoding))
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
| ElementTree.py | 903 write("<!--%s-->" % _encode(text, encoding)) 905 write("<?%s?>" % _encode(text, encoding)) 1055 def _encode(text, encoding): function [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
| ElementTree.py | 903 write("<!--%s-->" % _encode(text, encoding)) 905 write("<?%s?>" % _encode(text, encoding)) 1055 def _encode(text, encoding): function [all...] |
| /hardware/intel/common/libmix/videoencoder/ |
| VideoEncoderBase.cpp | 733 //means app doesn't allocate the buffer, so _encode will allocate it. [all...] |