Home
last modified time | relevance | path

Searched defs:morsel (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/engine/general_purpose/
Ddecode.rs180 let morsel = decode_table[usize::from(input[0])]; localVariable
186 let morsel = decode_table[usize::from(input[1])]; localVariable
195 let morsel = decode_table[usize::from(input[2])]; localVariable
204 let morsel = decode_table[usize::from(input[3])]; localVariable
213 let morsel = decode_table[usize::from(input[4])]; localVariable
222 let morsel = decode_table[usize::from(input[5])]; localVariable
231 let morsel = decode_table[usize::from(input[6])]; localVariable
240 let morsel = decode_table[usize::from(input[7])]; localVariable
262 let morsel = decode_table[usize::from(input[0])]; localVariable
268 let morsel = decode_table[usize::from(input[1])]; localVariable
[all …]
Ddecode_suffix.rs79 let morsel = decode_table[b as usize]; localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/
H A Ddecode.rs403 let morsel = decode_table[*b as usize]; in decode_helper() localVariable
473 let morsel = decode_table[input[0] as usize]; localVariable
479 let morsel = decode_table[input[1] as usize]; localVariable
488 let morsel = decode_table[input[2] as usize]; localVariable
497 let morsel = decode_table[input[3] as usize]; localVariable
506 let morsel = decode_table[input[4] as usize]; localVariable
515 let morsel = decode_table[input[5] as usize]; localVariable
524 let morsel = decode_table[input[6] as usize]; localVariable
533 let morsel = decode_table[input[7] as usize]; localVariable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/http/
Dcookies.py321 def __eq__(self, morsel): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/http/
Dcookies.py321 def __eq__(self, morsel): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/http/
Dcookies.py321 def __eq__(self, morsel): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/http/
H A Dcookies.py321 def __eq__(self, morsel): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/http/
Dcookies.py321 def __eq__(self, morsel): argument
/aosp_15_r20/external/python/cpython3/Lib/http/
Dcookies.py321 def __eq__(self, morsel): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcookies.py492 def morsel_to_cookie(morsel): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcookies.py492 def morsel_to_cookie(morsel): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcookies.py492 def morsel_to_cookie(morsel): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcookies.py492 def morsel_to_cookie(morsel): argument