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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
quopri.py 15 from binascii import a2b_qp, b2a_qp
17 a2b_qp = None variable
121 if a2b_qp is not None:
123 odata = a2b_qp(data, header = header)
160 if a2b_qp is not None:
161 return a2b_qp(s, header = header)
  /external/python/cpython2/Lib/
quopri.py 15 from binascii import a2b_qp, b2a_qp
17 a2b_qp = None variable
121 if a2b_qp is not None:
123 odata = a2b_qp(data, header = header)
160 if a2b_qp is not None:
161 return a2b_qp(s, header = header)
  /external/python/cpython3/Lib/
quopri.py 15 from binascii import a2b_qp, b2a_qp
17 a2b_qp = None variable
122 if a2b_qp is not None:
124 odata = a2b_qp(data, header=header)
161 if a2b_qp is not None:
162 return a2b_qp(s, header=header)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
quopri.py 15 from binascii import a2b_qp, b2a_qp
17 a2b_qp = None variable
121 if a2b_qp is not None:
123 odata = a2b_qp(data, header = header)
160 if a2b_qp is not None:
161 return a2b_qp(s, header = header)
  /prebuilts/gdb/linux-x86/lib/python2.7/
quopri.py 15 from binascii import a2b_qp, b2a_qp
17 a2b_qp = None variable
121 if a2b_qp is not None:
123 odata = a2b_qp(data, header = header)
160 if a2b_qp is not None:
161 return a2b_qp(s, header = header)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py 15 from binascii import a2b_qp, b2a_qp
17 a2b_qp = None variable
121 if a2b_qp is not None:
123 odata = a2b_qp(data, header = header)
160 if a2b_qp is not None:
161 return a2b_qp(s, header = header)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 15 from binascii import a2b_qp, b2a_qp
17 a2b_qp = None variable
121 if a2b_qp is not None:
123 odata = a2b_qp(data, header = header)
160 if a2b_qp is not None:
161 return a2b_qp(s, header = header)

Completed in 117 milliseconds