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.py | 41 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/ |
D | py23.py | 35 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)
|
D | sstruct.py | 73 value = tobytes(value) 81 data = tobytes(data)
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | asciiTable.py | 22 self.data = tobytes("\r".join(lines[1:-1]))
|
D | S_I_N_G_.py | 70 data = data + tobytes(self.baseGlyphName)
|
D | S_V_G_.py | 200 docList.append(tobytes(doc, encoding="utf-8")) 246 docList.append(tobytes(doc, encoding="utf-8"))
|
D | D_S_I_G_.py | 131 self.pkcs7 = base64.b64decode(tobytes(strjoin(filter(pem_spam, content))))
|
D | G_M_A_P_.py | 97 data = data + tobytes(self.psFontName)
|
D | _p_o_s_t.py | 270 data = data + bytechr(len(s)) + tobytes(s, encoding="latin1")
|
D | otBase.py | 442 tag = Tag(tag).tobytes()
|
/external/fonttools/Lib/fontTools/ |
D | 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"))
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | serialutil.py | 72 return seq.tobytes()
|