Home
last modified time | relevance | path

Searched refs:mmaps (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/timeline/
Dmemory_dump_event_unittest.py12 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/
Dcap_libv4l.cpp323 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 …]
Dcap_v4l.cpp311 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/
Dasan_stats.h37 uptr mmaps; member
Dasan_stats.cc52 mmaps, munmaps); in Print()
Dasan_allocator.cc180 thread_stats.mmaps++; in OnMap()
/external/valgrind/docs/internals/
Dsegments-seginfos.txt25 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
D3_2_BUGSTATUS.txt404 r6495 r6497 32 n-i-bz More robust handling of hinted client mmaps
/external/valgrind/
DNEWS.old376 n-i-bz More robust handling of hinted client mmaps
DNEWS973 - Valgrind no longer temporarily mmaps the entire object to read