Home
last modified time | relevance | path

Searched refs:encodebytes (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_base64.py23 eq(base64.encodebytes(b"www.python.org"), b"d3d3LnB5dGhvbi5vcmc=\n")
24 eq(base64.encodebytes(b"a"), b"YQ==\n")
25 eq(base64.encodebytes(b"ab"), b"YWI=\n")
26 eq(base64.encodebytes(b"abc"), b"YWJj\n")
27 eq(base64.encodebytes(b""), b"")
28 eq(base64.encodebytes(b"abcdefghijklmnopqrstuvwxyz"
35 eq(base64.encodebytes(bytearray(b'abc')), b'YWJj\n')
36 eq(base64.encodebytes(memoryview(b'abc')), b'YWJj\n')
37 eq(base64.encodebytes(array('B', b'abc')), b'YWJj\n')
38 self.check_type_errors(base64.encodebytes)
/aosp_15_r20/external/python/cpython3/Lib/encodings/
Dbase64_codec.py15 return (base64.encodebytes(input), len(input))
30 return base64.encodebytes(input)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/
Dbase64_codec.py15 return (base64.encodebytes(input), len(input))
30 return base64.encodebytes(input)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/encodings/
Dbase64_codec.py15 return (base64.encodebytes(input), len(input))
30 return base64.encodebytes(input)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/
Dbase64_codec.py15 return (base64.encodebytes(input), len(input))
30 return base64.encodebytes(input)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/
H A Dbase64_codec.py15 return (base64.encodebytes(input), len(input))
30 return base64.encodebytes(input)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/
Dbase64_codec.py15 return (base64.encodebytes(input), len(input))
30 return base64.encodebytes(input)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/email/
H A Dencoders.py15 from base64 import encodebytes as _bencode
/aosp_15_r20/external/python/cpython3/Lib/email/
Dencoders.py15 from base64 import encodebytes as _bencode
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/email/
Dencoders.py15 from base64 import encodebytes as _bencode
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
Dencoders.py15 from base64 import encodebytes as _bencode
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
Dencoders.py15 from base64 import encodebytes as _bencode
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/email/
Dencoders.py15 from base64 import encodebytes as _bencode
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dbase64.py549 def encodebytes(s): function
599 s1 = encodebytes(s0)
/aosp_15_r20/external/python/cpython3/Lib/
Dbase64.py549 def encodebytes(s): function
599 s1 = encodebytes(s0)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dbase64.py549 def encodebytes(s): function
599 s1 = encodebytes(s0)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dbase64.py549 def encodebytes(s): function
599 s1 = encodebytes(s0)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dbase64.py549 def encodebytes(s): function
599 s1 = encodebytes(s0)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dbase64.py549 def encodebytes(s): function
599 s1 = encodebytes(s0)
/aosp_15_r20/external/python/cpython3/Lib/xmlrpc/
Dclient.py424 encoded = base64.encodebytes(self.data)
575 encoded = base64.encodebytes(value)
1233 auth = base64.encodebytes(auth).decode("utf-8")
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xmlrpc/
Dclient.py424 encoded = base64.encodebytes(self.data)
575 encoded = base64.encodebytes(value)
1233 auth = base64.encodebytes(auth).decode("utf-8")
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xmlrpc/
Dclient.py424 encoded = base64.encodebytes(self.data)
575 encoded = base64.encodebytes(value)
1233 auth = base64.encodebytes(auth).decode("utf-8")
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xmlrpc/
Dclient.py424 encoded = base64.encodebytes(self.data)
575 encoded = base64.encodebytes(value)
1233 auth = base64.encodebytes(auth).decode("utf-8")
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xmlrpc/
Dclient.py424 encoded = base64.encodebytes(self.data)
575 encoded = base64.encodebytes(value)
1233 auth = base64.encodebytes(auth).decode("utf-8")
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xmlrpc/
H A Dclient.py424 encoded = base64.encodebytes(self.data)
575 encoded = base64.encodebytes(value)
1233 auth = base64.encodebytes(auth).decode("utf-8")

12