Searched refs:mmaps (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/timeline/
H A Dmemory_dump_event_unittest.py12 mmaps=None, allocators=None):
29 if mmaps:
32 for mapped_file, byte_stats in mmaps.iteritems()]}
37 def TestProcessDumpEvent(dump_id='123456ABCDEF', pid=1234, start=0, mmaps=None,
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)]
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_stats.h37 uptr mmaps; member in struct:__asan::AsanStats
H A Dasan_stats.cc52 mmaps, munmaps);
H A Dasan_allocator.cc180 thread_stats.mmaps++;
/external/opencv3/modules/videoio/src/
H A Dcap_libv4l.cpp323 struct video_mmap *mmaps; member in struct:CvCaptureCAM_V4L
1004 capture->mmaps = (struct video_mmap *)
1006 if (!capture->mmaps) {
1229 capture->mmaps[capture->bufferIndex].frame = capture->bufferIndex;
1230 capture->mmaps[capture->bufferIndex].width = capture->captureWindow.width;
1231 capture->mmaps[capture->bufferIndex].height = capture->captureWindow.height;
1232 capture->mmaps[capture->bufferIndex].format = capture->imageProperties.palette;
1234 if (v4l1_ioctl(capture->deviceHandle, VIDIOCMCAPTURE, &capture->mmaps[capture->bufferIndex]) == -1) {
1254 capture->mmaps[capture->bufferIndex].frame = capture->bufferIndex;
1255 capture->mmaps[captur
[all...]
H A Dcap_v4l.cpp311 struct video_mmap *mmaps; member in struct:CvCaptureCAM_V4L
1086 capture->mmaps = (struct video_mmap *)
1088 if (!capture->mmaps) {
1319 capture->mmaps[capture->bufferIndex].frame = capture->bufferIndex;
1320 capture->mmaps[capture->bufferIndex].width = capture->captureWindow.width;
1321 capture->mmaps[capture->bufferIndex].height = capture->captureWindow.height;
1322 capture->mmaps[capture->bufferIndex].format = capture->imageProperties.palette;
1324 if (ioctl(capture->deviceHandle, VIDIOCMCAPTURE, &capture->mmaps[capture->bufferIndex]) == -1) {
1361 capture->mmaps[capture->bufferIndex].frame = capture->bufferIndex;
1362 capture->mmaps[captur
[all...]

Completed in 326 milliseconds