Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.14.18/
HDbyte-buddy-1.14.18-sources.jarMETA-INF/MANIFEST.MF net/ net/bytebuddy/ net/bytebuddy/ByteBuddy. ...
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_crypto_client_handshaker.cc223 QuicCryptoClientConfig::CachedState* cached = in HandleServerConfigUpdateMessage() local
246 QuicCryptoClientConfig::CachedState* cached = in DoHandshakeLoop() local
293 QuicCryptoClientConfig::CachedState* cached) { in DoInitialize()
311 QuicCryptoClientConfig::CachedState* cached) { in DoSendCHLO()
412 QuicCryptoClientConfig::CachedState* cached) { in DoReceiveREJ()
470 QuicCryptoClientConfig::CachedState* cached) { in DoVerifyProof()
503 QuicCryptoClientConfig::CachedState* cached) { in DoVerifyProofComplete()
545 QuicCryptoClientConfig::CachedState* cached) { in DoReceiveSHLO()
619 QuicCryptoClientConfig::CachedState* cached) { in DoInitializeServerConfigUpdate()
634 QuicCryptoClientConfig::CachedState* cached) { in SetCachedProofValid()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dquic_crypto_client_config.cc366 CachedState* cached = new CachedState; in LookupOrCreate() local
383 const CachedState* cached, QuicRandom* rand, bool demand_x509_proof, in FillInchoateClientHello()
451 const ParsedQuicVersion actual_version, const CachedState* cached, in FillClientHello()
597 const std::vector<std::string>& cached_certs, CachedState* cached, in CacheNewServerConfig()
665 CachedState* cached, in ProcessRejection()
694 const ParsedQuicVersionVector& negotiated_versions, CachedState* cached, in ProcessServerHello()
756 CachedState* cached, in ProcessServerConfigUpdate()
802 CachedState* cached = LookupOrCreate(server_id); in InitializeFrom() local
811 const QuicServerId& server_id, CachedState* cached) { in PopulateFromCanonicalConfig()
H A Dquic_crypto_client_config_test.cc283 QuicCryptoClientConfig::CachedState cached; in TEST_F() local
446 QuicCryptoClientConfig::CachedState cached; in TEST_F() local
467 QuicCryptoClientConfig::CachedState cached; in TEST_F() local
497 QuicCryptoClientConfig::CachedState cached; in TEST_F() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DRoundedCornersTest.java198 RoundedCorners cached = RoundedCorners.fromRadii(radius, 200, 400); in testFromRadius_cache() local
206 RoundedCorners cached = RoundedCorners.fromRadii(radius, 200, 400); in testFromRadius_wontCacheIfRadiusChanged() local
215 RoundedCorners cached = RoundedCorners.fromRadii(radius, 200, 400); in testFromRadius_wontCacheIfDisplayWidthChanged() local
224 RoundedCorners cached = RoundedCorners.fromRadii(radius, 200, 400); in testFromRadius_wontCacheIfDisplayHeightChanged() local
H A DDisplayCutoutTest.java365 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 1f, waterfallInsets, null); in fromSpec_caches() local
373 DisplayCutout cached = fromSpec("L1,0 L1000,1000 L0,1 z", 200, 400, 1f, Insets.NONE, null); in fromSpec_wontCacheIfSpecChanges() local
381 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 2000, 400, 1f, Insets.NONE, null); in fromSpec_wontCacheIfScreenWidthChanges() local
389 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 4000, 1f, Insets.NONE, null); in fromSpec_wontCacheIfScreenHeightChanges() local
397 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 2f, Insets.NONE, null); in fromSpec_wontCacheIfDensityChanges() local
406 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 2f, Insets.NONE, null); in fromSpec_wontCacheIfWaterfallInsetsChange() local
H A DDisplayShapeTest.java78 final DisplayShape cached = DisplayShape.fromSpecString( in testFromSpecString_cache() local
86 final Path cached = DisplayShape.fromSpecString( in testGetPath_cache() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DAuxiliaryPersistenceWrapperTest.kt91 val cached = auxiliaryFileWrapper.getCachedFavoritesAndRemoveFor(TEST_COMPONENT) in testGetCachedValues_component() constant
99 val cached = auxiliaryFileWrapper.getCachedFavoritesAndRemoveFor(TEST_COMPONENT_OTHER) in testGetCachedValues_componentOther() constant
/aosp_15_r20/bionic/libc/bionic/
H A Dsysconf.cpp64 static sysconf_caches cached = []{ in __sysconf_caches() local
79 static sysconf_caches cached = []{ in __sysconf_caches() local
104 static sysconf_caches cached = []{ in __sysconf_caches() local
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DApplicationLoaders.java188 CachedClassLoader cached = mSystemLibsCacheMap.get(dependencyPath); in createAndCacheNonBootclasspathSystemClassLoader() local
210 CachedClassLoader cached = new CachedClassLoader(); in createAndCacheNonBootclasspathSystemClassLoader() local
243 CachedClassLoader cached = mSystemLibsCacheMap.get(zip); in getCachedNonBootclasspathSystemLib() local
/aosp_15_r20/external/perfetto/src/traced/probes/ps/
H A Dprocess_stats_data_source.cc573 CachedProcessStats& cached = process_stats_cache_[pid]; in WriteAllProcessStats() local
600 CachedProcessStats& cached = process_stats_cache_[pid]; in WriteProcessRuntimes() local
618 CachedProcessStats& cached = process_stats_cache_[pid]; in WriteMemCounters() local
782 CachedProcessStats& cached = process_stats_cache_[pid]; in WriteSingleFd() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dtests.rs64 let cached = CachedCredentialSource::new(supplier, cache); in cached_credential_source_keeps_same_entries_as_original() localVariable
107 let cached = CachedCredentialSource::new(supplier, cache); in cached_credential_source_has_requested_cache_size() localVariable
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/locks/bakery/
Dbakery_lock_normal.c67 static inline void write_cache_op(uintptr_t addr, bool cached) in write_cache_op()
77 static inline void read_cache_op(uintptr_t addr, bool cached) in read_cache_op()
/aosp_15_r20/external/arm-trusted-firmware/lib/locks/bakery/
H A Dbakery_lock_normal.c67 static inline void write_cache_op(uintptr_t addr, bool cached) in write_cache_op()
77 static inline void read_cache_op(uintptr_t addr, bool cached) in read_cache_op()
/aosp_15_r20/external/vixl/tools/
H A Dlint.py229 def RunLinter(files, jobs=1, progress_prefix='', cached=True): argument
247 cached = not args.no_cache variable
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dcachestat.c104 static int get_meminfo(__u64 *buffers, __u64 *cached) in get_meminfo()
132 __u64 buffers, cached, mbd; in main() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c309 struct lp_cached_code cached = { 0 }; in compile_image_function() local
467 struct lp_cached_code cached = { 0 }; in compile_sample_function() local
617 struct lp_cached_code cached = { 0 }; in compile_jit_sample_function() local
724 struct lp_cached_code cached = { 0 }; in compile_size_function() local
/aosp_15_r20/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
H A DImageSource.java32 private boolean cached; field in ImageSource
34 private ImageSource(Bitmap bitmap, boolean cached) { in ImageSource()
/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/
H A Dremote_unwind_benchmarks.cpp96 static void RemoteUnwind(benchmark::State& state, bool cached) { in RemoteUnwind()
136 static void RemoteAndroidUnwind(benchmark::State& state, bool cached) { in RemoteAndroidUnwind()
/aosp_15_r20/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DAppStateTrackerImpl.java435 public void handleUidCachedChanged(int uid, boolean cached) { in handleUidCachedChanged()
744 public void onUidCachedChanged(int uid, boolean cached) { in onUidCachedChanged()
876 public void onUidCachedChanged(int uid, boolean cached) { in onUidCachedChanged()
979 private void handleUidCached(int uid, boolean cached) { in handleUidCached()
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/util/
H A DStackTraceElements.java143 InMemoryStackTraceElement cached = elementCache.get(inMemoryStackTraceElement); in weakIntern() local
157 String cached = stringCache.get(s); in weakIntern() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DBitmapCachingAsset.java107 Bitmap cached = sCache.get(key); in decodeBitmap() local
142 Bitmap cached = sCache.get(key); in decodeBitmapRegion() local
/aosp_15_r20/external/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp120 const CKeyInfo &cached = Keys[i]; in GetKey() local
137 const CKeyInfo &cached = Keys[i]; in FindAndAdd() local
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/
H A DCharacterReader.java733 String cached = stringCache[index]; in cacheString() local
748 …static boolean rangeEquals(final char[] charBuf, final int start, int count, final String cached) { in rangeEquals()
762 boolean rangeEquals(final int start, final int count, final String cached) { in rangeEquals()
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/
Dcache.rs112 cached: T, field
131 let cached = arc_swap.load_full(); in new() localVariable

12345678910>>...38