Home
last modified time | relevance | path

Searched defs:kMaxTokenLength (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaModelChunk.h116 const size_t kMaxTokenLength; variable
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_sspi_win_unittest.cc41 const ULONG kMaxTokenLength = 100; variable
/aosp_15_r20/external/icing/icing/index/
H A Dindex-processor_test.cc1039 constexpr int kMaxTokenLength = 16777217; in TEST_F() local
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.hpp173 …static constexpr uint8_t kMaxTokenLength = OT_COAP_MAX_TOKEN_LENGTH; ///< Maximum token le… member in ot::Coap::Message