Home
last modified time | relevance | path

Searched refs:_encode_text (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/autotest/server/site_tests/firmware_TPMExtend/
H A Dfirmware_TPMExtend.py10 def _encode_text(text): function
58 bootmode = _encode_text(chr(dev_mode) +
76 if not self._check_pcr(1, hashlib.sha256(_encode_text(hwid))):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/email/
Dcontentmanager.py144 def _encode_text(string, charset, cte, policy): function
187 cte, payload = _encode_text(string, charset, cte, msg.policy)
/aosp_15_r20/external/python/cpython3/Lib/email/
Dcontentmanager.py144 def _encode_text(string, charset, cte, policy): function
187 cte, payload = _encode_text(string, charset, cte, msg.policy)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/email/
H A Dcontentmanager.py144 def _encode_text(string, charset, cte, policy): function
187 cte, payload = _encode_text(string, charset, cte, msg.policy)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/email/
Dcontentmanager.py144 def _encode_text(string, charset, cte, policy): function
187 cte, payload = _encode_text(string, charset, cte, msg.policy)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
Dcontentmanager.py144 def _encode_text(string, charset, cte, policy): function
187 cte, payload = _encode_text(string, charset, cte, msg.policy)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
Dcontentmanager.py144 def _encode_text(string, charset, cte, policy): function
187 cte, payload = _encode_text(string, charset, cte, msg.policy)
/aosp_15_r20/external/autotest/server/site_tests/tast/
H A Dtast.py61 def _encode_text(text): function
75 return _encode_text(j)