Home
last modified time | relevance | path

Searched defs:tobytes (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Dpy23.py35 def tobytes(self): member in Tag
46 tobytes = tostr variable
68 def tobytes(self): member in Tag
76 def tobytes(s, encoding='ascii'): function
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbytecode.h159 int (*tobytes) (yasm_bytecode *bc, unsigned char **bufp, member