/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/ |
HD | espresso_web_release_no_deps.jar | ... android/support/test/espresso/web/internal/deps/guava ... |
HD | espresso_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 D | unsquashfs.h | 117 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 D | emplace.pass.cpp | 34 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 D | emplace_from.pass.cpp | 34 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 D | has_value.pass.cpp | 18 constexpr void test() { in test() function 23 Cache const cache; in test() local 29 Cache cache; cache.__emplace(); in test() local
|
H A D | deref.pass.cpp | 19 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 D | ctor.default.pass.cpp | 22 constexpr void test() { in test() function 25 Cache cache; in test() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | cache.rs | 73 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 D | main.rs | 39 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 D | verify_certificate_chain_unittest.cc | 21 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 D | quic_client_session_cache_test.cc | 14 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 D | FifoCacheTest.java | 27 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 D | FifoCacheTest.java | 27 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 D | quic_lru_cache_test.cc | 10 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 D | LocationProviderManagerTest.java | 1444 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/ |
D | iconloader_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/ |
D | iconloader.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/ |
D | iconloader_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/ |
D | iconloader.jar | ... Context context
com.android.launcher3.icons.cache.BaseIconCache cache
com.android.launcher3.icons ... |
/aosp_15_r20/external/stg/ |
H A D | abigail_reader_test.cc | 57 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 D | TypefaceTest.cpp | 184 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 D | boot_level_keys.rs | 191 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/ |
D | param_cache.rs | 16 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 D | cacheflush01.c | 29 int cache; member 52 static struct tst_test test = { variable
|