Searched defs:cached (Results 1 - 25 of 49) sorted by relevance

12

/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/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8Utilities.cpp134 v8::Local<v8::Value> cached = cacheArray->Get(v8::Integer::New(i, isolate)); local
135 if (cached->StrictEquals(value)) {
/external/compiler-rt/lib/msan/
H A Dmsan_report.cc29 static int cached = 0; local
31 if (!cached) { // Ok wrt threads since we are printing only from one thread.
33 cached = 1;
/external/chromium_org/base/process/
H A Dprocess_metrics.h233 int cached; member in struct:base::SystemMemoryInfoKB
/external/kernel-headers/original/linux/
H A Dandroid_pmem.h47 /* set to indicate maps of this region should be cached, if a mix of
48 * cached and uncached is desired, set this and open the device with
50 unsigned cached; member in struct:android_pmem_platform_data
/external/chromium_org/net/quic/crypto/
H A Dcert_compressor.cc176 // by |client_common_set_hashes| and who has cached the certificates with the
194 bool cached = false; local
210 cached = true;
214 if (cached) {
292 // The dictionary starts with the common and cached certs in reverse order.
H A Dcrypto_handshake.cc545 CachedState* cached = new CachedState; local
546 cached_states_.insert(make_pair(server_hostname, cached));
547 return cached;
552 const CachedState* cached,
565 if (!cached->source_address_token().empty()) {
566 out->SetStringPiece(kSourceAddressTokenTag, cached->source_address_token());
583 if (!cached->proof_valid()) {
595 const vector<string>& certs = cached->certs();
598 // doesn't update the cached certificates and cause us to be unable to
615 const CachedState* cached,
550 FillInchoateClientHello( const string& server_hostname, const CachedState* cached, QuicCryptoNegotiatedParameters* out_params, CryptoHandshakeMessage* out) const argument
612 FillClientHello( const string& server_hostname, QuicGuid guid, const CachedState* cached, QuicWallTime now, QuicRandom* rand, QuicCryptoNegotiatedParameters* out_params, CryptoHandshakeMessage* out, string* error_details) const argument
790 ProcessRejection( CachedState* cached, const CryptoHandshakeMessage& rej, QuicWallTime now, QuicCryptoNegotiatedParameters* out_params, string* error_details) argument
[all...]
/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.cc102 // we learn about SSL info (sync vs async vs cached).
149 QuicCryptoClientConfig::CachedState* cached = local
169 if (!cached->IsComplete(session()->connection()->clock()->WallNow())) {
171 server_hostname_, cached, &crypto_negotiated_params_, &out);
181 cached,
188 // Flush the cached config so that, if it's bad, the server has a
190 cached->InvalidateServerConfig();
194 if (cached->proof_verify_details()) {
195 CopyCertVerifyResult(cached->proof_verify_details(),
235 cached, *i
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRegion.h205 // True if the computed style in region is cached.
206 bool cached; member in struct:WebCore::RenderRegion::ObjectRegionStyleInfo
/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/kernel-headers/original/linux/mtd/
H A Dmap.h190 void *cached; member in struct:map_info
207 /* It's possible for the map driver to use cached memory in its
404 if (map->cached)
405 memcpy(to, (char *)map->cached + from, len);
/external/valgrind/main/VEX/priv/
H A Dmain_main.c948 static Int cached = 0; /* DO NOT MAKE NON-STATIC */ local
949 if (UNLIKELY(cached == 0)) {
952 cached = evCheckSzB_X86(); break;
954 cached = evCheckSzB_AMD64(); break;
956 cached = evCheckSzB_ARM(); break;
958 cached = evCheckSzB_S390(); break;
961 cached = evCheckSzB_PPC(); break;
963 cached = evCheckSzB_MIPS(); break;
968 return cached;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.cpp160 // Clear the cached position flag in case this is a watch request, which
437 // This may be due to either a new position from the service, or a cached
457 // If any of the requests are waiting for permission for a cached position,
527 void Geolocation::extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached) argument
534 if (cached)
535 cached->append(notifier);
569 // Don't send non-fatal errors to notifiers due to receive a cached position.
578 // cached position and those requiring a fresh position. Perform the check
583 // Maintain a reference to the cached notifiers until their timer fires.
/external/chromium_org/third_party/icu/source/i18n/
H A Dzonemeta.cpp295 // Checking the cached results
330 // Check if it was already cached
331 UBool cached = FALSE; local
335 multiZones = cached = gMultiZonesCountries->contains((void*)region);
337 cached = gSingleZoneCountries->contains((void*)region);
342 if (!cached) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.cpp50 // This could be a long-lived effect that is cached with the alpha-mask.
395 bool cached = fAACache.canReuse(clipStackGenID, clipSpaceIBounds); local
396 if (!cached) {
400 // currently cached mask so it can be reused.
417 return cached;
H A DSkGpuDevice.cpp113 GrFontScaler* fFontScaler; // cached in the skia glyphcache
175 bool cached) {
196 SkPixelRef* pr = SkNEW_ARGS(SkGrPixelRef, (surface, cached));
350 // none of these cases will have a cached clip mask
369 // TODO: iterate through the clip stack and clean up any cached clip masks
173 initFromRenderTarget(GrContext* context, GrRenderTarget* renderTarget, bool cached) argument
/external/skia/src/gpu/
H A DGrClipMaskManager.cpp50 // This could be a long-lived effect that is cached with the alpha-mask.
395 bool cached = fAACache.canReuse(clipStackGenID, clipSpaceIBounds); local
396 if (!cached) {
400 // currently cached mask so it can be reused.
417 return cached;
/external/chromium/chrome/browser/history/
H A Dtop_sites.cc900 MostVisitedURLList cached; local
901 ApplyBlacklistAndPinnedURLs(cache_->top_sites(), &cached);
902 thread_safe_cache_->SetTopSites(cached);
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl.cc855 MostVisitedURLList cached; local
856 ApplyBlacklist(cache_->top_sites(), &cached);
857 thread_safe_cache_->SetTopSites(cached);
H A Dtop_sites_likely_impl.cc859 MostVisitedURLList cached; local
860 ApplyBlacklist(cache_->top_sites(), &cached);
861 thread_safe_cache_->SetTopSites(cached);
/external/compiler-rt/lib/asan/
H A Dasan_report.cc48 static int cached = 0; local
50 if (!cached) { // Ok wrt threads since we are printing only from one thread.
52 cached = 1;
/external/icu4c/i18n/
H A Dzonemeta.cpp227 // Checking the cached results
258 // Check if it was already cached
413 // Checking the cached results
450 // Check if it was already cached
451 UBool cached = FALSE; local
455 singleZone = cached = gSingleZoneCountries->contains((void*)region);
456 if (!cached) {
457 cached = gMultiZonesCountries->contains((void*)region);
462 if (!cached) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h40 // of chunks that need to be cached per-thread:
45 // c00 => s: 0 diff: +0 00% l 0 cached: 0 0; id 0
46 // c01 => s: 16 diff: +16 00% l 4 cached: 256 4096; id 1
47 // c02 => s: 32 diff: +16 100% l 5 cached: 256 8192; id 2
48 // c03 => s: 48 diff: +16 50% l 5 cached: 256 12288; id 3
49 // c04 => s: 64 diff: +16 33% l 6 cached: 256 16384; id 4
50 // c05 => s: 80 diff: +16 25% l 6 cached: 256 20480; id 5
51 // c06 => s: 96 diff: +16 20% l 6 cached: 256 24576; id 6
52 // c07 => s: 112 diff: +16 16% l 6 cached: 256 28672; id 7
54 // c08 => s: 128 diff: +16 14% l 7 cached
152 uptr cached = MaxCached(i) * s; local
[all...]
/external/flac/libFLAC/
H A Dstream_decoder.c187 FLAC__bool cached; /* true if there is a byte in lookahead */ member in struct:FLAC__StreamDecoderPrivate
470 decoder->private_->cached = false;
1381 if(decoder->private_->cached) {
1383 decoder->private_->cached = false;
1414 decoder->private_->cached = true;
1967 if(decoder->private_->cached) {
1969 decoder->private_->cached = false;
1984 decoder->private_->cached = true;
2194 decoder->private_->cached = true;
2355 decoder->private_->cached
[all...]

Completed in 552 milliseconds

12