Home
last modified time | relevance | path

Searched defs:bstring (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/email/
D_encoded_words.py89 def encode_q(bstring): argument
92 def len_q(bstring): argument
138 def encode_b(bstring): argument
141 def len_b(bstring): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
D_encoded_words.py89 def encode_q(bstring): argument
92 def len_q(bstring): argument
138 def encode_b(bstring): argument
141 def len_b(bstring): argument
/aosp_15_r20/external/python/cpython3/Lib/email/
D_encoded_words.py89 def encode_q(bstring): argument
92 def len_q(bstring): argument
138 def encode_b(bstring): argument
141 def len_b(bstring): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/email/
D_encoded_words.py89 def encode_q(bstring): argument
92 def len_q(bstring): argument
138 def encode_b(bstring): argument
141 def len_b(bstring): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/email/
H A D_encoded_words.py89 def encode_q(bstring): argument
92 def len_q(bstring): argument
138 def encode_b(bstring): argument
141 def len_b(bstring): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
D_encoded_words.py89 def encode_q(bstring): argument
92 def len_q(bstring): argument
138 def encode_b(bstring): argument
141 def len_b(bstring): argument
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dlib.rs438 mod bstring; module
Dimpls.rs63 mod bstring { module
/aosp_15_r20/external/libcups/cgi-bin/
H A Dvar.c752 bstring[256], /* Boundary string to look for */ in cgi_initialize_multipart() local