Home
last modified time | relevance | path

Searched defs:cached_state (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/coreboot/src/lib/
H A Dux_locales.c48 static struct preram_locales_state cached_state; variable
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Ddeterminize.rs137 fn cached_state( in cached_state() method
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_client_handshaker.cc152 QuicResumptionState* cached_state) { in PrepareZeroRttConfig()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Ddeterminize.rs301 fn cached_state( in cached_state() method
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_session.cc994 bool QuicSpdySession::ResumeApplicationState(ApplicationState* cached_state) { in ResumeApplicationState()
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Ddfa.rs1146 fn cached_state( in cached_state() method
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc6373 const auto cached_state = delegate_state_cache.find(cache_key); in MaybeGetCachedDelegateKernel() local