Searched defs:sharedMemory (Results 1 – 2 of 2) sorted by relevance
22 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in getSize_shouldReturnSizeAtCreation()30 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in mapReadWrite_shouldReflectWrites()41 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in mapReadWrite_shouldReflectWritesAcrossMappings()53 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in mapReadWrite_shouldPersistWritesAcrossUnmap()66 SharedMemory sharedMemory = SharedMemory.create("foo", 4); in mapReadWrite_shouldThrowAfterClose() local107 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in unmap_shouldTolerateDoubleUnmap()118 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in writeToParcel_shouldNotCrash()
44 bool sharedMemory; member