HomeSort by relevance Sort by last modified time
    Searched defs:tobytes (Results 1 - 2 of 2) sorted by null

  /external/fonttools/Lib/fontTools/misc/
py23.py 35 def tobytes(self): member in class:strjoin.Tag
46 tobytes = tostr
68 def tobytes(self): member in class:.Tag
76 def tobytes(s, encoding='ascii'): function
83 return b''.join(tobytes(item) for item in iterable)
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 159 int (*tobytes) (yasm_bytecode *bc, unsigned char **bufp, member in struct:yasm_bytecode_callback
274 /** Common bytecode callback tobytes function, for where the bytecode

Completed in 415 milliseconds