Home
last modified time | relevance | path

Searched defs:shared_region (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/memory/
H A Ddiscardable_shared_memory_unittest.cc56 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
88 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
124 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
181 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
247 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
312 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
429 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
/aosp_15_r20/external/libchrome/base/memory/
H A Ddiscardable_shared_memory_unittest.cc52 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
84 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
120 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
160 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
226 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
286 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
403 UnsafeSharedMemoryRegion shared_region = memory1.DuplicateRegion(); in TEST() local
/aosp_15_r20/external/cronet/base/android/library_loader/
H A Dlibrary_prefetcher_unittest.cc28 auto shared_region = base::WritableSharedMemoryRegion::Create(length); in TEST() local
/aosp_15_r20/external/cronet/components/metrics/
H A Dhistogram_controller.cc69 base::UnsafeSharedMemoryRegion shared_region, in SetHistogramMemory()