Home
last modified time | relevance | path

Searched refs:cache_results (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/tests/
H A Dtest_readers_util.py25 cache_results = []
58 cache_results = []
92 cache_results = []
125 cache_results = []
158 cache_results = []
192 cache_results = []
225 cache_results = []
257 cache_results = []
290 cache_results = []
323 cache_results = []
[all …]
/dports/benchmarks/lmbench/lmbench-3.0-a9/src/
H A Dtlb.c137 result_t tlb_results, cache_results, *r_save; in compute_times() local
141 insertinit(&cache_results); in compute_times()
160 insertsort(gettime(), get_n(), &cache_results); in compute_times()
170 set_results(&cache_results); in compute_times()
H A Dcache.c18 struct cache_results { struct
30 int repetitions, struct cache_results** pdata);
32 struct mem_state* state, struct cache_results* p);
34 struct cache_results* p);
98 struct cache_results* r; in main()
246 int repetitions, struct cache_results** pdata) in collect_data()
254 struct cache_results* p; in collect_data()
269 *pdata = (struct cache_results*) in collect_data()
270 malloc(samples * sizeof(struct cache_results)); in collect_data()
338 struct mem_state* state, struct cache_results* p) in search()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Component/FileCache/
H A DFileCache.php107 $cache_results = $this->cache->fetch(array_keys($remaining_cids)) ?: [];
108 foreach ($cache_results as $cid => $cached) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Component/FileCache/
H A DFileCache.php107 $cache_results = $this->cache->fetch(array_keys($remaining_cids)) ?: [];
108 foreach ($cache_results as $cid => $cached) {
/dports/devel/py-jsonref/jsonref-0.2/
H A Djsonref.py284 def __init__(self, store=(), cache_results=True): argument
286 self.cache_results = cache_results
300 if self.cache_results:
H A Dtests.py308 dereferencer = JsonLoader(cache_results=True)
319 dereferencer = JsonLoader(cache_results=False)
/dports/math/z3/z3-z3-4.8.13/src/ast/rewriter/
H A Drewriter.h249 bool cache_results() const { return m_cfg.cache_results(); } in cache_results() function
284 if (cache_results()) in must_cache()
379 bool cache_results() const { return true; } in cache_results() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/rewriter/
H A Drewriter.h245 bool cache_results() const { return m_cfg.cache_results(); } in cache_results() function
280 if (cache_results()) in must_cache()
375 bool cache_results() const { return true; } in cache_results() function
/dports/devel/py-update_checker/update_checker-0.16/
H A Dupdate_checker.py26 def cache_results(function): function
120 @cache_results
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/toolchain_build/
H A Donce_test.py97 system_summary='test', cache_results=False)
202 o = once.Once(storage=storage, cache_results=False, system_summary='test')
215 cache_results=False, system_summary='test')
H A Donce.py65 def __init__(self, storage, use_cached_results=True, cache_results=True, argument
84 self._cache_results = cache_results
H A Dtoolchain_main.py148 cache_results=self._options.cache_results,
/dports/security/botan110/Botan-1.10.17/src/cert/x509store/
H A Dx509stor.h74 u32bit cache_results = 30*60);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/production/docker/config/
H A Dloki-docker-memberlist-boltdb-shipper.yaml91 cache_results: true
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/tools/dev/loki-boltdb-storage-s3/config/
H A Dloki.yaml94 cache_results: true
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/docs/configuration/
H A Dprometheus-frontend.yml21 cache_results: true
H A Dprometheus-frontend.md29 cache_results: true
/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_antiunify.cpp90 bool cache_results() const { return false; } in cache_results() function
395 bool cache_results() const { return false; } in cache_results() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_antiunify.cpp90 bool cache_results() const { return false; } in cache_results() function
395 bool cache_results() const { return false; } in cache_results() function
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/filters/
H A Dchecks.py301 def cache_results(f): function
414 filtervariables = cache_results(filtervariables)
420 removevariables = cache_results(removevariables)
426 filteraccelerators = cache_results(filteraccelerators)
438 filterwordswithpunctuation = cache_results(filterwordswithpunctuation)
444 filterxml = cache_results(filterxml)
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/databases/main/
H A Devents_worker.py1300 cache_results = {
1303 results = {x: True for x in cache_results}
1325 for chunk in batch_iter((k for k in keys if k not in cache_results), 500):
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/docs/sources/configuration/
H A Dquery-frontend.md48 cache_results: true
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/production/ksonnet/loki/
H A Dconfig.libsonnet162 cache_results: true,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/lang_bind/python/
H A Dpython_ncbi_dbapi.hpp278 void Execute(bool cache_results = false);

12