Searched refs:cache (Results 176 - 200 of 1307) sorted by relevance

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
H A DEntityCapsPersistentCache.java14 package org.jivesoftware.smackx.entitycaps.cache;
/external/elfutils/0.153/libdw/
H A Dcfi.h94 /* This holds everything we cache about the CFI from each ELF file's
182 Dwarf_CFI *cache; member in struct:Dwarf_Frame_s
212 extern void __libdw_destroy_frame_cache (Dwarf_CFI *cache)
216 extern void __libdw_intern_cie (Dwarf_CFI *cache, Dwarf_Off offset,
221 extern struct dwarf_cie *__libdw_find_cie (Dwarf_CFI *cache, Dwarf_Off offset)
226 extern struct dwarf_fde *__libdw_find_fde (Dwarf_CFI *cache,
231 extern struct dwarf_fde *__libdw_fde_by_offset (Dwarf_CFI *cache,
238 extern int __libdw_frame_at_address (Dwarf_CFI *cache, struct dwarf_fde *fde,
H A Ddwarf_frame_register.c88 if (fs->cache->default_same_value)
121 unsigned int address_size = (fs->cache->e_ident[EI_CLASS] == ELFCLASS32
125 const uint8_t *p = fs->cache->data->d.d_buf + reg->value;
131 fs->cache->other_byte_order,
133 &fs->cache->expr_tree, &block,
H A Dcfi.c82 execute_cfi (Dwarf_CFI *cache, argument
152 operand = read_2ubyte_unaligned_inc (cache, program);
155 operand = read_4ubyte_unaligned_inc (cache, program);
158 operand = read_8ubyte_unaligned_inc (cache, program);
162 if (likely (!read_encoded_value (cache, cie->fde_encoding,
273 offset = program - (const uint8_t *) cache->data->d.d_buf;
284 offset = program - (const uint8_t *) cache->data->d.d_buf;
298 cache->default_same_value = true;
351 unsigned int address_size = (cache->e_ident[EI_CLASS] == ELFCLASS32
416 cie_cache_initial_state (Dwarf_CFI *cache, struc argument
485 __libdw_frame_at_address(Dwarf_CFI *cache, struct dwarf_fde *fde, Dwarf_Addr address, Dwarf_Frame **frame) argument
[all...]
/external/libnl/lib/
H A Dcache_mngt.c20 #include <netlink/cache.h>
31 * Lookup the set cache operations of a certain cache type
32 * @arg name name of the cache type
34 * @return The cache operations or NULL if no operations
49 * Associate a message type to a set of cache operations
54 * a registered set of cache operations.
56 * @return The cache operations or NULL if no association
77 * Lookup message type cache association
78 * @arg ops cache operation
190 nl_cache_mngt_provide(struct nl_cache *cache) argument
209 nl_cache_mngt_unprovide(struct nl_cache *cache) argument
[all...]
/external/oprofile/events/mips/r10000/
H A Devents18 event:0x06 counters:1 um:zero minimum:500 name:QUADWORDS_WB_FROM_PRIMARY_DCACHE : Quadwords written back from primary data cache
19 event:0x07 counters:0 um:zero minimum:500 name:QUADWORDS_WB_FROM_SCACHE : Quadwords written back from secondary cache
21 event:0x08 counters:0 um:zero minimum:500 name:CORRECTABLE_ECC_ERRORS_SCACHE : Correctable ECC errors on secondary cache data
23 event:0x09 counters:0 um:zero minimum:500 name:INSTRUCTION_CACHE_MISSES : Instruction cache misses
24 event:0x09 counters:1 um:zero minimum:500 name:SCACHE_LOAD_STORE_CACHEOP_OPERATIONS : Secondary cache load / store and cache-ops operations
25 event:0x0a counters:0 um:zero minimum:500 name:SCACHE_MISSES_INSTRUCTION : Secondary cache misses (instruction)
26 event:0x0a counters:1 um:zero minimum:500 name:SCACHE_MISSES_DATA : Secondary cache misses (data)
27 event:0x0b counters:0 um:zero minimum:500 name:SCACHE_WAY_MISPREDICTED_INSN : Secondary cache way mispredicted (instruction)
28 event:0x0b counters:1 um:zero minimum:500 name:SCACHE_WAY_MISPREDICTED_DATA : Secondary cache wa
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc48 static THREADLOCAL AllocatorCache cache; member in namespace:__anon19634
57 allocator.SwallowCache(&cache);
68 cache.Init();
76 void *p = allocator.Allocate(&cache, size, 8);
85 allocator.Deallocate(&cache, p);
92 void *p = allocator.Allocate(&cache, size, 8, false);
104 p = allocator.Reallocate(&cache, p, size, 8);
114 void *p = allocator.Allocate(&cache, size, alignment);
122 *memptr = allocator.Allocate(&cache, size, alignment);
132 void *p = allocator.Allocate(&cache, siz
[all...]
/external/e2fsprogs/lib/blkid/
H A Ddev.c101 * This series of functions iterate over all devices in a blkid cache
107 blkid_cache cache; member in struct:blkid_struct_dev_iterate
113 extern blkid_dev_iterate blkid_dev_iterate_begin(blkid_cache cache) argument
120 iter->cache = cache;
121 iter->p = cache->bic_devs.next;
163 while (iter->p != &iter->cache->bic_devs) {
202 blkid_cache cache = NULL; local
234 if ((ret = blkid_get_cache(&cache, file)) != 0) {
235 fprintf(stderr, "%s: error creating cache (
[all...]
/external/chromium_org/third_party/protobuf/python/
H A Dstubout.py35 self.cache = []
125 self.cache.append((parent, old_child, child_name))
136 self.cache.reverse()
138 for (parent, old_child, child_name) in self.cache:
140 self.cache = []
/external/protobuf/python/
H A Dstubout.py35 self.cache = []
125 self.cache.append((parent, old_child, child_name))
136 self.cache.reverse()
138 for (parent, old_child, child_name) in self.cache:
140 self.cache = []
/external/dnsmasq/src/
H A Dcache.c199 /* insert a new cache entry at the head of the list (youngest entry) */
211 /* remove an arbitrary cache entry for promotion */
240 if (crecp->addr.cname.cache && crecp->addr.cname.uid == crecp->addr.cname.cache->uid)
263 entries in the whole cache.
264 If (flags == 0) remove any expired entries in the whole cache.
267 name exists in the cache as a HOSTS or DHCP entry (these are never deleted)
369 /* CONFIG bit means something else when stored in cache entries */
385 /* Now get a cache entry from the end of the LRU list */
387 if (!(new = cache_tail)) /* no entries left - cache i
644 add_hosts_entry(struct crec *cache, struct all_addr *addr, int addrlen, unsigned short flags, int index, int addr_dup) argument
823 struct crec *cache; local
870 struct crec *cache, **up, *tmp; local
1020 struct crec *cache, **up; local
1160 struct crec *cache ; local
[all...]
/external/chromium_org/third_party/freetype/src/cache/
H A Dftccmap.c5 /* FreeType CharMap cache (body) */
69 /* the cmap cache node */
100 FTC_Cache cache )
103 FT_Memory memory = cache->memory;
114 FTC_Cache cache )
119 FT_Memory memory = cache->memory;
143 FTC_Cache cache )
146 FT_UNUSED( cache );
156 FTC_Cache cache,
161 FT_UNUSED( cache );
240 FTC_Cache cache = FTC_CACHE( cmap_cache ); local
[all...]
/external/freetype/src/cache/
H A Dftccmap.c5 /* FreeType CharMap cache (body) */
69 /* the cmap cache node */
100 FTC_Cache cache )
103 FT_Memory memory = cache->memory;
114 FTC_Cache cache )
119 FT_Memory memory = cache->memory;
143 FTC_Cache cache )
146 FT_UNUSED( cache );
156 FTC_Cache cache,
161 FT_UNUSED( cache );
240 FTC_Cache cache = FTC_CACHE( cmap_cache ); local
[all...]
/external/chromium_org/net/http/
H A Dhttp_auth_cache_unittest.cc80 // Test adding and looking-up cache entries (both by realm and by path).
83 HttpAuthCache cache; local
86 // Add cache entries for 4 realms: "Realm1", "Realm2", "Realm3" and
93 cache.Add(origin, realm1_handler->realm(), realm1_handler->auth_scheme(),
102 cache.Add(origin, realm2_handler->realm(), realm2_handler->auth_scheme(),
111 cache.Add(
123 cache.Add(origin, realm3_digest_handler->realm(),
133 cache.Add(origin, realm4_basic_handler->realm(),
140 entry = cache.Lookup(origin, kRealm5, HttpAuth::AUTH_SCHEME_BASIC);
144 entry = cache
279 HttpAuthCache cache; local
325 HttpAuthCache cache; local
395 HttpAuthCache cache; local
[all...]
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkLinearGradient.cpp118 *dstC++ = cache[toggle + fi]; \
125 SkPMColor* dstC, const SkPMColor* cache,
133 const SkPMColor* SK_RESTRICT cache,
147 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
150 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
156 const SkPMColor* SK_RESTRICT cache,
163 cache[toggle + range.fV0],
164 cache[next_dither_toggl
131 shadeSpan_linear_vertical_lerp(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
154 shadeSpan_linear_clamp(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
191 shadeSpan_linear_mirror(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
204 shadeSpan_linear_repeat(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
228 const SkPMColor* SK_RESTRICT cache = fCache->getCache32(); local
325 shadeSpan16_linear_vertical(TileProc proc, SkFixed dx, SkFixed fx, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
373 shadeSpan16_linear_mirror(TileProc proc, SkFixed dx, SkFixed fx, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
415 const uint16_t* SK_RESTRICT cache = fCache->getCache16(); local
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderTest.java17 package com.google.common.cache;
19 import static com.google.common.cache.TestingCacheLoaders.constantLoader;
20 import static com.google.common.cache.TestingCacheLoaders.identityLoader;
21 import static com.google.common.cache.TestingRemovalListeners.countingRemovalListener;
22 import static com.google.common.cache.TestingRemovalListeners.nullRemovalListener;
23 import static com.google.common.cache.TestingRemovalListeners.queuingRemovalListener;
24 import static com.google.common.cache.TestingWeighers.constantWeigher;
31 import com.google.common.cache.TestingRemovalListeners.CountingRemovalListener;
32 import com.google.common.cache.TestingRemovalListeners.QueuingRemovalListener;
59 LoadingCache<String, Integer> cache
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddso.c51 /* skip the locally configured cache if a symfs is given */
171 struct dso_cache *cache; local
173 cache = rb_entry(next, struct dso_cache, rb_node);
174 next = rb_next(&cache->rb_node);
175 rb_erase(&cache->rb_node, root);
176 free(cache);
185 struct dso_cache *cache; local
191 cache = rb_entry(parent, struct dso_cache, rb_node);
192 end = cache->offset + DSO__DATA_CACHE_SIZE;
194 if (offset < cache
209 struct dso_cache *cache; local
230 dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data, u64 size) argument
244 struct dso_cache *cache; local
289 struct dso_cache *cache; local
[all...]
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp104 *dstC++ = cache[toggle + fi]; \
111 SkPMColor* dstC, const SkPMColor* cache,
119 const SkPMColor* SK_RESTRICT cache,
133 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
136 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
142 const SkPMColor* SK_RESTRICT cache,
149 cache[toggle + range.fV0],
150 cache[next_dither_toggl
117 shadeSpan_linear_vertical_lerp(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
140 shadeSpan_linear_clamp(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
177 shadeSpan_linear_mirror(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
190 shadeSpan_linear_repeat(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
214 const SkPMColor* SK_RESTRICT cache = fCache->getCache32(); local
311 shadeSpan16_linear_vertical(TileProc proc, SkFixed dx, SkFixed fx, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
359 shadeSpan16_linear_mirror(TileProc proc, SkFixed dx, SkFixed fx, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
401 const uint16_t* SK_RESTRICT cache = fCache->getCache16(); local
[all...]
/external/chromium_org/chrome/browser/history/
H A Durl_index_private_data.h34 // Current version of the cache file.
111 // Constructs a new object by restoring its contents from the cache file
130 // Writes |private_data| as a cache file to |file_path| and returns success.
142 // from the cache or a complete rebuild from the history database.
166 // of course) then there would be four items in the cache: 'blog', 'google',
172 // Items stored in the search term cache. If a search term exactly matches one
173 // in the cache then we can quickly supply the proper |history_id_set_| (and
174 // marking the cache item as being |used_|. If we find a prefix for a search
175 // term in the cache (which is very likely to occur as the user types each
182 // Creates a cache ite
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dgaia_info_update_service.cc114 ProfileInfoCache& cache = local
116 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
120 cache.SetGAIANameOfProfileAtIndex(profile_index, full_name);
122 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
125 cache.SetGAIAGivenNameOfProfileAtIndex(profile_index, given_name);
127 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
134 cache.SetGAIAPictureOfProfileAtIndex(profile_index, &gfx_image);
136 cache.SetGAIAPictureOfProfileAtIndex(profile_index, NULL);
153 ProfileInfoCache& cache = local
155 size_t profile_index = cache
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dlocutil.cpp192 Hashtable* cache; local
194 cache = LocaleUtility_cache;
197 if (cache == NULL) {
198 cache = new Hashtable(status);
199 if (cache == NULL || U_FAILURE(status)) {
202 cache->setValueDeleter(uhash_deleteHashtable);
207 LocaleUtility_cache = h = cache;
208 cache = NULL;
212 if(cache != NULL) {
213 delete cache;
[all...]
/external/icu/icu4c/source/common/
H A Dlocutil.cpp192 Hashtable* cache; local
194 cache = LocaleUtility_cache;
197 if (cache == NULL) {
198 cache = new Hashtable(status);
199 if (cache == NULL || U_FAILURE(status)) {
202 cache->setValueDeleter(uhash_deleteHashtable);
207 LocaleUtility_cache = h = cache;
208 cache = NULL;
212 if(cache != NULL) {
213 delete cache;
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dtruncate_operation.cc30 // then marks the resource is dirty on |cache|.
32 internal::FileCache* cache,
37 DCHECK(cache);
40 FileError error = cache->OpenForWrite(local_id, &file_closer);
62 internal::FileCache* cache,
67 cache_(cache),
72 cache,
31 TruncateOnBlockingPool(internal::ResourceMetadata* metadata, internal::FileCache* cache, const std::string& local_id, const base::FilePath& local_cache_path, int64 length) argument
57 TruncateOperation( base::SequencedTaskRunner* blocking_task_runner, OperationDelegate* delegate, JobScheduler* scheduler, internal::ResourceMetadata* metadata, internal::FileCache* cache, const base::FilePath& temporary_file_directory) argument
/external/chromium_org/net/disk_cache/
H A Ddisk_cache_test_util.cc64 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(
66 if (!cache.get())
69 cache->SetNewEviction();
70 cache->SetFlags(disk_cache::kNoRandom);
71 if (cache->SyncInit() != net::OK)
73 return cache->SelfCheck() >= 0;
/external/chromium_org/v8/src/
H A Dapinatives.js53 var cache = kApiFunctionCache;
56 (serialNumber in cache) && (cache[serialNumber] != kUninitialized);
77 if (!doNotCache) cache[serialNumber] = fun;
81 cache[serialNumber] = kUninitialized;
85 return cache[serialNumber];

Completed in 1356 milliseconds

1234567891011>>