Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/third_party/node/deps/npm/node_modules/cacache/locales/
Den.js16 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 …]
Des.js16 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/node/deps/npm/docs/content/cli-commands/
Dnpm-cache.md11 ### 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/
Dget.js20 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 …]
Drm.js13 function entry (cache, key) { argument
19 function content (cache, integrity) { argument
25 function all (cache) { argument
/third_party/freetype/src/cache/
Dftccache.c90 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 …]
Dftcglyph.c42 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/
Dftccache.c91 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 …]
Dftcglyph.c43 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/mbedtls/library/
Dssl_cache.c71 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/
Dentry-index.js25 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 …]
Dverify.js29 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/libdrm/etnaviv/
Detnaviv_bo_cache.c33 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/libdrm/freedreno/
Dfreedreno_bo_cache.c36 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/node/deps/npm/node_modules/cacache/lib/content/
Dread.js21 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/
Dpcy_cache.c80 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/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/engine/
DFlutterEngineCacheTest.java21 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/pixman/pixman/
Dpixman-glyph.c95 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/e2fsprogs/lib/blkid/
Dcache.c83 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/
Drpt.js11 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
/third_party/glib/glib/deprecated/
Dgcache.c179 GCache *cache; in g_cache_new() local
212 g_cache_destroy (GCache *cache) in g_cache_destroy()
240 g_cache_insert (GCache *cache, in g_cache_insert()
277 g_cache_remove (GCache *cache, in g_cache_remove()
318 g_cache_key_foreach (GCache *cache, in g_cache_key_foreach()
340 g_cache_value_foreach (GCache *cache, in g_cache_value_foreach()
/third_party/flutter/skia/tests/
DImageCacheTest.cpp45 static void test_cache(skiatest::Reporter* reporter, SkResourceCache& cache, bool testPurge) { in test_cache()
76 static void test_cache_purge_shared_id(skiatest::Reporter* reporter, SkResourceCache& cache) { in test_cache_purge_shared_id()
120 SkResourceCache cache(defLimit); in DEF_TEST() local
126 SkResourceCache cache(pool_factory); in DEF_TEST() local
130 SkResourceCache cache(SkDiscardableMemory::Create); in DEF_TEST() local
134 SkResourceCache cache(defLimit); in DEF_TEST() local
141 SkResourceCache cache(4096); in DEF_TEST() local
/third_party/node/benchmark/module/
Dmodule-loader-deep.js12 cache: ['true', 'false'] property
15 function main({ ext, cache, files }) { property
39 function measureDir(cache, files) { argument
/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dtmp.js16 function mktmpdir (cache, opts) { argument
25 function withTmp (cache, opts, cb) { argument
35 function fixtmpdir (cache) { argument
Dfix-owner.js35 function fixOwner (cache, filepath) { argument
67 function fixOwnerSync (cache, filepath) { argument
94 function mkdirfix (cache, p, cb) { argument
112 function mkdirfixSync (cache, p) { argument

12345678910>>...20