Home
last modified time | relevance | path

Searched defs:cache (Results 51 – 75 of 18161) sorted by relevance

12345678910>>...727

/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/hashlink-0.6.0/tests/
H A Dlru_cache.rs5 let mut cache = LruCache::new(2); in test_put_and_get() localVariable
15 let mut cache = LruCache::new(1); in test_put_update() localVariable
24 let mut cache = LruCache::new(1); in test_contains_key() localVariable
31 let mut cache = LruCache::new(2); in test_expire_lru() localVariable
43 let mut cache = LruCache::new(2); in test_pop() localVariable
56 let mut cache = LruCache::new(2); in test_change_capacity() localVariable
67 let mut cache = LruCache::new(3); in test_remove() localVariable
88 let mut cache = LruCache::new(2); in test_clear() localVariable
99 let mut cache = LruCache::new(3); in test_iter() localVariable
125 let mut cache = LruCache::new_unbounded(); in test_peek() localVariable
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/hashlink-0.7.0/tests/
H A Dlru_cache.rs5 let mut cache = LruCache::new(2); in test_put_and_get() localVariable
15 let mut cache = LruCache::new(1); in test_put_update() localVariable
24 let mut cache = LruCache::new(1); in test_contains_key() localVariable
31 let mut cache = LruCache::new(2); in test_expire_lru() localVariable
43 let mut cache = LruCache::new(2); in test_pop() localVariable
56 let mut cache = LruCache::new(2); in test_change_capacity() localVariable
67 let mut cache = LruCache::new(3); in test_remove() localVariable
88 let mut cache = LruCache::new(2); in test_clear() localVariable
99 let mut cache = LruCache::new(3); in test_iter() localVariable
125 let mut cache = LruCache::new_unbounded(); in test_peek() localVariable
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/hashlink/tests/
H A Dlru_cache.rs5 let mut cache = LruCache::new(2); in test_put_and_get() localVariable
15 let mut cache = LruCache::new(1); in test_put_update() localVariable
24 let mut cache = LruCache::new(1); in test_contains_key() localVariable
31 let mut cache = LruCache::new(2); in test_expire_lru() localVariable
43 let mut cache = LruCache::new(2); in test_pop() localVariable
56 let mut cache = LruCache::new(2); in test_change_capacity() localVariable
67 let mut cache = LruCache::new(3); in test_remove() localVariable
88 let mut cache = LruCache::new(2); in test_clear() localVariable
99 let mut cache = LruCache::new(3); in test_iter() localVariable
125 let mut cache = LruCache::new_unbounded(); in test_peek() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/hashlink/tests/
H A Dlru_cache.rs5 let mut cache = LruCache::new(2); in test_put_and_get() localVariable
15 let mut cache = LruCache::new(1); in test_put_update() localVariable
24 let mut cache = LruCache::new(1); in test_contains_key() localVariable
31 let mut cache = LruCache::new(2); in test_expire_lru() localVariable
43 let mut cache = LruCache::new(2); in test_pop() localVariable
56 let mut cache = LruCache::new(2); in test_change_capacity() localVariable
67 let mut cache = LruCache::new(3); in test_remove() localVariable
88 let mut cache = LruCache::new(2); in test_clear() localVariable
99 let mut cache = LruCache::new(3); in test_iter() localVariable
125 let mut cache = LruCache::new_unbounded(); in test_peek() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/hashlink/tests/
H A Dlru_cache.rs5 let mut cache = LruCache::new(2); in test_put_and_get() localVariable
15 let mut cache = LruCache::new(1); in test_put_update() localVariable
24 let mut cache = LruCache::new(1); in test_contains_key() localVariable
31 let mut cache = LruCache::new(2); in test_expire_lru() localVariable
43 let mut cache = LruCache::new(2); in test_pop() localVariable
56 let mut cache = LruCache::new(2); in test_change_capacity() localVariable
67 let mut cache = LruCache::new(3); in test_remove() localVariable
88 let mut cache = LruCache::new(2); in test_clear() localVariable
99 let mut cache = LruCache::new(3); in test_iter() localVariable
125 let mut cache = LruCache::new_unbounded(); in test_peek() localVariable
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-lib/metrics/adapters/
H A Dcache.go23 type cache struct { struct
24 lock sync.Mutex
25 counters map[string]metrics.Counter
26 gauges map[string]metrics.Gauge
27 timers map[string]metrics.Timer
28 histograms map[string]metrics.Histogram
40 func (r *cache) getOrSetCounter(name string, create func() metrics.Counter) metrics.Counter {
51 func (r *cache) getOrSetGauge(name string, create func() metrics.Gauge) metrics.Gauge {
62 func (r *cache) getOrSetTimer(name string, create func() metrics.Timer) metrics.Timer {
73 func (r *cache) getOrSetHistogram(name string, create func() metrics.Histogram) metrics.Histogram {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-lib/metrics/adapters/
H A Dcache.go23 type cache struct { struct
24 lock sync.Mutex
25 counters map[string]metrics.Counter
26 gauges map[string]metrics.Gauge
27 timers map[string]metrics.Timer
28 histograms map[string]metrics.Histogram
40 func (r *cache) getOrSetCounter(name string, create func() metrics.Counter) metrics.Counter {
51 func (r *cache) getOrSetGauge(name string, create func() metrics.Gauge) metrics.Gauge {
62 func (r *cache) getOrSetTimer(name string, create func() metrics.Timer) metrics.Timer {
73 func (r *cache) getOrSetHistogram(name string, create func() metrics.Histogram) metrics.Histogram {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-lib/metrics/adapters/
H A Dcache.go23 type cache struct { struct
24 lock sync.Mutex
25 counters map[string]metrics.Counter
26 gauges map[string]metrics.Gauge
27 timers map[string]metrics.Timer
28 histograms map[string]metrics.Histogram
40 func (r *cache) getOrSetCounter(name string, create func() metrics.Counter) metrics.Counter {
51 func (r *cache) getOrSetGauge(name string, create func() metrics.Gauge) metrics.Gauge {
62 func (r *cache) getOrSetTimer(name string, create func() metrics.Timer) metrics.Timer {
73 func (r *cache) getOrSetHistogram(name string, create func() metrics.Histogram) metrics.Histogram {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-lib/metrics/adapters/
H A Dcache.go23 type cache struct { struct
24 lock sync.Mutex
25 counters map[string]metrics.Counter
26 gauges map[string]metrics.Gauge
27 timers map[string]metrics.Timer
28 histograms map[string]metrics.Histogram
40 func (r *cache) getOrSetCounter(name string, create func() metrics.Counter) metrics.Counter {
51 func (r *cache) getOrSetGauge(name string, create func() metrics.Gauge) metrics.Gauge {
62 func (r *cache) getOrSetTimer(name string, create func() metrics.Timer) metrics.Timer {
73 func (r *cache) getOrSetHistogram(name string, create func() metrics.Histogram) metrics.Histogram {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-lib/metrics/adapters/
H A Dcache.go23 type cache struct { struct
24 lock sync.Mutex
25 counters map[string]metrics.Counter
26 gauges map[string]metrics.Gauge
27 timers map[string]metrics.Timer
28 histograms map[string]metrics.Histogram
40 func (r *cache) getOrSetCounter(name string, create func() metrics.Counter) metrics.Counter {
51 func (r *cache) getOrSetGauge(name string, create func() metrics.Gauge) metrics.Gauge {
62 func (r *cache) getOrSetTimer(name string, create func() metrics.Timer) metrics.Timer {
73 func (r *cache) getOrSetHistogram(name string, create func() metrics.Histogram) metrics.Histogram {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/uber/jaeger-lib/metrics/adapters/
H A Dcache.go23 type cache struct { struct
24 lock sync.Mutex
25 counters map[string]metrics.Counter
26 gauges map[string]metrics.Gauge
27 timers map[string]metrics.Timer
28 histograms map[string]metrics.Histogram
40 func (r *cache) getOrSetCounter(name string, create func() metrics.Counter) metrics.Counter {
51 func (r *cache) getOrSetGauge(name string, create func() metrics.Gauge) metrics.Gauge {
62 func (r *cache) getOrSetTimer(name string, create func() metrics.Timer) metrics.Timer {
73 func (r *cache) getOrSetHistogram(name string, create func() metrics.Histogram) metrics.Histogram {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-lib/metrics/adapters/
H A Dcache.go23 type cache struct { struct
24 lock sync.Mutex
25 counters map[string]metrics.Counter
26 gauges map[string]metrics.Gauge
27 timers map[string]metrics.Timer
28 histograms map[string]metrics.Histogram
40 func (r *cache) getOrSetCounter(name string, create func() metrics.Counter) metrics.Counter {
51 func (r *cache) getOrSetGauge(name string, create func() metrics.Gauge) metrics.Gauge {
62 func (r *cache) getOrSetTimer(name string, create func() metrics.Timer) metrics.Timer {
73 func (r *cache) getOrSetHistogram(name string, create func() metrics.Histogram) metrics.Histogram {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/uber/jaeger-lib/metrics/adapters/
H A Dcache.go23 type cache struct { struct
24 lock sync.Mutex
25 counters map[string]metrics.Counter
26 gauges map[string]metrics.Gauge
27 timers map[string]metrics.Timer
28 histograms map[string]metrics.Histogram
40 func (r *cache) getOrSetCounter(name string, create func() metrics.Counter) metrics.Counter {
51 func (r *cache) getOrSetGauge(name string, create func() metrics.Gauge) metrics.Gauge {
62 func (r *cache) getOrSetTimer(name string, create func() metrics.Timer) metrics.Timer {
73 func (r *cache) getOrSetHistogram(name string, create func() metrics.Histogram) metrics.Histogram {
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/
H A Dtexture.hpp209 struct cache struct in gli::texture
212 enum ctor
217 explicit cache(ctor) in cache() function
220 cache in cache() function
275 size_type get_memory_size() const in get_memory_size()
286 size_type Faces;
287 size_type Levels;
288 std::vector<data_type*> BaseAddresses;
289 std::array<extent_type, 16> ImageExtent;
290 std::array<size_type, 16> ImageMemorySize;
[all …]
/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dcache.h54 typedef struct cache { struct
57 cache_begin_cb_t begin_cb; argument
58 cache_end_cb_t end_cb; argument
59 cache_exist_cb_t exist_cb; argument
60 cache_del_cb_t del_cb; argument
61 cache_get_cb_t get_cb; argument
62 cache_put_cb_t put_cb; argument
65 cache_get_key_cb_t get_key_cb; argument
66 cache_get_val_cb_t get_val_cb; argument
67 cache_set_val_cb_t set_val_cb; argument
[all …]
/dports/security/sslsplit/sslsplit-0.5.5/
H A Dcache.h54 typedef struct cache { struct
57 cache_begin_cb_t begin_cb; argument
58 cache_end_cb_t end_cb; argument
59 cache_exist_cb_t exist_cb; argument
60 cache_del_cb_t del_cb; argument
61 cache_get_cb_t get_cb; argument
62 cache_put_cb_t put_cb; argument
65 cache_get_key_cb_t get_key_cb; argument
66 cache_get_val_cb_t get_val_cb; argument
67 cache_set_val_cb_t set_val_cb; argument
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/tools/cache/
H A Dstore.go17 package cache package
134 type cache struct { struct
136 cacheStorage ThreadSafeStore
139 keyFunc KeyFunc
145 func (c *cache) Add(obj interface{}) error {
155 func (c *cache) Update(obj interface{}) error {
165 func (c *cache) Delete(obj interface{}) error {
176 func (c *cache) List() []interface{} {
182 func (c *cache) ListKeys() []string {
187 func (c *cache) GetIndexers() Indexers {
[all …]
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/tools/cache/
H A Dstore.go17 package cache package
134 type cache struct { struct
136 cacheStorage ThreadSafeStore
139 keyFunc KeyFunc
145 func (c *cache) Add(obj interface{}) error {
155 func (c *cache) Update(obj interface{}) error {
165 func (c *cache) Delete(obj interface{}) error {
176 func (c *cache) List() []interface{} {
182 func (c *cache) ListKeys() []string {
187 func (c *cache) GetIndexers() Indexers {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/
H A Dstore.go17 package cache package
112 type cache struct { struct
114 cacheStorage ThreadSafeStore
117 keyFunc KeyFunc
123 func (c *cache) Add(obj interface{}) error {
133 func (c *cache) Update(obj interface{}) error {
143 func (c *cache) Delete(obj interface{}) error {
154 func (c *cache) List() []interface{} {
160 func (c *cache) ListKeys() []string {
165 func (c *cache) GetIndexers() Indexers {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/k8s.io/client-go/tools/cache/
H A Dstore.go17 package cache package
112 type cache struct { struct
114 cacheStorage ThreadSafeStore
117 keyFunc KeyFunc
123 func (c *cache) Add(obj interface{}) error {
133 func (c *cache) Update(obj interface{}) error {
143 func (c *cache) Delete(obj interface{}) error {
154 func (c *cache) List() []interface{} {
160 func (c *cache) ListKeys() []string {
165 func (c *cache) GetIndexers() Indexers {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/tools/cache/
H A Dstore.go17 package cache package
112 type cache struct { struct
114 cacheStorage ThreadSafeStore
117 keyFunc KeyFunc
123 func (c *cache) Add(obj interface{}) error {
133 func (c *cache) Update(obj interface{}) error {
143 func (c *cache) Delete(obj interface{}) error {
154 func (c *cache) List() []interface{} {
160 func (c *cache) ListKeys() []string {
165 func (c *cache) GetIndexers() Indexers {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/tools/cache/
H A Dstore.go17 package cache package
112 type cache struct { struct
114 cacheStorage ThreadSafeStore
117 keyFunc KeyFunc
123 func (c *cache) Add(obj interface{}) error {
133 func (c *cache) Update(obj interface{}) error {
143 func (c *cache) Delete(obj interface{}) error {
154 func (c *cache) List() []interface{} {
160 func (c *cache) ListKeys() []string {
165 func (c *cache) GetIndexers() Indexers {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/k8s.io/client-go/tools/cache/
H A Dstore.go17 package cache package
112 type cache struct { struct
114 cacheStorage ThreadSafeStore
117 keyFunc KeyFunc
123 func (c *cache) Add(obj interface{}) error {
133 func (c *cache) Update(obj interface{}) error {
143 func (c *cache) Delete(obj interface{}) error {
154 func (c *cache) List() []interface{} {
160 func (c *cache) ListKeys() []string {
165 func (c *cache) GetIndexers() Indexers {
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/tools/cache/
H A Dstore.go17 package cache package
134 type cache struct { struct
136 cacheStorage ThreadSafeStore
139 keyFunc KeyFunc
145 func (c *cache) Add(obj interface{}) error {
155 func (c *cache) Update(obj interface{}) error {
165 func (c *cache) Delete(obj interface{}) error {
176 func (c *cache) List() []interface{} {
182 func (c *cache) ListKeys() []string {
187 func (c *cache) GetIndexers() Indexers {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/tools/cache/
H A Dstore.go17 package cache package
112 type cache struct { struct
114 cacheStorage ThreadSafeStore
117 keyFunc KeyFunc
123 func (c *cache) Add(obj interface{}) error {
133 func (c *cache) Update(obj interface{}) error {
143 func (c *cache) Delete(obj interface{}) error {
154 func (c *cache) List() []interface{} {
160 func (c *cache) ListKeys() []string {
165 func (c *cache) GetIndexers() Indexers {
[all …]

12345678910>>...727