Searched refs:cached (Results 1 - 25 of 195) sorted by relevance

12345678

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cc30 static int cached = 0; local
32 if (!cached) { // Not thread-safe.
34 cached = 1;
/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.cc146 QuicCryptoClientConfig::CachedState* cached = local
151 cached,
181 QuicCryptoClientConfig::CachedState* cached = local
189 if (!cached->IsEmpty() && !cached->signature().empty() &&
191 // Note that we verify the proof even if the cached proof is valid.
196 // If the cached state needs to be verified, do it now.
212 if (!cached->IsComplete(session()->connection()->clock()->WallNow())) {
216 cached, &crypto_negotiated_params_, &out);
242 cached,
449 DoInitializeServerConfigUpdate( QuicCryptoClientConfig::CachedState* cached) argument
468 DoVerifyProof( QuicCryptoClientConfig::CachedState* cached) argument
506 DoVerifyProofComplete( QuicCryptoClientConfig::CachedState* cached) argument
533 SetCachedProofValid( QuicCryptoClientConfig::CachedState* cached) argument
539 RequiresChannelID( QuicCryptoClientConfig::CachedState* cached) argument
[all...]
H A Dquic_client_session_base.h21 // Called when the proof in |cached| is marked valid. If this is a secure
27 const QuicCryptoClientConfig::CachedState& cached) = 0;
30 // proof verification is complete, or when cached details are used. This
H A Dquic_crypto_client_stream.h122 // Start the proof verification if |server_id_| is https and |cached| has
125 QuicCryptoClientConfig::CachedState* cached);
129 QuicAsyncStatus DoVerifyProof(QuicCryptoClientConfig::CachedState* cached);
135 QuicCryptoClientConfig::CachedState* cached);
137 // Called to set the proof of |cached| valid. Also invokes the session's
139 void SetCachedProofValid(QuicCryptoClientConfig::CachedState* cached);
141 // Returns true if the server crypto config in |cached| requires a ChannelID
143 bool RequiresChannelID(QuicCryptoClientConfig::CachedState* cached);
/external/oprofile/libutil++/
H A Dcached_value.h3 * Hold a cached value.
17 * Hold a single value, returning a cached value if there is one.
27 /// return the cached value
30 throw op_fatal_error("cached value not set");
34 /// return true if a value is cached
35 bool cached() const { return set; } function in class:cached_value
45 /// the cached value
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkResponseCache.java40 * with the headers from {@code network}. The cached response body is not
41 * updated. If the stored response has changed since {@code cached} was
44 void update(Response cached, Response network) throws IOException; argument
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config.h43 // cached server config has expired.
61 // InvalidateServerConfig clears the cached server config (if any).
103 // Initializes this cached state based on the arguments provided.
127 // scfg contains the cached, parsed value of |server_config|.
140 // CachedState currently exists, it will be created and cached.
147 // source-address token or SCFG from a server. If |cached| is non-NULL, the
149 // to store the cached certs that were sent as hints to the server in
155 const CachedState* cached,
160 // of this object. This object must have cached enough information about
176 const CachedState* cached,
[all...]
H A Dquic_crypto_client_config.cc324 CachedState* cached = new CachedState; local
325 cached_states_.insert(make_pair(server_id, cached));
326 PopulateFromCanonicalConfig(server_id, cached);
327 return cached;
340 const CachedState* cached,
357 if (!cached->source_address_token().empty()) {
358 out->SetStringPiece(kSourceAddressTokenTag, cached->source_address_token());
373 const vector<string>& certs = cached->certs();
376 // doesn't update the cached certificates and cause us to be unable to
394 const CachedState* cached,
337 FillInchoateClientHello( const QuicServerId& server_id, const QuicVersion preferred_version, const CachedState* cached, QuicCryptoNegotiatedParameters* out_params, CryptoHandshakeMessage* out) const argument
390 FillClientHello( const QuicServerId& server_id, QuicConnectionId connection_id, const QuicVersion preferred_version, const CachedState* cached, QuicWallTime now, QuicRandom* rand, const ChannelIDKey* channel_id_key, QuicCryptoNegotiatedParameters* out_params, CryptoHandshakeMessage* out, string* error_details) const argument
578 CacheNewServerConfig( const CryptoHandshakeMessage& message, QuicWallTime now, const vector<string>& cached_certs, CachedState* cached, string* error_details) argument
635 ProcessRejection( const CryptoHandshakeMessage& rej, QuicWallTime now, CachedState* cached, bool is_https, QuicCryptoNegotiatedParameters* out_params, string* error_details) argument
688 ProcessServerHello( const CryptoHandshakeMessage& server_hello, QuicConnectionId connection_id, const QuicVersionVector& negotiated_versions, CachedState* cached, QuicCryptoNegotiatedParameters* out_params, string* error_details) argument
764 ProcessServerConfigUpdate( const CryptoHandshakeMessage& server_config_update, QuicWallTime now, CachedState* cached, QuicCryptoNegotiatedParameters* out_params, string* error_details) argument
806 CachedState* cached = LookupOrCreate(server_id); local
[all...]
/external/chromium_org/build/git-hooks/
H A Dpre-commit7 git diff-index --cached --ignore-submodules=dirty "$1" | grep -e '^:160000' -e '^:...... 160000' | xargs
38 git diff-index --cached --ignore-submodules=dirty HEAD
49 git diff-index --cached "$1" .gitmodules
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dshaders_cache.c398 struct cached_shader *cached = local
401 cached->driver_shader);
413 struct cached_shader *cached; local
417 cached = CALLOC_STRUCT(cached_shader);
418 cached->driver_shader = create_shader(sc->pipe->pipe, key, &cached->state);
420 cso_hash_insert(sc->hash, key, cached);
422 return cached->driver_shader;
425 cached = (struct cached_shader *)cso_hash_iter_data(iter);
427 assert(cached
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dshaders_cache.c398 struct cached_shader *cached = local
401 cached->driver_shader);
413 struct cached_shader *cached; local
417 cached = CALLOC_STRUCT(cached_shader);
418 cached->driver_shader = create_shader(sc->pipe->pipe, key, &cached->state);
420 cso_hash_insert(sc->hash, key, cached);
422 return cached->driver_shader;
425 cached = (struct cached_shader *)cso_hash_iter_data(iter);
427 assert(cached
[all...]
/external/libunwind/doc/
H A Dunw_flush_cache.tex8 \begin{Name}{3}{unw\_flush\_cache}{David Mosberger-Tang}{Programming Library}{unw\_flush\_cache}unw\_flush\_cache -- flush cached info
19 The \Func{unw\_flush\_cache}() routine flushes all cached info as it
21 target address-space \Var{as}. In addition, all info cached for
24 list is not tied to a code-range and its cached value (if any) is
32 information cached on behalf of address space \Var{as} is flushed.
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpath_canonicalizer.py41 def load(cached):
48 cached.get('canonical_paths'), cached.get('simplified_paths_map'))
/external/chromium_org/net/tools/quic/
H A Dquic_client_session.h33 const QuicCryptoClientConfig::CachedState& cached) OVERRIDE;
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslnonce.c116 SSL_TRC(8, ("SSL: destroy sid: sid=0x%x cached=%d", sid, sid->cached));
118 PORT_Assert(sid->cached != in_client_cache);
218 PORT_Assert(sid->cached == in_client_cache);
232 sid->cached = invalid_cache; /* mark not on list. */
262 ** Add an sid to the cache or return a previously cached entry to the cache.
270 PORT_Assert(sid->cached == never_cached);
272 SSL_TRC(8, ("SSL: Cache: sid=0x%x cached=%d addr=0x%08x%08x%08x%08x port=0x%04x "
273 "time=%x cached=%d",
274 sid, sid->cached, si
[all...]
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp17 SkSurface_Gpu(GrRenderTarget*, bool cached, const SkSurfaceProps*, bool doClear);
36 SkSurface_Gpu::SkSurface_Gpu(GrRenderTarget* renderTarget, bool cached, const SkSurfaceProps* props, argument
41 deviceFlags |= cached ? SkGpuDevice::kCached_Flag : 0;
/external/javassist/src/main/javassist/scopedpool/
H A DScopedClassPool.java159 * Get the cached class
243 * Whether the class is cached in this pooled
247 * @return the cached class
250 CtClass cached = (CtClass)classes.get(classname);
251 if (cached != null)
252 return cached;
/external/skia/src/image/
H A DSkSurface_Gpu.cpp17 SkSurface_Gpu(GrRenderTarget*, bool cached, TextRenderMode trm);
36 SkSurface_Gpu::SkSurface_Gpu(GrRenderTarget* renderTarget, bool cached, TextRenderMode trm) argument
39 flags |= cached ? SkGpuDevice::kCached_Flag : 0;
/external/chromium_org/third_party/skia/tools/
H A Dgit-skia-verify54 git diff --cached --exit-code > /dev/null
/external/skia/tools/
H A Dgit-skia-verify54 git diff --cached --exit-code > /dev/null
/external/chromium_org/base/process/
H A Dprocess_metrics_unittest.cc149 EXPECT_TRUE(meminfo.cached == 406160);
165 EXPECT_TRUE(meminfo.cached == 115124);
282 EXPECT_GT(info.cached, 0);
291 EXPECT_LT(info.cached, info.total);
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCache.h73 DEFINE_ATTRIBUTE_EVENT_LISTENER(cached);
/external/chromium_org/ui/file_manager/gallery/js/
H A Dribbon.js56 * Clear all cached data to force full redraw on the next selection change.
310 var cached = this.renderCache_[url];
311 if (cached) {
312 var img = cached.querySelector('img');
314 img.classList.add('cached');
315 return cached;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DnetworkLogView.css357 .network-graph-bar.cached {
366 .network-graph-bar.cached.document {
375 .network-graph-bar.cached.stylesheet {
384 .network-graph-bar.cached.image {
393 .network-graph-bar.cached.media {
402 .network-graph-bar.cached.font {
411 .network-graph-bar.cached.texttrack {
420 .network-graph-bar.cached.script {
429 .network-graph-bar.cached.xhr {
438 .network-graph-bar.cached
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngine.java112 Resource cached = cache.remove(key);
113 if (cached != null) {
114 cached.acquire(1);
115 activeResources.put(key, new ResourceWeakReference(key, cached, resourceReferenceQueue));
116 cb.onResourceReady(cached);

Completed in 3190 milliseconds

12345678