| /third_party/node/deps/npm/node_modules/cacache/locales/ |
| D | en.js | 16 x.ls = cache => ls(cache) argument 17 x.ls.stream = cache => ls.stream(cache) argument 19 x.get = (cache, key, opts) => get(cache, key, opts) argument 20 x.get.byDigest = (cache, hash, opts) => get.byDigest(cache, hash, opts) argument 21 x.get.sync = (cache, key, opts) => get.sync(cache, key, opts) argument 22 x.get.sync.byDigest = (cache, key, opts) => get.sync.byDigest(cache, key, opts) argument 23 x.get.stream = (cache, key, opts) => get.stream(cache, key, opts) argument 24 x.get.stream.byDigest = (cache, hash, opts) => get.stream.byDigest(cache, hash, opts) argument 25 x.get.copy = (cache, key, dest, opts) => get.copy(cache, key, dest, opts) argument 26 x.get.copy.byDigest = (cache, hash, dest, opts) => get.copy.byDigest(cache, hash, dest, opts) argument [all …]
|
| D | es.js | 16 x.ls = cache => ls(cache) argument 17 x.ls.flujo = cache => ls.stream(cache) argument 19 x.saca = (cache, clave, ops) => get(cache, clave, ops) argument 20 x.saca.porHacheo = (cache, hacheo, ops) => get.byDigest(cache, hacheo, ops) argument 21 x.saca.sinc = (cache, clave, ops) => get.sync(cache, clave, ops) argument 22 x.saca.sinc.porHacheo = (cache, hacheo, ops) => get.sync.byDigest(cache, hacheo, ops) argument 23 x.saca.flujo = (cache, clave, ops) => get.stream(cache, clave, ops) argument 24 x.saca.flujo.porHacheo = (cache, hacheo, ops) => get.stream.byDigest(cache, hacheo, ops) argument 25 x.sava.copia = (cache, clave, destino, opts) => get.copy(cache, clave, destino, opts) argument 26 x.sava.copia.porHacheo = (cache, hacheo, destino, opts) => get.copy.byDigest(cache, hacheo, destino… argument [all …]
|
| /third_party/libnl/lib/ |
| D | cache.c | 69 int nl_cache_nitems(struct nl_cache *cache) in nl_cache_nitems() 79 int nl_cache_nitems_filter(struct nl_cache *cache, struct nl_object *filter) in nl_cache_nitems_filter() 102 int nl_cache_is_empty(struct nl_cache *cache) in nl_cache_is_empty() 111 struct nl_cache_ops *nl_cache_get_ops(struct nl_cache *cache) in nl_cache_get_ops() 120 struct nl_object *nl_cache_get_first(struct nl_cache *cache) in nl_cache_get_first() 133 struct nl_object *nl_cache_get_last(struct nl_cache *cache) in nl_cache_get_last() 186 struct nl_cache *cache; in nl_cache_alloc() local 237 struct nl_cache *cache; in nl_cache_alloc_and_fill() local 268 struct nl_cache *cache; in nl_cache_alloc_name() local 301 struct nl_cache *cache; in nl_cache_subset() local [all …]
|
| /third_party/node/deps/npm/docs/content/cli-commands/ |
| D | npm-cache.md | 11 ### Synopsis 25 ### Description 41 ### Details 63 ### A note about the cache's design 74 ### Configuration 76 #### cache subsubsection 82 ### See Also
|
| /third_party/node/deps/npm/node_modules/cacache/ |
| D | get.js | 20 module.exports = function get (cache, key, opts) { argument 23 module.exports.byDigest = function getByDigest (cache, digest, opts) { argument 26 function getData (byDigest, cache, key, opts) { argument 66 module.exports.sync = function get (cache, key, opts) { argument 69 module.exports.sync.byDigest = function getByDigest (cache, digest, opts) { argument 72 function getDataSync (byDigest, cache, key, opts) { argument 116 function getStream (cache, key, opts) { argument 170 function getStreamDigest (cache, integrity, opts) { argument 202 function info (cache, key, opts) { argument 214 module.exports.copy = function cp (cache, key, dest, opts) { argument [all …]
|
| /third_party/skia/third_party/externals/freetype/src/cache/ |
| D | ftccache.c | 90 ftc_get_top_node_for_hash( FTC_Cache cache, in ftc_get_top_node_for_hash() 111 ftc_cache_resize( FTC_Cache cache ) in ftc_cache_resize() 223 FTC_Cache cache ) in ftc_node_hash_unlink() 256 FTC_Cache cache ) in ftc_node_hash_link() 274 FTC_Cache cache; in ftc_node_destroy() local 326 FTC_Cache_Init( FTC_Cache cache ) in FTC_Cache_Init() 333 ftc_cache_init( FTC_Cache cache ) in ftc_cache_init() 349 FTC_Cache_Clear( FTC_Cache cache ) in FTC_Cache_Clear() 387 ftc_cache_done( FTC_Cache cache ) in ftc_cache_done() 407 FTC_Cache_Done( FTC_Cache cache ) in FTC_Cache_Done() [all …]
|
| D | ftcglyph.c | 42 FTC_Cache cache ) in FTC_GNode_UnselectFamily() 55 FTC_Cache cache ) in FTC_GNode_Done() 67 FTC_Cache cache, in ftc_gnode_compare() 87 FTC_Cache cache, in FTC_GNode_Compare() 106 FTC_Cache cache ) in FTC_Family_Init() 120 FTC_GCache cache = (FTC_GCache)ftccache; in ftc_gcache_init() local 154 FTC_GCache cache = (FTC_GCache)ftccache; in ftc_gcache_done() local 186 FTC_GCache_Lookup( FTC_GCache cache, in FTC_GCache_Lookup()
|
| /third_party/freetype/src/cache/ |
| D | ftccache.c | 90 ftc_get_top_node_for_hash( FTC_Cache cache, in ftc_get_top_node_for_hash() 112 ftc_cache_resize( FTC_Cache cache ) in ftc_cache_resize() 224 FTC_Cache cache ) in ftc_node_hash_unlink() 257 FTC_Cache cache ) in ftc_node_hash_link() 275 FTC_Cache cache; in ftc_node_destroy() local 327 FTC_Cache_Init( FTC_Cache cache ) in FTC_Cache_Init() 334 ftc_cache_init( FTC_Cache cache ) in ftc_cache_init() 350 FTC_Cache_Clear( FTC_Cache cache ) in FTC_Cache_Clear() 388 ftc_cache_done( FTC_Cache cache ) in ftc_cache_done() 408 FTC_Cache_Done( FTC_Cache cache ) in FTC_Cache_Done() [all …]
|
| D | ftcglyph.c | 42 FTC_Cache cache ) in FTC_GNode_UnselectFamily() 55 FTC_Cache cache ) in FTC_GNode_Done() 67 FTC_Cache cache, in ftc_gnode_compare() 87 FTC_Cache cache, in FTC_GNode_Compare() 106 FTC_Cache cache ) in FTC_Family_Init() 120 FTC_GCache cache = (FTC_GCache)ftccache; in ftc_gcache_init() local 154 FTC_GCache cache = (FTC_GCache)ftccache; in ftc_gcache_done() local 186 FTC_GCache_Lookup( FTC_GCache cache, in FTC_GCache_Lookup()
|
| /third_party/flutter/skia/third_party/externals/freetype/src/cache/ |
| D | ftccache.c | 91 ftc_get_top_node_for_hash( FTC_Cache cache, in ftc_get_top_node_for_hash() 113 ftc_cache_resize( FTC_Cache cache ) in ftc_cache_resize() 225 FTC_Cache cache ) in ftc_node_hash_unlink() 258 FTC_Cache cache ) in ftc_node_hash_link() 276 FTC_Cache cache; in ftc_node_destroy() local 328 FTC_Cache_Init( FTC_Cache cache ) in FTC_Cache_Init() 335 ftc_cache_init( FTC_Cache cache ) in ftc_cache_init() 351 FTC_Cache_Clear( FTC_Cache cache ) in FTC_Cache_Clear() 389 ftc_cache_done( FTC_Cache cache ) in ftc_cache_done() 409 FTC_Cache_Done( FTC_Cache cache ) in FTC_Cache_Done() [all …]
|
| D | ftcglyph.c | 43 FTC_Cache cache ) in FTC_GNode_UnselectFamily() 56 FTC_Cache cache ) in FTC_GNode_Done() 68 FTC_Cache cache, in ftc_gnode_compare() 88 FTC_Cache cache, in FTC_GNode_Compare() 107 FTC_Cache cache ) in FTC_Family_Init() 121 FTC_GCache cache = (FTC_GCache)ftccache; in ftc_gcache_init() local 155 FTC_GCache cache = (FTC_GCache)ftccache; in ftc_gcache_done() local 187 FTC_GCache_Lookup( FTC_GCache cache, in FTC_GCache_Lookup()
|
| /third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/ |
| D | LRUCacheTests.cpp | 27 void checkRange(const Cache &cache, std::vector<std::pair<typename Cache::Key, typename Cache::Data… in checkRange() 46 LRUCache<std::string, std::string> cache(8); in TEST() local 63 LRUCache<std::string, std::string> cache(4); in TEST() local 85 LRUCache<std::string, std::string> cache(4); in TEST() local 111 LRUCache<std::string, std::string> cache(4); in TEST() local 160 LRUCache<std::string, std::string> cache(4); in TEST() local
|
| /third_party/mbedtls/library/ |
| D | ssl_cache.c | 71 void mbedtls_ssl_cache_init( mbedtls_ssl_cache_context *cache ) in mbedtls_ssl_cache_init() 89 mbedtls_ssl_cache_context *cache = (mbedtls_ssl_cache_context *) data; in mbedtls_ssl_cache_get() local 169 mbedtls_ssl_cache_context *cache = (mbedtls_ssl_cache_context *) data; in mbedtls_ssl_cache_set() local 311 void mbedtls_ssl_cache_set_timeout( mbedtls_ssl_cache_context *cache, int timeout ) in mbedtls_ssl_cache_set_timeout() 319 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max ) in mbedtls_ssl_cache_set_max_entries() 326 void mbedtls_ssl_cache_free( mbedtls_ssl_cache_context *cache ) in mbedtls_ssl_cache_free()
|
| /third_party/node/deps/npm/node_modules/cacache/lib/ |
| D | entry-index.js | 25 constructor (cache, key) { argument 39 function insert (cache, key, integrity, opts) { argument 77 function insertSync (cache, key, integrity, opts) { argument 103 function find (cache, key) { argument 123 function findSync (cache, key) { argument 143 function del (cache, key, opts) { argument 148 function delSync (cache, key, opts) { argument 153 function lsStream (cache) { argument 192 function ls (cache) { argument 239 function bucketDir (cache) { argument [all …]
|
| D | verify.js | 29 function verify (cache, opts) { argument 58 function markStartTime (cache, opts) { argument 62 function markEndTime (cache, opts) { argument 66 function fixPerms (cache, opts) { argument 83 function garbageCollect (cache, opts) { argument 154 function rebuildIndex (cache, opts) { argument 188 function rebuildBucket (cache, bucket, stats, opts) { argument 207 function cleanTmp (cache, opts) { argument 212 function writeVerifile (cache, opts) { argument 223 function lastRun (cache) { argument
|
| /third_party/ntfs-3g/libntfs-3g/ |
| D | cache.c | 63 static void inserthashindex(struct CACHE_HEADER *cache, in inserthashindex() 103 static void drophashindex(struct CACHE_HEADER *cache, in drophashindex() 147 struct CACHED_GENERIC *ntfs_fetch_cache(struct CACHE_HEADER *cache, in ntfs_fetch_cache() 212 struct CACHED_GENERIC *ntfs_enter_cache(struct CACHE_HEADER *cache, in ntfs_enter_cache() 335 static void do_invalidate(struct CACHE_HEADER *cache, in do_invalidate() 374 int ntfs_invalidate_cache(struct CACHE_HEADER *cache, in ntfs_invalidate_cache() 432 int ntfs_remove_cache(struct CACHE_HEADER *cache, in ntfs_remove_cache() 451 static void ntfs_free_cache(struct CACHE_HEADER *cache) in ntfs_free_cache() 477 struct CACHE_HEADER *cache; in ntfs_create_cache() local
|
| /third_party/libdrm/freedreno/ |
| D | freedreno_bo_cache.c | 36 add_bucket(struct fd_bo_cache *cache, int size) in add_bucket() 52 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) in fd_bo_cache_init() 82 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) in fd_bo_cache_cleanup() 109 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket() 162 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) in fd_bo_cache_alloc() 194 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) in fd_bo_cache_free()
|
| /third_party/libdrm/etnaviv/ |
| D | etnaviv_bo_cache.c | 33 static void add_bucket(struct etna_bo_cache *cache, int size) in add_bucket() 44 drm_private void etna_bo_cache_init(struct etna_bo_cache *cache) in etna_bo_cache_init() 70 drm_private void etna_bo_cache_cleanup(struct etna_bo_cache *cache, time_t time) in etna_bo_cache_cleanup() 96 static struct etna_bo_bucket *get_bucket(struct etna_bo_cache *cache, uint32_t size) in get_bucket() 158 drm_private struct etna_bo *etna_bo_cache_alloc(struct etna_bo_cache *cache, uint32_t *size, in etna_bo_cache_alloc() 181 drm_private int etna_bo_cache_free(struct etna_bo_cache *cache, struct etna_bo *bo) in etna_bo_cache_free()
|
| /third_party/node/deps/npm/node_modules/cacache/lib/content/ |
| D | read.js | 21 function read (cache, integrity, opts) { argument 37 function readSync (cache, integrity, opts) { argument 53 function readStream (cache, integrity, opts) { argument 80 function copy (cache, integrity, dest, opts) { argument 87 function copySync (cache, integrity, dest, opts) { argument 95 function hasContent (cache, integrity) { argument 112 function hasContentSync (cache, integrity) { argument 131 function withContentSri (cache, integrity, fn) { argument 159 function withContentSriSync (cache, integrity, fn) { argument
|
| /third_party/boringssl/src/crypto/x509v3/ |
| D | pcy_cache.c | 80 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create() local 126 X509_POLICY_CACHE *cache; in policy_cache_new() local 220 void policy_cache_free(X509_POLICY_CACHE *cache) in policy_cache_free() 241 X509_POLICY_CACHE *cache; in policy_cache_set() local 259 X509_POLICY_DATA *policy_cache_find_data(const X509_POLICY_CACHE *cache, in policy_cache_find_data()
|
| /third_party/libsoup/libsoup/ |
| D | soup-cache.c | 114 GHashTable *cache; member 142 get_file_from_entry (SoupCache *cache, SoupCacheEntry *entry) in get_file_from_entry() 153 get_cacheability (SoupCache *cache, SoupMessage *msg) in get_cacheability() 334 soup_cache_entry_set_freshness (SoupCacheEntry *entry, SoupMessage *msg, SoupCache *cache) in soup_cache_entry_set_freshness() 456 soup_cache_entry_new (SoupCache *cache, SoupMessage *msg, time_t request_time, time_t response_time) in soup_cache_entry_new() 507 soup_cache_entry_remove (SoupCache *cache, SoupCacheEntry *entry, gboolean purge) in soup_cache_entry_remove() 572 cache_accepts_entries_of_size (SoupCache *cache, guint length_to_add) in cache_accepts_entries_of_size() 581 make_room_for_new_entry (SoupCache *cache, guint length_to_add) in make_room_for_new_entry() 605 soup_cache_entry_insert (SoupCache *cache, in soup_cache_entry_insert() 651 soup_cache_entry_lookup (SoupCache *cache, in soup_cache_entry_lookup() [all …]
|
| /third_party/pixman/pixman/ |
| D | pixman-glyph.c | 95 lookup_glyph (pixman_glyph_cache_t *cache, in lookup_glyph() 117 insert_glyph (pixman_glyph_cache_t *cache, in insert_glyph() 141 remove_glyph (pixman_glyph_cache_t *cache, in remove_glyph() 167 clear_table (pixman_glyph_cache_t *cache) in clear_table() 188 pixman_glyph_cache_t *cache; in pixman_glyph_cache_create() local 204 pixman_glyph_cache_destroy (pixman_glyph_cache_t *cache) in pixman_glyph_cache_destroy() 214 pixman_glyph_cache_freeze (pixman_glyph_cache_t *cache) in pixman_glyph_cache_freeze() 220 pixman_glyph_cache_thaw (pixman_glyph_cache_t *cache) in pixman_glyph_cache_thaw() 244 pixman_glyph_cache_lookup (pixman_glyph_cache_t *cache, in pixman_glyph_cache_lookup() 252 pixman_glyph_cache_insert (pixman_glyph_cache_t *cache, in pixman_glyph_cache_insert() [all …]
|
| /third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/engine/ |
| D | FlutterEngineCacheTest.java | 21 FlutterEngineCache cache = new FlutterEngineCache(); in itHoldsFlutterEngines() local 34 FlutterEngineCache cache = new FlutterEngineCache(); in itQueriesFlutterEngineExistence() local 49 FlutterEngineCache cache = new FlutterEngineCache(); in itRemovesFlutterEngines() local
|
| /third_party/e2fsprogs/lib/blkid/ |
| D | cache.c | 83 blkid_cache cache; in blkid_get_cache() local 118 void blkid_put_cache(blkid_cache cache) in blkid_put_cache() 157 void blkid_gc_cache(blkid_cache cache) in blkid_gc_cache() 183 blkid_cache cache = NULL; in main() local
|
| /third_party/node/deps/npm/node_modules/read-package-tree/ |
| D | rpt.js | 11 constructor (pkg, logical, physical, er, cache) { argument 37 constructor (pkg, logical, physical, realpath, er, cache) { argument 66 const newNode = (pkg, logical, physical, er, cache) => argument 72 const loadNode = (logical, physical, cache, rpcache, stcache) => { argument 128 const loadTree = (node, did, cache, filterWith, rpcache, stcache) => { argument 152 const cache = new Map() constant
|