Home
last modified time | relevance | path

Searched refs:mm (Results 1 – 25 of 65) sorted by relevance

123

/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
Dxlat_tables_common.c56 mmap_region_t *mm = mmap; in print_mmap() local
57 while (mm->size) { in print_mmap()
59 (void *)mm->base_va, mm->base_pa, in print_mmap()
60 mm->size, mm->attr); in print_mmap()
61 ++mm; in print_mmap()
70 mmap_region_t *mm = mmap; in mmap_add_region() local
71 mmap_region_t *mm_last = mm + ARRAY_SIZE(mmap) - 1; in mmap_add_region()
93 for (mm = mmap; mm->size; ++mm) { in mmap_add_region()
95 uintptr_t mm_end_va = mm->base_va + mm->size - 1; in mmap_add_region()
102 ((base_va >= mm->base_va) && (end_va <= mm_end_va)) || in mmap_add_region()
[all …]
/device/google/bonito-sepolicy/vendor/qcom/common/
Dmm-pp-daemon.te1 type mm-pp-daemon, domain;
2 type mm-pp-daemon_exec, exec_type, vendor_file_type, file_type;
4 init_daemon_domain(mm-pp-daemon)
7 allow mm-pp-daemon graphics_device:chr_file rw_file_perms;
8 allow mm-pp-daemon graphics_device:dir r_dir_perms;
11 allow mm-pp-daemon display_vendor_data_file:dir create_dir_perms;
12 allow mm-pp-daemon display_vendor_data_file:file create_file_perms;
15 allow mm-pp-daemon qdisplay_service:service_manager find;
16 vndbinder_use(mm-pp-daemon)
17 hwbinder_use(mm-pp-daemon)
[all …]
Dhal_power_default.te14 # Allow power hal to talk to mm-pp-daemon to control display lpm
15 allow hal_power_default mm-pp-daemon:unix_stream_socket connectto;
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dmm-pp-daemon.te1 type mm-pp-daemon, domain;
2 type mm-pp-daemon_exec, exec_type, vendor_file_type, file_type;
4 init_daemon_domain(mm-pp-daemon)
7 allow mm-pp-daemon graphics_device:chr_file rw_file_perms;
8 allow mm-pp-daemon graphics_device:dir r_dir_perms;
11 allow mm-pp-daemon display_vendor_data_file:dir create_dir_perms;
12 allow mm-pp-daemon display_vendor_data_file:file create_file_perms;
15 allow mm-pp-daemon qdisplay_service:service_manager find;
16 vndbinder_use(mm-pp-daemon)
17 hwbinder_use(mm-pp-daemon)
[all …]
Dhal_power_default.te14 # Allow power hal to talk to mm-pp-daemon to control display lpm
15 allow hal_power_default mm-pp-daemon:unix_stream_socket connectto;
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_internal.c248 static void xlat_tables_unmap_region(xlat_ctx_t *ctx, mmap_region_t *mm, in xlat_tables_unmap_region() argument
262 uintptr_t region_end_va = mm->base_va + mm->size - 1; in xlat_tables_unmap_region()
266 if (mm->base_va > table_base_va) { in xlat_tables_unmap_region()
268 table_idx_va = mm->base_va & ~XLAT_BLOCK_MASK(level); in xlat_tables_unmap_region()
289 if ((mm->base_va <= table_idx_va) && in xlat_tables_unmap_region()
319 } else if ((mm->base_va <= table_idx_end_va) || in xlat_tables_unmap_region()
348 xlat_tables_unmap_region(ctx, mm, table_idx_va, in xlat_tables_unmap_region()
383 static action_t xlat_tables_map_region_action(const mmap_region_t *mm, in xlat_tables_map_region_action() argument
387 uintptr_t mm_end_va = mm->base_va + mm->size - 1; in xlat_tables_map_region_action()
395 if ((mm->base_va <= table_entry_base_va) && in xlat_tables_map_region_action()
[all …]
/device/generic/goldfish/libqemu/
Dtest_guest_2.c196 int mm; in main() local
207 for (mm = 0; mm < avail; mm++) in main()
208 printf(" %02x", buffer[nn+mm]); in main()
209 for ( ; mm < maxAvail; mm++ ) in main()
214 for (mm = 0; mm < avail; mm++) in main()
215 printf(" %02x", buffer2[nn+mm]); in main()
/device/google/marlin/camera/QCamera2/stack/
DAndroid.mk2 include $(LOCAL_PATH)/mm-camera-interface/Android.mk
3 include $(LOCAL_PATH)/mm-jpeg-interface/Android.mk
4 include $(LOCAL_PATH)/mm-jpeg-interface/test/Android.mk
5 include $(LOCAL_PATH)/mm-camera-test/Android.mk
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
DAndroid.mk24 OMX_CORE_DIR := $(LOCAL_HAL_TOP)/mm-image-codec
29 LOCAL_C_INCLUDES += $(MM_JPEG_TEST_PATH)/../../mm-camera-interface/inc
40 LOCAL_MODULE := mm-jpeg-interface-test
68 OMX_CORE_DIR := $(LOCAL_HAL_TOP)/mm-image-codec
73 LOCAL_C_INCLUDES += $(MM_JPEG_TEST_PATH)/../../mm-camera-interface/inc
84 LOCAL_MODULE := mm-jpegdec-interface-test
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/XenRealTimeClockLib/
DXenRealTimeClockLib.c44 UINTN mm; in EpochToEfiTime() local
68 mm = a % 60; in EpochToEfiTime()
69 b = (a - mm) / 60; in EpochToEfiTime()
73 Time->Minute = mm; in EpochToEfiTime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
D_parseaddr.py74 [dd, mm, yy, tm, tz] = data
75 mm = mm.lower()
76 if mm not in _monthnames:
77 dd, mm = mm, dd.lower()
78 if mm not in _monthnames:
80 mm = _monthnames.index(mm) + 1
81 if mm > 12:
82 mm -= 12
140 return yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/
DAndroid.mk41 $(LOCAL_PATH)/../mm-camera-interface/inc \
42 $(LOCAL_PATH)/../../../mm-image-codec/qexif \
43 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core
95 LOCAL_MODULE:= mm-qcamera-app
136 $(LOCAL_PATH)/../mm-camera-interface/inc \
137 $(LOCAL_PATH)/../../../mm-image-codec/qexif \
138 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core
/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_v2.h210 void mmap_add_region_ctx(xlat_ctx_t *ctx, const mmap_region_t *mm);
217 void mmap_add(const mmap_region_t *mm);
218 void mmap_add_ctx(xlat_ctx_t *ctx, const mmap_region_t *mm);
235 int mmap_add_dynamic_region_ctx(xlat_ctx_t *ctx, mmap_region_t *mm);
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/
DAndroid.mk19 $(LOCAL_PATH)/../mm-camera-interface/inc \
21 $(LOCAL_PATH)/../../../mm-image-codec/qexif \
22 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core
/device/linaro/bootloader/OpenPlatformPkg/Library/EfiTimeBaseLib/
DEfiTimeBaseLib.c110 UINTN mm; in EpochToEfiTime() local
134 mm = a % 60; in EpochToEfiTime()
135 b = (a - mm) / 60; in EpochToEfiTime()
139 Time->Minute = mm; in EpochToEfiTime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drfc822.py880 [dd, mm, yy, tm, tz] = data
881 mm = mm.lower()
882 if not mm in _monthnames:
883 dd, mm = mm, dd.lower()
884 if not mm in _monthnames:
886 mm = _monthnames.index(mm)+1
887 if mm > 12: mm = mm - 12
932 return (yy, mm, dd, thh, tmm, tss, 0, 1, 0, tzoffset)
994 hh, mm = divmod(hhmm, 60) variable
995 print "%+03d%02d" % (hh, mm),
DBaseHTTPServer.py471 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
475 hh, mm, ss)
481 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
483 day, self.monthname[month], year, hh, mm, ss)
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/
DAndroid.mk18 IMGLIB_HEADER_PATH := $(TARGET_OUT_INTERMEDIATES)/include/mm-camera/imglib
31 LOCAL_MODULE := mm-lib2d-interface-test
/device/google/marlin/camera/QCamera2/
DAndroid.mk65 $(LOCAL_PATH)/../mm-image-codec/qexif \
66 $(LOCAL_PATH)/../mm-image-codec/qomx_core \
69 $(LOCAL_PATH)/stack/mm-camera-interface/inc \
74 $(TARGET_OUT_HEADERS)/mm-core/omxcore \
/device/google/wahoo/
Dsystem.prop30 mm.enable.smoothstreaming=true
33 mm.enable.qcom_parser=13631487
34 persist.mm.enable.prefetch=true
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DBaseHTTPServer.py468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
472 hh, mm, ss)
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
/device/google/bonito/
Dproduct.prop30 mm.enable.smoothstreaming=true
33 mm.enable.qcom_parser=13631487
34 persist.mm.enable.prefetch=true
/device/google/marlin/camera/
DAndroid.mk7 include $(addsuffix /Android.mk, $(addprefix $(call my-dir)/, mm-image-codec QCamera2))
/device/google/crosshatch/
Dproduct.prop30 mm.enable.smoothstreaming=true
33 mm.enable.qcom_parser=13631487
34 persist.mm.enable.prefetch=true
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument
694 new_datetime_ex(y, m, d, hh, mm, ss, us, tzinfo, \
721 #define new_time(hh, mm, ss, us, tzinfo) \ argument
722 new_time_ex(hh, mm, ss, us, tzinfo, &PyDateTime_TimeType)
1413 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time() argument
1423 hh, mm, ss, in build_struct_time()
2878 int y, m, d, hh, mm, ss, us; in tzinfo_fromutc() local
2918 mm = DATE_GET_MINUTE(dt); in tzinfo_fromutc()
2923 mm += delta; in tzinfo_fromutc()
2924 if ((mm < 0 || mm >= 60) && in tzinfo_fromutc()
[all …]

123