Home
last modified time | relevance | path

Searched +defs:cache +defs:test (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_web_release_no_deps.jar ... android/support/test/espresso/web/internal/deps/guava ...
HDespresso_core_release_no_deps.jar ... protobuf.meta android/support/test/espresso/web/webdriver/WebDriverAtomScripts.class
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.h117 struct test { struct
118 int mask;
119 int value;
120 int position;
121 char mode;
127 struct cache { struct
137 struct cache_entry *free_list; argument
138 struct cache_entry *hash_table[65536]; argument
141 /* struct describing a cache entry passed between threads */ argument
143 struct cache *cache; member
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.nonprop.cache/
H A Demplace.pass.cpp34 constexpr bool test() { in test() function
38 Cache cache; in test() local
47 Cache cache; in test() local
55 Cache cache; in test() local
64 Cache cache; in test() local
72 Cache cache; in test() local
82 Cache cache; in test() local
H A Demplace_from.pass.cpp34 constexpr bool test() { in test() function
38 Cache cache; in test() local
46 Cache cache; in test() local
54 Cache cache; in test() local
64 Cache cache; in test() local
H A Dhas_value.pass.cpp18 constexpr void test() { in test() function
23 Cache const cache; in test() local
29 Cache cache; cache.__emplace(); in test() local
H A Dderef.pass.cpp19 constexpr void test() { in test() function
24 Cache cache; cache.__emplace(3); in test() local
31 Cache cache; cache.__emplace(3); in test() local
H A Dctor.default.pass.cpp22 constexpr void test() { in test() function
25 Cache cache; in test() local
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dcache.rs73 cache: &'conn StatementCache, field
144 let mut cache = self.0.borrow_mut(); in get() localVariable
160 let mut cache = self.0.borrow_mut(); in cache_stmt() localVariable
174 let mut cache = self.0.borrow_mut(); in flush() localVariable
180 mod test { module
202 let cache = &db.cache; in test_cache() localVariable
231 let cache = &db.cache; in test_set_capacity() localVariable
264 let cache = &db.cache; in test_discard() localVariable
323 let cache = &db.cache; in test_cache_key() localVariable
/aosp_15_r20/build/make/tools/aconfig/aconfig/src/
H A Dmain.rs39 mod test; module
266 let cache = open_single_file(sub_matches, "cache")?; in main() localVariable
278 let cache = open_single_file(sub_matches, "cache")?; in main() localVariable
290 let cache = open_single_file(sub_matches, "cache")?; in main() localVariable
300 let cache = open_single_file(sub_matches, "cache")?; in main() localVariable
307 let cache = open_single_file(sub_matches, "cache")?; in main() localVariable
335 let cache = open_zero_or_more_files(sub_matches, "cache")?; in main() localVariable
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dverify_certificate_chain_unittest.cc21 static void Verify(const VerifyCertChainTest &test, in Verify()
56 MockSignatureVerifyCache cache; in TEST() local
80 MockSignatureVerifyCache cache; in TEST() local
109 MockSignatureVerifyCache cache; in TEST() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dquic_client_session_cache_test.cc14 namespace test { namespace
186 QuicClientSessionCache cache; in TEST_F() local
234 QuicClientSessionCache cache; in TEST_F() local
261 QuicClientSessionCache cache; in TEST_F() local
282 QuicClientSessionCache cache; in TEST_F() local
303 QuicClientSessionCache cache; in TEST_F() local
327 QuicClientSessionCache cache(2); in TEST_F() local
356 QuicClientSessionCache cache; in TEST_F() local
383 QuicClientSessionCache cache; in TEST_F() local
411 QuicClientSessionCache cache; in TEST_F() local
/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/internal/signer/util/
H A DFifoCacheTest.java27 public void test() { in test() method in FifoCacheTest
28 FifoCache<String> cache = new FifoCache<>(3); in test() local
58 FifoCache<String> cache = new FifoCache<String>(1); in testSingleEntry() local
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/signer/internal/
H A DFifoCacheTest.java27 public void test() { in test() method in FifoCacheTest
28 FifoCache<String> cache = new FifoCache<String>(3); in test() local
58 FifoCache<String> cache = new FifoCache<String>(1); in testSingleEntry() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_lru_cache_test.cc10 namespace test { namespace
20 QuicLRUCache<int, CachedItem> cache(5); in TEST() local
53 QuicLRUCache<int, CachedItem> cache(3); in TEST() local
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
H A DLocationProviderManagerTest.java1444 LocationFudgerCache cache = new LocationFudgerCache(provider); in testLocationFudger_withFlagDisabled_cacheIsNotSetAndOldAlgoIsUsed() local
1448 Location test = new Location("any-provider"); in testLocationFudger_withFlagDisabled_cacheIsNotSetAndOldAlgoIsUsed() local
1460 LocationFudgerCache cache = new LocationFudgerCache(provider); in testLocationFudger_withFlagEnabledButNoDefaults_oldAlgoIsUsed() local
1472 Location test = new Location("any-provider"); in testLocationFudger_withFlagEnabledButNoDefaults_oldAlgoIsUsed() local
1484 LocationFudgerCache cache = new LocationFudgerCache(provider); in testLocationFudger_withFlagEnabled_cacheIsSetAndNewAlgoIsUsed() local
1495 Location test = new Location("any-provider"); in testLocationFudger_withFlagEnabled_cacheIsSetAndNewAlgoIsUsed() local
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/iconloaderlib/iconloader_base/android_common/kotlin/
Diconloader_base.jar ... Context context com.android.launcher3.icons.cache.BaseIconCache cache com.android.launcher3.icons ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/iconloaderlib/iconloader/android_common/repackaged-jarjar/kotlinc/
Diconloader.jar ... mono/ com/android/launcher3/icons/cache/LauncherActivityCachingLogic.class LauncherActivityCachingLogic.kt package com. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/iconloaderlib/iconloader_base/android_common/repackaged-jarjar/kotlinc/
Diconloader_base.jar ... mono/ com/android/launcher3/icons/cache/LauncherActivityCachingLogic.class LauncherActivityCachingLogic.kt package com. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/iconloaderlib/iconloader/android_common/kotlin/
Diconloader.jar ... Context context com.android.launcher3.icons.cache.BaseIconCache cache com.android.launcher3.icons ...
/aosp_15_r20/external/stg/
H A Dabigail_reader_test.cc57 const auto test = GENERATE( variable
120 const auto test = GENERATE( variable
160 const auto test = GENERATE( variable
225 NoCache cache; variable
/aosp_15_r20/external/skia/tests/
H A DTypefaceTest.cpp184 auto runTest = [&fm, &typeface, &stream, &reporter](TestCase& test){ in DEF_TEST()
274 auto test = [&](SkTypeface* typeface, const Variation& expected, int alsoAcceptedAxisTagCount) { in DEF_TEST() local
458 auto test = [&](SkTypeface* typeface, const Axis* expected, int expectedCount, in DEF_TEST() local
593 static int count(skiatest::Reporter* reporter, const SkTypefaceCache& cache) { in count()
603 SkTypefaceCache cache; in DEF_TEST() local
/aosp_15_r20/system/security/keystore2/src/
H A Dboot_level_keys.rs191 cache: VecDeque<ZVec>, field
201 let mut cache: VecDeque<ZVec> = VecDeque::new(); in new() localVariable
293 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/util/
Dparam_cache.rs16 let mut cache = self.0.borrow_mut(); in get_or_insert_with() localVariable
31 mod test { module
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/cacheflush/
H A Dcacheflush01.c29 int cache; member
52 static struct tst_test test = { variable

12345678910>>...33