Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 25 of 1132) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Dstrategy.rs45 fn create_cache(&self) -> Cache; in create_cache()
47 fn reset_cache(&self, cache: &mut Cache); in reset_cache()
53 fn search(&self, cache: &mut Cache, input: &Input<'_>) -> Option<Match>; in search()
57 cache: &mut Cache, in search_half()
61 fn is_match(&self, cache: &mut Cache, input: &Input<'_>) -> bool; in is_match()
65 cache: &mut Cache, in search_slots()
72 cache: &mut Cache, in which_overlapping_matches()
361 fn create_cache(&self) -> Cache { in create_cache()
372 fn reset_cache(&self, _cache: &mut Cache) {} in reset_cache()
383 fn search(&self, _cache: &mut Cache, input: &Input<'_>) -> Option<Match> { in search()
[all …]
H A Dregex.rs1242 cache: &mut Cache, in search_with()
1284 cache: &mut Cache, in search_half_with()
1377 cache: &mut Cache, in search_captures_with()
1436 cache: &mut Cache, in search_slots_with()
1485 cache: &mut Cache, in which_overlapping_matches_with()
1586 pub fn create_cache(&self) -> Cache { in create_cache()
2328 pub struct Cache { struct
2330 pub(crate) pikevm: wrappers::PikeVMCache, argument
2331 pub(crate) backtrack: wrappers::BoundedBacktrackerCache, argument
2332 pub(crate) onepass: wrappers::OnePassCache, argument
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dcache.go14 type Cache struct { struct
16 values [2000]Value
17 blocks [200]Block
18 locs [2000]Location
22 stackAllocState *stackAllocState
24 scrPoset []*poset // scratch poset to be reused
27 regallocValues []valState
29 ValueToProgAfter []*obj.Prog
30 debugState debugState
32 Liveness interface{} // *gc.livenessFuncCache
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/
H A Dregex.rs191 pub fn create_cache(&self) -> Cache { in create_cache()
236 pub fn reset_cache(&self, cache: &mut Cache) { in reset_cache()
287 cache: &mut Cache, in is_match()
346 cache: &mut Cache, in find()
401 cache: &'c mut Cache, in find_iter()
444 cache: &mut Cache, in try_search()
601 pub struct Cache { struct
602 forward: dfa::Cache, argument
603 reverse: dfa::Cache, argument
606 impl Cache { impl
[all …]
H A Ddfa.rs298 pub fn create_cache(&self) -> Cache { in create_cache()
346 pub fn reset_cache(&self, cache: &mut Cache) { in reset_cache()
591 cache: &mut Cache, in try_search_fwd()
792 cache: &mut Cache, in try_search_rev()
898 cache: &mut Cache, in try_search_overlapping_fwd()
1042 cache: &mut Cache, in try_search_overlapping_rev()
1130 cache: &mut Cache, in try_which_overlapping_matches()
1217 cache: &mut Cache, in next_state()
1345 cache: &Cache, in next_state_untagged()
1417 cache: &Cache, in next_state_untagged_unchecked()
[all …]
H A Dsearch.rs15 cache: &mut Cache, in find_fwd()
52 cache: &mut Cache, in find_fwd_imp()
298 cache: &mut Cache, in find_rev()
314 cache: &mut Cache, in find_rev_imp()
445 cache: &mut Cache, in find_overlapping_fwd()
468 cache: &mut Cache, in find_overlapping_fwd_imp()
569 cache: &mut Cache, in find_overlapping_rev()
669 cache: &mut Cache, in init_fwd()
682 cache: &mut Cache, in init_rev()
695 cache: &mut Cache, in eoi_fwd()
[all …]
/aosp_15_r20/external/scudo/config/
H A Dcustom_scudo_config.h117 struct Cache { struct
118 static const u32 EntriesArraySize = 1024U;
119 static const u32 QuarantineSize = 32U;
120 static const u32 DefaultMaxEntriesCount = 1024U;
121 static const uptr DefaultMaxEntrySize = 1UL << 30;
122 static const s32 MinReleaseToOsIntervalMs = -1;
123 static const s32 MaxReleaseToOsIntervalMs = 10000;
124 static const s32 DefaultReleaseToOsIntervalMs = 10000;
166 struct Cache { struct
167 static const u32 EntriesArraySize = 256U;
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dpikevm.rs610 pub fn create_cache(&self) -> Cache { in create_cache()
651 pub fn reset_cache(&self, cache: &mut Cache) { in reset_cache()
769 cache: &mut Cache, in is_match()
817 cache: &mut Cache, in find()
861 cache: &mut Cache, in captures()
891 cache: &'c mut Cache, in find_iter()
934 cache: &'c mut Cache, in captures_iter()
1022 cache: &mut Cache, in search()
1093 cache: &mut Cache, in search_slots()
1141 cache: &mut Cache, in search_slots_imp()
[all …]
H A Dbacktrack.rs650 pub fn create_cache(&self) -> Cache { in create_cache()
709 pub fn reset_cache(&self, cache: &mut Cache) { in reset_cache()
901 cache: &mut Cache, in try_is_match()
941 cache: &mut Cache, in try_find()
1017 cache: &mut Cache, in try_captures()
1056 cache: &'c mut Cache, in try_find_iter()
1107 cache: &'c mut Cache, in try_captures_iter()
1211 cache: &mut Cache, in try_search()
1295 cache: &mut Cache, in try_search_slots()
1333 cache: &mut Cache, in try_search_slots_imp()
[all …]
/aosp_15_r20/external/scudo/standalone/
H A Dallocator_config.h78 struct Cache { struct
79 static const u32 EntriesArraySize = 32U;
80 static const u32 QuarantineSize = 0U;
81 static const u32 DefaultMaxEntriesCount = 32U;
82 static const uptr DefaultMaxEntrySize = 1UL << 19;
83 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
84 static const s32 MaxReleaseToOsIntervalMs = INT32_MAX;
123 struct Cache { struct
124 static const u32 EntriesArraySize = 256U;
125 static const u32 QuarantineSize = 32U;
[all …]
/aosp_15_r20/external/mesa3d/src/util/tests/
H A Dcache_test.cpp671 class Cache : public ::testing::Test { class
675 Cache() { in Cache() function in Cache
683 TEST_F(Cache, MultiFile) in TEST_F() argument
718 TEST_F(Cache, SingleFile) in TEST_F() argument
758 TEST_F(Cache, Database) in TEST_F() argument
796 TEST_F(Cache, Combined) in TEST_F() argument
1019 TEST_F(Cache, DISABLED_List) in TEST_F() argument
1258 TEST_F(Cache, DatabaseMultipartEviction) in TEST_F() argument
1309 TEST_F(Cache, Disabled) in TEST_F() argument
1338 TEST_F(Cache, DoNotDeleteNewCache) in TEST_F() argument
[all …]
/aosp_15_r20/external/cronet/base/containers/
H A Dlru_cache_unittest.cc84 typedef typename TypeParam::template Type<int, CachedItem> Cache; in TYPED_TEST() typedef
164 typedef typename TypeParam::template Type<int, CachedItem> Cache; in TYPED_TEST() typedef
199 typedef typename TypeParam::template Type<int, CachedItem> Cache; in TYPED_TEST() typedef
237 using Cache = in TYPED_TEST() typedef
281 using Cache = in TYPED_TEST() typedef
307 typedef typename TypeParam::template Type<std::string, CachedItem> Cache; in TYPED_TEST() typedef
324 typedef typename TypeParam::template Type<int, CachedItem> Cache; in TYPED_TEST() typedef
428 typedef typename TypeParam::template Type<std::string> Cache; in TYPED_TEST() typedef
529 using Cache = typename TypeParam::template Type<Ptr, DerefCompare<Ptr>>; in TYPED_TEST() typedef
533 using Cache = typename TypeParam::template Type<Ptr, DerefHash<Ptr>, in TYPED_TEST() typedef
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dunix.rs68 struct Cache { struct
89 impl Default for Cache { argument
106 impl Cache { implementation
/aosp_15_r20/external/scudo/standalone/tests/
H A Dquarantine_test.cpp31 static void deallocateCache(CacheT *Cache) { in deallocateCache()
71 CacheT Cache; in TEST() local
82 CacheT Cache; in TEST() local
105 CacheT Cache; in TEST() local
130 CacheT Cache; in TEST() local
160 CacheT Cache; in TEST() local
195 CacheT Cache; in TEST() local
225 CacheT Cache; member
H A Dsecondary_test.cpp107 struct Cache { struct
108 static const scudo::u32 EntriesArraySize = 128U;
109 static const scudo::u32 QuarantineSize = 0U;
110 static const scudo::u32 DefaultMaxEntriesCount = 64U;
111 static const scudo::uptr DefaultMaxEntrySize = 1UL << 20;
112 static const scudo::s32 MinReleaseToOsIntervalMs = INT32_MIN;
113 static const scudo::s32 MaxReleaseToOsIntervalMs = INT32_MAX;
281 std::unique_ptr<CacheT> Cache = std::make_unique<CacheT>(); member
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/
Dcache.rs110 pub struct Cache<A, T> { struct
115 impl<A, T, S> Cache<A, T> argument
229 impl<A, T, S> Access<T::Target> for Cache<A, T> implementation
240 impl<A, T, S> From<A> for Cache<A, T> implementation
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.nonprop.cache/
H A Demplace.pass.cpp37 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
46 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
54 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
63 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
71 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
81 using Cache = std::ranges::__non_propagating_cache<NonMovable>; in test() typedef
/aosp_15_r20/external/libchrome/base/containers/
H A Dmru_cache_unittest.cc43 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
123 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
158 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
196 using Cache = base::MRUCache<int, std::unique_ptr<CachedItem>>; in TEST() typedef
239 using Cache = base::MRUCache<int, std::unique_ptr<CachedItem>>; in TEST() typedef
264 typedef base::HashingMRUCache<std::string, CachedItem> Cache; in TEST() typedef
281 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A DCacheTesting.java127 static boolean hasLocalCache(Cache<?, ?> cache) { in hasLocalCache() argument
131 static void drainRecencyQueues(Cache<?, ?> cache) { in drainRecencyQueues() argument
149 static void drainReferenceQueues(Cache<?, ?> cache) { in drainReferenceQueues() argument
170 static int getTotalSegmentSize(Cache<?, ?> cache) { in getTotalSegmentSize() argument
185 static void checkValidState(Cache<?, ?> cache) { in checkValidState() argument
215 static void checkExpiration(Cache<?, ?> cache) { in checkExpiration() argument
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheTesting.java127 static boolean hasLocalCache(Cache<?, ?> cache) { in hasLocalCache() argument
131 static void drainRecencyQueues(Cache<?, ?> cache) { in drainRecencyQueues() argument
149 static void drainReferenceQueues(Cache<?, ?> cache) { in drainReferenceQueues() argument
170 static int getTotalSegmentSize(Cache<?, ?> cache) { in getTotalSegmentSize() argument
185 static void checkValidState(Cache<?, ?> cache) { in checkValidState() argument
215 static void checkExpiration(Cache<?, ?> cache) { in checkExpiration() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/cache/
Dcache.go36 type Cache interface { interface
264 func GetFile(c Cache, id ActionID) (file string, entry Entry, err error) {
283 func GetBytes(c Cache, id ActionID) ([]byte, Entry, error) {
298 func GetMmap(c Cache, id ActionID) ([]byte, Entry, error) {
501 func PutNoVerify(c Cache, id ActionID, file io.ReadSeeker) (OutputID, int64, error) {
528 func PutBytes(c Cache, id ActionID, data []byte) error {
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dpikevm.rs42 pub struct Cache { struct
44 clist: Threads,
45 nlist: Threads,
47 stack: Vec<FollowEpsilon>,
75 impl Cache { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Donepass.rs1371 pub fn create_cache(&self) -> Cache { in create_cache()
1415 pub fn reset_cache(&self, cache: &mut Cache) { in reset_cache()
1623 cache: &mut Cache, in is_match()
1694 cache: &mut Cache, in find()
1767 cache: &mut Cache, in captures()
1889 cache: &mut Cache, in try_search()
1973 cache: &mut Cache, in try_search_slots()
2005 cache: &mut Cache, in try_search_slots_imp()
2042 cache: &mut Cache, in search_imp()
2183 cache: &mut Cache, in find_match()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/
H A Dslice.rs5 enum Cache { enum
11 impl Cache { implementation
21 fn binary_search<F>(b: &mut Bencher, cache: Cache, mapper: F) in binary_search()
37 fn binary_search_worst_case(b: &mut Bencher, cache: Cache) { in binary_search_worst_case()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/
H A Dslice.rs5 enum Cache { enum
11 impl Cache { impl
21 fn binary_search<F>(b: &mut Bencher, cache: Cache, mapper: F) in binary_search()
37 fn binary_search_worst_case(b: &mut Bencher, cache: Cache) { in binary_search_worst_case()

12345678910>>...46