Home
last modified time | relevance | path

Searched refs:tobytes (Results 1 – 12 of 12) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
D_crcfunpy.py41 for x in mv.tobytes():
48 for x in mv.tobytes():
55 for x in mv.tobytes():
62 for x in mv.tobytes():
69 for x in mv.tobytes():
76 for x in mv.tobytes():
83 for x in mv.tobytes():
90 for x in mv.tobytes():
97 for x in mv.tobytes():
104 for x in mv.tobytes():
/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
83 return b''.join(tobytes(item) for item in iterable)
Dsstruct.py73 value = tobytes(value)
81 data = tobytes(data)
/external/fonttools/Lib/fontTools/ttLib/tables/
DasciiTable.py22 self.data = tobytes("\r".join(lines[1:-1]))
DS_I_N_G_.py70 data = data + tobytes(self.baseGlyphName)
DS_V_G_.py200 docList.append(tobytes(doc, encoding="utf-8"))
246 docList.append(tobytes(doc, encoding="utf-8"))
DD_S_I_G_.py131 self.pkcs7 = base64.b64decode(tobytes(strjoin(filter(pem_spam, content))))
DG_M_A_P_.py97 data = data + tobytes(self.psFontName)
D_p_o_s_t.py270 data = data + bytechr(len(s)) + tobytes(s, encoding="latin1")
DotBase.py442 tag = Tag(tag).tobytes()
/external/fonttools/Lib/fontTools/
DcffLib.py223 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"))
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
Dserialutil.py72 return seq.tobytes()