HomeSort by relevance Sort by last modified time
    Searched refs:tobytes (Results 1 - 13 of 13) 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)
sstruct.py 73 value = tobytes(value)
81 data = tobytes(data)
  /external/fonttools/Lib/fontTools/ttLib/tables/
asciiTable.py 22 self.data = tobytes("\r".join(lines[1:-1]))
S_I_N_G_.py 70 data = data + tobytes(self.baseGlyphName)
S_V_G_.py 200 docList.append(tobytes(doc, encoding="utf-8"))
246 docList.append(tobytes(doc, encoding="utf-8"))
D_S_I_G_.py 131 self.pkcs7 = base64.b64decode(tobytes(strjoin(filter(pem_spam, content))))
G_M_A_P_.py 97 data = data + tobytes(self.psFontName)
_p_o_s_t.py 270 data = data + bytechr(len(s)) + tobytes(s, encoding="latin1")
otBase.py 442 tag = Tag(tag).tobytes()
  /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
bytecode.c 341 error = bc->callback->tobytes(bc, &destbuf, bufstart, d, output_value,
  /external/fonttools/Lib/fontTools/
cffLib.py 223 file.write(tobytes(item, encoding="latin1"))
674 return tobytes(value, encoding='ascii')
679 return tobytes(attrs["value"], encoding=("ascii"))
685 return tobytes(value, encoding='latin1')
690 return tobytes(attrs["value"], encoding=("latin1"))
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialutil.py 72 return seq.tobytes()

Completed in 264 milliseconds