Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 25 of 179) sorted by relevance

12345678

/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_crypto_client_handshaker.cc224 QuicCryptoClientConfig::CachedState* cached = in HandleServerConfigUpdateMessage() local
247 QuicCryptoClientConfig::CachedState* cached = in DoHandshakeLoop() local
294 QuicCryptoClientConfig::CachedState* cached) { in DoInitialize()
312 QuicCryptoClientConfig::CachedState* cached) { in DoSendCHLO()
413 QuicCryptoClientConfig::CachedState* cached) { in DoReceiveREJ()
471 QuicCryptoClientConfig::CachedState* cached) { in DoVerifyProof()
504 QuicCryptoClientConfig::CachedState* cached) { in DoVerifyProofComplete()
546 QuicCryptoClientConfig::CachedState* cached) { in DoReceiveSHLO()
620 QuicCryptoClientConfig::CachedState* cached) { in DoInitializeServerConfigUpdate()
635 QuicCryptoClientConfig::CachedState* cached) { in SetCachedProofValid()
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_crypto_client_handshaker.cc224 QuicCryptoClientConfig::CachedState* cached = in HandleServerConfigUpdateMessage() local
247 QuicCryptoClientConfig::CachedState* cached = in DoHandshakeLoop() local
294 QuicCryptoClientConfig::CachedState* cached) { in DoInitialize()
312 QuicCryptoClientConfig::CachedState* cached) { in DoSendCHLO()
413 QuicCryptoClientConfig::CachedState* cached) { in DoReceiveREJ()
471 QuicCryptoClientConfig::CachedState* cached) { in DoVerifyProof()
504 QuicCryptoClientConfig::CachedState* cached) { in DoVerifyProofComplete()
546 QuicCryptoClientConfig::CachedState* cached) { in DoReceiveSHLO()
620 QuicCryptoClientConfig::CachedState* cached) { in DoInitializeServerConfigUpdate()
635 QuicCryptoClientConfig::CachedState* cached) { in SetCachedProofValid()
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_crypto_client_config.cc368 CachedState* cached = new CachedState; in LookupOrCreate() local
385 const CachedState* cached, QuicRandom* rand, bool demand_x509_proof, in FillInchoateClientHello()
453 const ParsedQuicVersion actual_version, const CachedState* cached, in FillClientHello()
599 const std::vector<std::string>& cached_certs, CachedState* cached, in CacheNewServerConfig()
667 CachedState* cached, in ProcessRejection()
696 const ParsedQuicVersionVector& negotiated_versions, CachedState* cached, in ProcessServerHello()
758 CachedState* cached, in ProcessServerConfigUpdate()
804 CachedState* cached = LookupOrCreate(server_id); in InitializeFrom() local
813 const QuicServerId& server_id, CachedState* cached) { in PopulateFromCanonicalConfig()
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_crypto_client_config.cc368 CachedState* cached = new CachedState; in LookupOrCreate() local
385 const CachedState* cached, QuicRandom* rand, bool demand_x509_proof, in FillInchoateClientHello()
453 const ParsedQuicVersion actual_version, const CachedState* cached, in FillClientHello()
599 const std::vector<std::string>& cached_certs, CachedState* cached, in CacheNewServerConfig()
667 CachedState* cached, in ProcessRejection()
696 const ParsedQuicVersionVector& negotiated_versions, CachedState* cached, in ProcessServerHello()
758 CachedState* cached, in ProcessServerConfigUpdate()
804 CachedState* cached = LookupOrCreate(server_id); in InitializeFrom() local
813 const QuicServerId& server_id, CachedState* cached) { in PopulateFromCanonicalConfig()
/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dtests.rs64 let cached = CachedCredentialSource::new(supplier, cache); in cached_credential_source_keeps_same_entries_as_original() localVariable
107 let cached = CachedCredentialSource::new(supplier, cache); in cached_credential_source_has_requested_cache_size() localVariable
/external/arm-trusted-firmware/lib/locks/bakery/
Dbakery_lock_normal.c67 static inline void write_cache_op(uintptr_t addr, bool cached) in write_cache_op()
77 static inline void read_cache_op(uintptr_t addr, bool cached) in read_cache_op()
/external/trusty/arm-trusted-firmware/lib/locks/bakery/
Dbakery_lock_normal.c67 static inline void write_cache_op(uintptr_t addr, bool cached) in write_cache_op()
77 static inline void read_cache_op(uintptr_t addr, bool cached) in read_cache_op()
/external/vixl/tools/
Dlint.py228 def RunLinter(files, jobs=1, progress_prefix='', cached=True): argument
246 cached = not args.no_cache variable
/external/openthread/tests/scripts/thread-cert/pktverify/
Ddecorators.py33 def cached(f): function
/external/bcc/libbpf-tools/
Dcachestat.c104 static int get_meminfo(__u64 *buffers, __u64 *cached) in get_meminfo()
132 __u64 buffers, cached, mbd; in main() local
/external/json-schema-validator/src/main/java/com/networknt/schema/utils/
DCachingSupplier.java30 private T cached = null; field in CachingSupplier
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DImageSource.java32 private boolean cached; field in ImageSource
34 private ImageSource(Bitmap bitmap, boolean cached) { in ImageSource()
/external/perfetto/ui/src/base/
Dmonitor.ts23 private cached: unknown[]; property in Monitor
/external/openthread/tools/otci/otci/
Dutils.py45 def cached(func): function
/external/guice/core/src/com/google/inject/internal/util/
DStackTraceElements.java143 InMemoryStackTraceElement cached = elementCache.get(inMemoryStackTraceElement); in weakIntern() local
157 String cached = stringCache.get(s); in weakIntern() local
/external/grpc-grpc-java/auth/src/main/java/io/grpc/auth/
DClientAuthInterceptor.java51 private Metadata cached; field in ClientAuthInterceptor
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DInternalCache.java47 void update(Response cached, Response network) throws IOException; in update()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DInternalCache.java45 void update(Response cached, Response network) throws IOException; in update()
/external/perfetto/ui/src/public/
Dtrace_info.ts59 readonly cached: boolean; property
/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp120 const CKeyInfo &cached = Keys[i]; in GetKey() local
137 const CKeyInfo &cached = Keys[i]; in FindAndAdd() local
/external/threetenbp/src/main/java/org/threeten/bp/format/
DSimpleDateTimeFormatStyleProvider.java69 Object cached = FORMATTER_CACHE.get(key); in getFormatter() local
/external/mesa3d/src/amd/vpelib/src/core/inc/
Dconfig_cache.h74 bool cached; member
/external/rust/android-crates-io/crates/arc-swap/src/
Dcache.rs112 cached: T, field
131 let cached = arc_swap.load_full(); in new() localVariable
/external/skia/src/gpu/graphite/
DProxyCache.cpp93 if (sk_sp<TextureProxy>* cached = fCache.find(key)) { in findOrCreateCachedProxy() local
186 if (sk_sp<TextureProxy>* cached = fCache.find(key)) { in find() local
/external/rust/android-crates-io/crates/serde_json/src/lexical/
Dmod.rs17 mod cached; module

12345678