Home
last modified time | relevance | path

Searched defs:token_bytes (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/intermediate/
Dtests.rs140 let token_bytes = [0x55; V1_IDENTITY_TOKEN_LEN]; in both_mic_and_sig_sections() localVariable
313 let token_bytes = [0x55; V1_IDENTITY_TOKEN_LEN]; in parse_adv_short_salt_mic() localVariable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsecrets.py34 def token_bytes(nbytes=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsecrets.py34 def token_bytes(nbytes=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsecrets.py34 def token_bytes(nbytes=None): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsecrets.py34 def token_bytes(nbytes=None): function
/aosp_15_r20/external/python/cpython3/Lib/
Dsecrets.py34 def token_bytes(nbytes=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsecrets.py34 def token_bytes(nbytes=None): function
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dexternal_dataset_op.cc56 absl::Span<char const> token_bytes = token_str; in MakeDataset() local
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/pw_tokenizer/
H A Dinternal.rs140 let token_bytes = &token.to_le_bytes()[..]; in tokenize_to_buffer_no_args() localVariable
/aosp_15_r20/external/executorch/extension/llm/tokenizer/
H A Dtiktoken.cpp428 std::string token_bytes; in decode() local