Searched defs:to_bytes (Results 1 - 7 of 7) sorted by relevance

/external/llvm/utils/lit/lit/
H A Dutil.py11 def to_bytes(str): function
18 return to_bytes(bytes)
H A DProgressBar.py8 def to_bytes(str): function
139 return curses.tparm(to_bytes(arg), index).decode('utf-8') or ''
H A DTestRunner.py11 from lit.util import to_bytes, to_string namespace
566 to_bytes("(%s)(.*)\n" % ("|".join(re.escape(k) for k in keywords),)))
574 if not data.endswith(to_bytes('\n')):
575 data = data + to_bytes('\n')
584 line_number += data.count(to_bytes('\n'), last_match_position,
/external/libcxx/utils/libcxx/
H A Dutil.py22 def to_bytes(str): function
31 return to_bytes(bytes)
199 input = to_bytes(input)
/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dserialutil.py65 def to_bytes(seq): function
80 XON = to_bytes([17])
81 XOFF = to_bytes([19])
83 CR = to_bytes([13])
84 LF = to_bytes([10])
/external/freetype/include/freetype/internal/
H A Dpsaux.h366 (*to_bytes)( PS_Parser parser, member in struct:PS_Parser_FuncsRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dpsaux.h365 (*to_bytes)( PS_Parser parser, member in struct:PS_Parser_FuncsRec_

Completed in 451 milliseconds