/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | RoundedCornersTest.java | 171 RoundedCorners cached = RoundedCorners.fromRadii(radius, 200, 400); in testFromRadius_cache() local 179 RoundedCorners cached = RoundedCorners.fromRadii(radius, 200, 400); in testFromRadius_wontCacheIfRadiusChanged() local 188 RoundedCorners cached = RoundedCorners.fromRadii(radius, 200, 400); in testFromRadius_wontCacheIfDisplayWidthChanged() local 197 RoundedCorners cached = RoundedCorners.fromRadii(radius, 200, 400); in testFromRadius_wontCacheIfDisplayHeightChanged() local
|
H A D | DisplayCutoutTest.java | 359 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 1f, waterfallInsets); in fromSpec_caches() local 367 DisplayCutout cached = fromSpec("L1,0 L1000,1000 L0,1 z", 200, 400, 1f, Insets.NONE); in fromSpec_wontCacheIfSpecChanges() local 375 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 2000, 400, 1f, Insets.NONE); in fromSpec_wontCacheIfScreenWidthChanges() local 383 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 4000, 1f, Insets.NONE); in fromSpec_wontCacheIfScreenHeightChanges() local 391 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 2f, Insets.NONE); in fromSpec_wontCacheIfDensityChanges() local 400 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 2f, Insets.NONE); in fromSpec_wontCacheIfWaterfallInsetsChange() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
H A D | AuxiliaryPersistenceWrapperTest.kt | 91 val cached = auxiliaryFileWrapper.getCachedFavoritesAndRemoveFor(TEST_COMPONENT) regex 99 val cached = auxiliaryFileWrapper.getCachedFavoritesAndRemoveFor(TEST_COMPONENT_OTHER) regex
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ApplicationLoaders.java | 184 CachedClassLoader cached = mSystemLibsCacheMap.get(dependencyPath); in createAndCacheNonBootclasspathSystemClassLoader() local 206 CachedClassLoader cached = new CachedClassLoader(); in createAndCacheNonBootclasspathSystemClassLoader() local 239 CachedClassLoader cached = mSystemLibsCacheMap.get(zip); in getCachedNonBootclasspathSystemLib() local
|
H A D | IUidObserver.aidl | 67 void onUidCachedChanged(int uid, boolean cached); in onUidCachedChanged()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A D | BitmapCachingAsset.java | 101 Bitmap cached = sCache.get(key); in decodeBitmap() local 125 Bitmap cached = sCache.get(key); in decodeBitmapRegion() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | BindableMediaRequest.java | 42 final boolean cached) { in onMediaResourceLoaded()
|
H A D | MediaResourceManager.java | 94 void onMediaResourceLoaded(MediaRequest<T> request, T resource, boolean cached); in onMediaResourceLoaded()
|
/aosp12/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncAdapterStateFetcher.java | 40 final Integer cached = mBucketCache.get(key); in getStandbyBucket() local
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | WallpaperColorsLoader.java | 51 WallpaperColors cached = sCache.get(asset); in getWallpaperColors() local
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/ |
H A D | FakeImageResource.java | 38 public void setCached(final boolean cached) { in setCached()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraMem.cpp | 79 QCameraMemory::QCameraMemory(bool cached, in QCameraMemory() 464 unsigned int heap_id, size_t size, bool cached, bool secure_mode) in allocOneBuffer() 656 size_t size, bool cached, cam_stream_type_t streamType) in findBufferLocked() 716 size_t size, bool cached, cam_stream_type_t streamType, in allocateBuffer() 745 QCameraHeapMemory::QCameraHeapMemory(bool cached) in QCameraHeapMemory() 1002 QCameraMetadataStreamMemory::QCameraMetadataStreamMemory(bool cached) in QCameraMetadataStreamMemory() 1061 bool cached, in QCameraStreamMemory() 1294 bool cached, QCameraMemType bufType) in QCameraVideoMemory()
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | BoringLayoutIsBoringPerfTest.java | 72 boolean cached) { in BoringLayoutIsBoringPerfTest()
|
H A D | PaintMeasureDrawPerfTest.java | 65 public PaintMeasureDrawPerfTest(int length, boolean cached) { in PaintMeasureDrawPerfTest()
|
H A D | TextViewSetTextMeasurePerfTest.java | 76 boolean cached) { in TextViewSetTextMeasurePerfTest()
|
H A D | StaticLayoutCreateDrawPerfTest.java | 75 boolean cached) { in StaticLayoutCreateDrawPerfTest()
|
H A D | BoringLayoutCreateDrawPerfTest.java | 73 boolean cached) { in BoringLayoutCreateDrawPerfTest()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/ |
H A D | mm_jpeg_ionbuf.c | 54 void *buffer_allocate(buffer_t *p_buffer, int cached) in buffer_allocate()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerUtils.java | 73 final Integer cached = sHashCache.get(s); in getUnsignedHashCached() local
|
/aosp12/system/unwinding/libunwindstack/benchmarks/ |
H A D | remote_unwind_benchmarks.cpp | 105 static void RemoteUnwind(benchmark::State& state, bool cached) { in RemoteUnwind()
|
/aosp12/art/compiler/optimizing/ |
H A D | select_generator.cc | 203 HSelect* cached = it->second; in Run() local
|
/aosp12/build/make/tools/product_config/src/com/android/build/config/ |
H A D | CsvParser.java | 215 final String cached = stringPool.get(field); in parse() local
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
H A D | Burst.cpp | 196 if (auto cached = kMemoryCache->getMemoryIfAvailable(*memory)) { in execute() local 265 if (auto cached = kMemoryCache->getMemoryIfAvailable(*memory)) { in createReusableExecution() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ProcessLoggingHandler.java | 77 LoggingInfo cached = mLoggingInfo.get(apkFile); in logAppProcessStart() local
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | cpuinfo.proto | 51 optional int32 cached = 5; field
|