Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 25 of 171) sorted by relevance

1234567

/third_party/gn/infra/config/
Dmain.star44 def builder(name, bucket, os, caches = None, triggered_by = None):
53 caches = caches,
92 def ci_builder(name, os, caches = None):
93 builder(name, "ci", os, caches, triggered_by = ["gn-trigger"])
101 ci_builder("mac", "Mac-10.15", caches = [swarming.cache("macos_sdk")])
102 ci_builder("win", "Windows-10", caches = [swarming.cache("windows_sdk")])
147 def try_builder(name, os, caches = None):
148 builder(name, "try", os, caches)
155 try_builder("mac", "Mac-10.15", caches = [swarming.cache("macos_sdk")])
156 try_builder("win", "Windows-10", caches = [swarming.cache("windows_sdk")])
/third_party/node/deps/undici/src/lib/cache/
Dcachestorage.js13 #caches = new Map() field in CacheStorage
31 if (this.#caches.has(options.cacheName)) {
33 const cacheList = this.#caches.get(options.cacheName)
40 for (const cacheList of this.#caches.values()) {
66 return this.#caches.has(cacheName)
81 if (this.#caches.has(cacheName)) {
85 const cache = this.#caches.get(cacheName)
95 this.#caches.set(cacheName, cache)
112 return this.#caches.delete(cacheName)
123 const keys = this.#caches.keys()
/third_party/node/deps/undici/src/docs/api/
DCacheStorage.md10 import { caches } from 'undici'
12 const cache_1 = await caches.open('v1')
13 const cache_2 = await caches.open('v1')
27 await caches.delete('v1')
/third_party/skia/third_party/externals/tint/infra/config/global/
Dmain.star146 caches = []
148 caches.append(swarming.cache(name = "win_toolchain", path = "win_toolchain"))
151 caches.append(swarming.cache(name = "osx_sdk", path = "osx_sdk"))
152 return caches
225 caches = get_default_caches(os, clang),
251 caches = get_default_caches(os, clang),
/third_party/skia/third_party/externals/dawn/infra/config/global/
Dmain.star172 caches = []
174 caches.append(swarming.cache(name = "win_toolchain", path = "win_toolchain"))
177 caches.append(swarming.cache(name = "osx_sdk", path = "osx_sdk"))
178 return caches
261 caches = get_default_caches(os, clang),
288 caches = get_default_caches(os, clang),
/third_party/gn/infra/config/generated/
Dcr-buildbucket.cfg43 caches {
65 caches {
121 caches {
143 caches {
/third_party/node/deps/undici/src/
Dindex.d.ts56 var caches: typeof import('./types/cache').caches; variable
/third_party/cef/libcef/browser/extensions/
Dextensions_api_client.cc70 std::map<settings_namespace::Namespace, ValueStoreCache*>* caches) { in AddAdditionalValueStoreCaches() argument
75 (*caches)[settings_namespace::SYNC] = new cef::SyncValueStoreCache(factory); in AddAdditionalValueStoreCaches()
Dextensions_api_client.h39 std::map<settings_namespace::Namespace, ValueStoreCache*>* caches)
/third_party/skia/third_party/externals/tint/infra/config/global/generated/
Dcr-buildbucket.cfg112 caches {
137 caches {
162 caches {
187 caches {
212 caches {
237 caches {
407 caches {
433 caches {
479 caches {
505 caches {
[all …]
/third_party/skia/third_party/externals/dawn/infra/config/global/generated/
Dcr-buildbucket.cfg134 caches {
159 caches {
184 caches {
209 caches {
234 caches {
259 caches {
429 caches {
455 caches {
501 caches {
527 caches {
[all …]
/third_party/skia/third_party/externals/freetype/src/cache/
Dftcmanag.c430 FTC_Cache cache = manager->caches[idx]; in FTC_Manager_Done()
437 manager->caches[idx] = NULL; in FTC_Manager_Done()
488 FTC_Cache cache = manager->caches[node->cache_index]; in FTC_Manager_Check()
619 manager->caches[manager->num_caches++] = cache; in FTC_Manager_RegisterCache()
686 FTC_Cache_RemoveFaceID( manager->caches[nn], face_id ); in FTC_Manager_RemoveFaceID()
Dftcmanag.h100 FTC_Cache caches[FTC_MAX_CACHES]; member
/third_party/benchmark/src/
Dreporter.cc51 if (info.caches.size() != 0) { in PrintBasicContext()
53 for (auto &CInfo : info.caches) { in PrintBasicContext()
Djson_reporter.cc156 for (size_t i = 0; i < info.caches.size(); ++i) { in ReportContext()
157 auto& CI = info.caches[i]; in ReportContext()
168 if (i != info.caches.size() - 1) out << ","; in ReportContext()
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
D.gitignore4 /.idea/caches/build_file_checksums.ser
/third_party/skia/third_party/externals/oboe/apps/fxlab/
D.gitignore4 /.idea/caches
/third_party/vk-gl-cts/external/amber/src/android_gradle/
D.gitignore4 /.idea/caches
/third_party/ltp/testcases/kernel/controllers/cpuset/
DREADME62 page caches spread. There are two control files. One is memory_spread_page which
63 is used to control the allocation of page caches, the other is
/third_party/libunwind/doc/
Dunw_set_caching_policy.tex25 also implicitly flushes the contents of all caches as if
32 thread-local caches. If a thread-local caching are unavailable or
/third_party/node/deps/undici/src/types/
Dcache.d.ts36 export declare const caches: CacheStorage constant
/third_party/mesa3d/docs/relnotes/
D17.3.3.rst54 - radv: Flush caches before subpass resolve.
73 - radv/gfx9: use a bigger hammer to flush cb/db caches.
/third_party/skia/infra/bots/gen_tasks_logic/
Dtask_builder.go46 func (b *taskBuilder) cache(caches ...*specs.Cache) {
47 for _, c := range caches {
/third_party/libwebsockets/READMEs/
DREADME.lws_cache.md20 caches in `minimal-examples/api-tests/api-test-lws_cache`
59 How caches work is defined by an "ops struct" that the cache is bound to at
86 The combined caches are always accessed via the L1 cache, writing new items is
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_pipeline_creation_feedback.txt30 effective pipeline caches are shipped to customers.

1234567