Searched refs:mmaps (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
D | memory_dump_event_unittest.py | 12 mmaps=None, allocators=None): argument 29 if mmaps: 32 for mapped_file, byte_stats in mmaps.iteritems()]} 37 def TestProcessDumpEvent(dump_id='123456ABCDEF', pid=1234, start=0, mmaps=None, argument 39 event = MakeRawMemoryDumpEvent(dump_id, pid, start, mmaps=mmaps, 94 memory_dump = TestProcessDumpEvent(mmaps={ 126 mmaps = {'/dev/ashmem/dalvik-space-foo': {'pss': java_spaces}} 129 MakeRawMemoryDumpEvent(pid=process.pid, mmaps=mmaps)] 149 mmaps={'/dev/ashmem/other-ashmem': {'pss': 5}}, 152 mmaps={'/dev/ashmem/libc malloc': {'pss': 42, 'pd': 27}}, [all …]
|
/external/opencv3/modules/videoio/src/ |
D | cap_libv4l.cpp | 323 struct video_mmap *mmaps; member 1004 capture->mmaps = (struct video_mmap *) in _capture_V4L() 1006 if (!capture->mmaps) { in _capture_V4L() 1229 capture->mmaps[capture->bufferIndex].frame = capture->bufferIndex; in icvGrabFrameCAM_V4L() 1230 capture->mmaps[capture->bufferIndex].width = capture->captureWindow.width; in icvGrabFrameCAM_V4L() 1231 capture->mmaps[capture->bufferIndex].height = capture->captureWindow.height; in icvGrabFrameCAM_V4L() 1232 capture->mmaps[capture->bufferIndex].format = capture->imageProperties.palette; in icvGrabFrameCAM_V4L() 1234 …if (v4l1_ioctl(capture->deviceHandle, VIDIOCMCAPTURE, &capture->mmaps[capture->bufferIndex]) == -1… in icvGrabFrameCAM_V4L() 1254 capture->mmaps[capture->bufferIndex].frame = capture->bufferIndex; in icvGrabFrameCAM_V4L() 1255 capture->mmaps[capture->bufferIndex].width = capture->captureWindow.width; in icvGrabFrameCAM_V4L() [all …]
|
D | cap_v4l.cpp | 311 struct video_mmap *mmaps; member 1086 capture->mmaps = (struct video_mmap *) in _capture_V4L() 1088 if (!capture->mmaps) { in _capture_V4L() 1319 capture->mmaps[capture->bufferIndex].frame = capture->bufferIndex; in icvGrabFrameCAM_V4L() 1320 capture->mmaps[capture->bufferIndex].width = capture->captureWindow.width; in icvGrabFrameCAM_V4L() 1321 capture->mmaps[capture->bufferIndex].height = capture->captureWindow.height; in icvGrabFrameCAM_V4L() 1322 capture->mmaps[capture->bufferIndex].format = capture->imageProperties.palette; in icvGrabFrameCAM_V4L() 1324 … if (ioctl(capture->deviceHandle, VIDIOCMCAPTURE, &capture->mmaps[capture->bufferIndex]) == -1) { in icvGrabFrameCAM_V4L() 1361 capture->mmaps[capture->bufferIndex].frame = capture->bufferIndex; in icvGrabFrameCAM_V4L() 1362 capture->mmaps[capture->bufferIndex].width = capture->captureWindow.width; in icvGrabFrameCAM_V4L() [all …]
|
/external/compiler-rt/lib/asan/ |
D | asan_stats.h | 37 uptr mmaps; member
|
D | asan_stats.cc | 52 mmaps, munmaps); in Print()
|
D | asan_allocator.cc | 180 thread_stats.mmaps++; in OnMap()
|
/external/valgrind/docs/internals/ |
D | segments-seginfos.txt | 25 range which is not yet mmaped. For example, if the process mmaps the 40 which just mmaps ELF files but just uses it as raw data (copy, for 43 Valgrind doesn't control the mmaps. It just observes the mmaps
|
D | 3_2_BUGSTATUS.txt | 404 r6495 r6497 32 n-i-bz More robust handling of hinted client mmaps
|
/external/valgrind/ |
D | NEWS.old | 376 n-i-bz More robust handling of hinted client mmaps
|
D | NEWS | 973 - Valgrind no longer temporarily mmaps the entire object to read
|